Files
kulakpos_web/lang/zh-tw.json

2087 lines
95 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": "儀表板",
"Advertising": "廣告",
"Subscription Reports": "訂閱報告",
"Manage Business": "管理業務",
"Categories": "類別",
"Business List": "商家列表",
"Manage Plans": "管理計畫",
"Create Plan": "創建計畫",
"Staff Management": "員工管理",
"Create Staff": "創建員工",
"Manage Staff": "管理員工",
"Messages": "訊息",
"Manage Messages": "管理訊息",
"CMS Manage": "CMS 管理",
"Manage Pages": "管理頁面",
"Manage FAQs": "管理常見問題",
"Terms & Conditions": "條款與條件",
"Privacy & Policy": "隱私權政策",
"Testimonials": "見證",
"Features": "功能",
"Interface": "介面",
"Manage Blogs": "管理部落格",
"Newsletters": "電子報",
"Roles & Permissions": "角色與權限",
"Roles": "角色",
"Permissions": "權限",
"Settings": "設定",
"Currencies": "貨幣",
"Notifications": "通知",
"SMS Settings": "簡訊設定",
"Payment Gateway": "支付閘道",
"System Settings": "系統設定",
"General Settings": "一般設定",
"Banner": "橫幅",
"Add New Banner": "新增橫幅",
"Banner List": "橫幅列表",
"Status": "狀態",
"Image": "圖片",
"Active": "啟用",
"Cancel": "取消",
"Save": "儲存",
"Edit Banner": "編輯橫幅",
"Advertising List": "廣告列表",
"Create Banner": "創建橫幅",
"SL": "SL",
"Create Advertising": "創建廣告",
"Reset": "重置",
"Edit Advertising": "編輯廣告",
"Edit": "編輯",
"Delete": "刪除",
"Shop": "商店",
"Add new Package": "新增套裝",
"Shop List": "商店列表",
"Subscription Plan": "訂閱計畫",
"Select Plan Category": "選擇計畫類別",
"Package Name": "套裝名稱",
"Enter Package Name": "輸入套裝名稱",
"Business Category": "商家類別",
"Select Business Category": "選擇商家類別",
"Duration in Days": "持續天數",
"Enter number": "輸入數字",
"Offer Price": "優惠價",
"Enter Plan Price": "輸入計畫價格",
"Subscription Price": "訂閱價格",
"Enter Subscription Price": "輸入訂閱價格",
"View": "查看",
"Upgrade Plan": "升級計畫",
"Edit Shop": "編輯商店",
"Select Category": "選擇類別",
"Shop/Business Name": "商店/商家名稱",
"Enter Shop/Business Name": "輸入商店/商家名稱",
"Package": "套裝",
"Select a package": "選擇套裝",
"Name": "名稱",
"Enter Name": "輸入名稱",
"Role": "角色",
"Select a role": "選擇角色",
"Email": "電子郵件",
"Enter Email": "輸入電子郵件",
"Phone": "電話",
"Enter Phone Number": "輸入電話號碼",
"Password": "密碼",
"Enter Password": "輸入密碼",
"Confirm password": "確認密碼",
"Enter Confirm password": "輸入確認密碼",
"Address": "地址",
"Enter Address": "輸入地址",
"Select Country": "選擇國家",
"Select a Country": "選擇國家",
"Balance": "餘額",
"Enter Balance": "輸入餘額",
"Search...": "搜尋...",
"Business Name": "商家名稱",
"Last Enroll": "最後註冊",
"Expired Date": "到期日期",
"Action": "操作",
"Select A Plan": "選擇計畫",
"Select One": "選擇一個",
"Price": "價格",
"Enter plan price or select a plan": "輸入計畫價格或選擇計畫",
"Payment Gateways": "支付閘道",
"Select A payment gateway": "選擇支付閘道",
"Notes": "備註",
"Enter notes": "輸入備註",
"Business View": "商家檢視",
"Created date": "創建日期",
"Category": "類別",
"Add new Category": "新增類別",
"View List": "查看列表",
"Buisness Name": "商家名稱",
"Enter Description": "輸入描述",
"Description": "描述",
"Edit Business Category": "編輯商家類別",
"Enter Buisness Description": "輸入商家描述",
"Business Categories List": "商家類別列表",
"Add New": "新增",
"Reports": "報告",
"All": "全部",
"Active User": "活躍用戶",
"Deactive User": "非活躍用戶",
"Date": "日期",
"SL.": "序號",
"Invoice": "發票",
"Customer Name": "客戶名稱",
"Amount": "金額",
"View Report": "查看報告",
"Download Report": "下載報告",
"User View": "用戶檢視",
"Shop Name": "商店名稱",
"Country": "國家",
"Reason": "原因",
"Are You Sure?": "確定嗎?",
"You won't be able to revert this!": "您將無法恢復此操作!",
"Yes, Delete It!": "是的,刪除它!",
"Add Currency": "新增貨幣",
"Code": "代碼",
"Symbol": "符號",
"Position": "位置",
"Inactive": "非活躍",
"Make Default": "設為預設",
"Edit Currency": "編輯貨幣",
"Currency": "貨幣",
"Total Businesses": "總商家數",
"Total Expired Businesses": "總到期商家數",
"Total Plan Subscribes": "總計畫訂閱數",
"Total Business Categories": "總商家類別數",
"Total Plans": "總計畫數",
"Total Staffs": "總員工數",
"Finance Overview": "財務概覽",
"Gateway Settings": "閘道設定",
"Payment Gateway Settings": "支付閘道設定",
"GATEWAY IMAGE": "閘道圖片",
"GATEWAY NAME": "閘道名稱",
"Gateway Charge": "閘道手續費",
"Gateway Currency": "閘道貨幣",
"Gateway Mode": "閘道模式",
"Is Manual": "是否手動",
"Yes": "是",
"No": "否",
"Label": "標籤",
"Enter label name": "輸入標籤名稱",
"Select Required/Optionl": "選擇必填/選填",
"Required": "必填",
"Optional": "選填",
"Add new row": "新增行",
"INSTRUCTIONS": "說明",
"Enter payment instructions here": "在此輸入付款說明",
"Messages List": "訊息列表",
"Search": "搜尋",
"Company Name": "公司名稱",
"Message": "訊息",
"Notifications List": "通知列表",
"Today": "今天",
"Last 7 Days": "過去 7 天",
"Last 15 Days": "過去 15 天",
"Last Month": "上個月",
"Last Year": "去年",
"Created At": "創建於",
"Read At": "閱讀於",
"Add New Payment Type": "新增付款方式",
"Enter Payment Type": "輸入付款方式",
"Edit Payment Type": "編輯付款方式",
"Payment Type": "付款方式",
"Add Payment Type": "新增付款方式",
"Per Page- 10": "每頁 10 筆",
"Per Page- 25": "每頁 25 筆",
"Per Page- 50": "每頁 50 筆",
"Per Page- 100": "每頁 100 筆",
"Assigned Role": "指派角色",
"Assign Role To User": "將角色指派給用戶",
"Select User": "選擇用戶",
"User": "用戶",
"Select Role": "選擇角色",
"Add Subscription Plan": "新增訂閱計畫",
"Package List": "套裝列表",
"Add New Features": "新增功能",
"Enter features": "輸入功能",
"Edit Subscription Plan": "編輯訂閱計畫",
"Edit Package": "編輯套裝",
"Enter Duration Days": "輸入持續天數",
"Deactive": "停用",
"Create Plans": "創建計畫",
"User Profile": "用戶個人資料",
"Registration Date": "註冊日期",
"Enter Your Name": "輸入您的姓名",
"Enter Your Email": "輸入您的電子郵件",
"Profile Picture": "個人資料圖片",
"Current Password": "目前密碼",
"Enter Your Current Password": "輸入您的目前密碼",
"New Password": "新密碼",
"Enter New Password": "輸入新密碼",
"Save Changes": "儲存變更",
"Add New Role": "新增角色",
"Set role permissions": "設定角色權限",
"Role Name": "角色名稱",
"Enter role name": "輸入角色名稱",
"Role Permissions": "角色權限",
"Setup role permissions": "設定角色權限",
"Select All": "全選",
"Roles List": "角色列表",
"Add role, if it does not exist": "如果不存在,則新增角色",
"Edit Role": "編輯角色",
"Privacy & Policy Settings": "隱私權政策設定",
"Update": "更新",
"Term & Condition Settings": "條款與條件設定",
"Title": "標題",
"Enter Title": "輸入標題",
"Copy Right": "版權",
"Admin Footer Text": "管理員頁尾文字",
"Enter Text": "輸入文字",
"Admin Footer Link Text": "管理員頁尾連結文字",
"Admin Footer Link": "管理員頁尾連結",
"Enter Link": "輸入連結",
"Main Header Logo": "主標頭徽標",
"Common Header Logo": "常用標頭徽標",
"Footer Logo": "頁尾徽標",
"Admin Logo": "管理員徽標",
"Favicon": "網站圖示",
"Don't Use Any Kind Of Space In The Input Fields": "輸入欄位中請勿使用任何空格",
"App": "應用程式",
"Drivers": "驅動程式",
"Storage Settings": "儲存設定",
"Mail Configuration": "郵件設定",
"Others": "其他",
"APP_NAME": "應用程式名稱",
"APP_KEY": "應用程式金鑰",
"APP_DEBUG": "應用程式偵錯",
"APP_URL": "應用程式網址",
"QUEUE_MAIL": "佇列郵件",
"MAIL_DRIVER_TYPE": "郵件驅動程式類型",
"MAIL DRIVER": "郵件驅動程式",
"MAIL_HOST": "郵件主機",
"MAIL_PORT": "郵件埠號",
"MAIL_USERNAME": "郵件使用者名稱",
"MAIL_PASSWORD": "郵件密碼",
"MAIL_ENCRYPTION": "郵件加密",
"MAIL_FROM_ADDRESS": "郵件發件人地址",
"MAIL_FROM_NAME": "郵件發件人名稱",
"QUEUE COMMAND Path": "佇列命令路徑",
"CACHE_DRIVER": "快取驅動程式",
"Recommended": "推薦",
"QUEUE_CONNECTION": "佇列連接",
"SESSION_DRIVER": "會話驅動程式",
"SESSION_LIFETIME": "會話生命週期",
"REDIS_PORT": "Redis 埠號",
"REDIS_URL": "Redis URL",
"REDIS_PASSWORD": "Redis 密碼",
"AWS S3 Storage Bucket'": "AWS S3 儲存桶",
"Fill up this credentials if you want to use AWS S3 Storage Bucket": "如果您要使用 AWS S3 儲存桶,請填寫此認證資訊",
"Wasabi Storage Bucket": "Wasabi 儲存桶",
"public (uploads folder)": "public (上傳資料夾)",
"AWS_ACCESS_KEY_ID": "AWS 存取金鑰 ID",
"AWS_SECRET_ACCESS_KEY": "AWS 秘密存取金鑰",
"AWS_DEFAULT_REGION": "AWS 預設區域",
"AWS_BUCKET": "AWS 儲存桶名稱",
"Fill up this credentials if you want to use Wasabi Storage Bucket": "如果您要使用 Wasabi 儲存桶,請填寫此認證資訊",
"WAS_ACCESS_KEY_ID": "Wasabi 存取金鑰 ID",
"WAS_SECRET_ACCESS_KEY": "Wasabi 秘密存取金鑰",
"WAS_DEFAULT_REGION": "Wasabi 預設區域",
"WAS_BUCKET": "Wasabi 儲存桶名稱",
"WAS_ENDPOINT": "Wasabi 端點",
"CACHE_LIFETIME": "快取生命週期",
"Paid": "已付款",
"Reject": "拒絕",
"Why are you reject It?": "為什麼拒絕它?",
"Enter Reason": "輸入原因",
"Confirm": "確認",
"Subscriptions List": "訂閱列表",
"Started": "開始",
"End": "結束",
"Gateway Method": "閘道方法",
"Are you sure?": "確定嗎?",
"Add New Testimonial": "新增見證",
"Client Name": "客戶名稱",
"Enter Client Name": "輸入客戶名稱",
"Stars": "星級",
"Works At": "任職於",
"Client Image": "客戶圖片",
"Review": "評論",
"Enter text": "輸入文字",
"Enter review message here": "在此輸入評論訊息",
"Edit Testimonial": "編輯見證",
"Testimonials List": "見證列表",
"Create New": "創建新項目",
"Add New Staff": "新增員工",
"Full Name": "全名",
"Enter Email Address": "輸入電子郵件地址",
"Edit Staff": "編輯員工",
"Staff List": "員工列表",
"User Email": "用戶電子郵件",
"User Role": "用戶角色",
"Comments": "評論",
"Comment List": "評論列表",
"Create Blog": "創建部落格",
"Blog List": "部落格列表",
"Select a status": "選擇狀態",
"Tags": "標籤",
"Enter tags name": "輸入標籤名稱",
"SEO Meta Tags": "SEO 關鍵字標籤",
"Meta Title": "元標題",
"Meta Description": "元描述",
"Enter meta Description": "輸入元描述",
"Comment": "評論",
"Edit Blog": "編輯部落格",
"Blogs": "部落格",
"Create Faqs": "創建常見問題",
"Add New FAQs": "新增常見問題",
"Question": "問題",
"InActive": "非活躍",
"Answer": "答案",
"Enter question answer here": "在此輸入問題答案",
"Edit Faqs": "編輯常見問題",
"FAQS List": "常見問題列表",
"View Details": "查看詳細資訊",
"Create Feature": "創建功能",
"Add New Feature": "新增功能",
"Backgroud Color": "背景顏色",
"Enter Color": "輸入顏色",
"Edit Feature": "編輯功能",
"Features List": "功能列表",
"Create Interfaces": "創建介面",
"Add New Interface": "新增介面",
"Edit Interface": "編輯介面",
"Interfaces List": "介面列表",
"Newsletters List": "電子報列表",
"Page for Updating Website Sections": "更新網站區段的頁面",
"Slider Section": "滑塊區段",
"Header Section": "標題區段",
"Feature Section": "功能區段",
"Interface Section": "介面區段",
"Watch Section": "觀看區段",
"Testimonial Section": "見證區段",
"Blog Section": "部落格區段",
"About us Page": "關於我們頁面",
"Terms And Conditions": "條款與條件",
"Privacy Page": "隱私權頁面",
"Contuct us Page": "聯絡我們頁面",
"Pricing Section": "定價區段",
"Footer Section": "頁尾區段",
"Social Medias": "社群媒體",
"Button One": "按鈕一",
"Button Text": "按鈕文字",
"Button One Link": "按鈕一連結",
"Button Two": "按鈕二",
"Button Two Link": "按鈕二連結",
"Scanner Text": "掃描器文字",
"Scanner Image": "掃描器圖片",
"Slider Image": "滑塊圖片",
"Header Button Text": "標題按鈕文字",
"Header Button Link": "標題按鈕連結",
"Enter Header link": "輸入標題連結",
"Section Title": "區段標題",
"Enter Section Title": "輸入區段標題",
"Interface Title": "介面標題",
"Watch Title": "觀看標題",
"Button Link": "按鈕連結",
"Watch Image": "觀看圖片",
"Blog Title": "部落格標題",
"Read More Button Text": "閱讀更多按鈕文字",
"View All Button Text": "查看全部按鈕文字",
"View All Link": "查看全部連結",
"Testimonial Title": "見證標題",
"Enter Short Title": "輸入短標題",
"Long Title": "長標題",
"About Image": "關於圖片",
"Description One": "描述一",
"Description Two": "描述二",
"Option": "選項",
"Icon": "圖示",
"Plan Button Url": "計畫按鈕網址",
"Short Title": "短標題",
"Right Footer Title": "右側頁尾標題",
"Middle Footer Title": "中間頁尾標題",
"Apple App Link": "Apple App 連結",
"Apple App": "Apple App",
"Google Play Link": "Google Play 連結",
"Google Play App": "Google Play App",
"Right Footer": "右側頁尾",
"Link": "連結",
"Middle Footer": "中間頁尾",
"Left Footer": "左側頁尾",
"Footer Socials": "頁尾社交媒體",
"Forgot Password": "忘記密碼",
"Enter the email address associated with your account": "輸入與您的帳戶關聯的電子郵件地址",
"Enter your Email": "輸入您的電子郵件",
"Continue": "繼續",
"Back to Login": "返回登錄",
"Login": "登錄",
"Welcome to": "歡迎來到",
"Welcome back, Please login in to your account": "歡迎回來,請登錄您的帳戶",
"Remember me": "記住我",
"Forgot Password?": "忘記密碼?",
"Super Admin": "超級管理員",
"Admin": "管理員",
"Manager": "經理",
"Reset Password": "重置密碼",
"Change Password": "更改密碼",
"Create new password, it must be Strong password.": "創建新密碼,它必須是強密碼。",
"Confirm Password": "確認密碼",
"You Have": "您有",
"new Notifications": "新通知",
"Mark all Read": "標記全部已讀",
"View all notifications": "查看所有通知",
"Clear cache": "清除快取",
"My Profile": "我的個人資料",
"Logout": "登出",
"About Us": "關於我們",
"Home": "首頁",
"Pricing": "定價",
"Pages": "頁面",
"Blog": "部落格",
"Privacy Policy": "隱私權政策",
"Contact Us": "聯絡我們",
"You are having this email because you have requested for a password reset.": "您收到這封電子郵件是因為您已請求重置密碼。",
"Your verification code is:": "您的驗證碼是:",
"This password reset code will expire in 60 minutes.": "此密碼重置碼將在 60 分鐘後失效。",
"If you did not request a password reset, no further action is required.": "如果您沒有請求重置密碼,則不需要採取任何進一步的措施。",
"Regards": "敬啟",
"All right reserved": "保留所有權利",
"Hi": "嗨",
"Dear": "親愛的",
"Your OTP code is": "您的 OTP 碼是",
"Please do not share this PIN with anyone": "請勿與任何人分享此 PIN 碼",
"Best Regards": "最誠摯的問候",
"Gateway Name": "閘道名稱",
"Subscription Name": "訂閱名稱",
"Payable Amount": "應付金額",
"Phone Number": "電話號碼",
"Enter your phone number": "輸入您的電話號碼",
"Pay Now": "立即付款",
"Next": "下一步",
"Previous": "上一頁",
"Free": "免費",
"Features Of Free Plan": "免費計畫的功能",
"Choose Plan": "選擇計畫",
"Blog Details": "部落格詳細資訊",
"Leave a Comment Here": "在此留言",
"Your email address will not be published": "您的電子郵件地址不會公開",
"Enter your name": "輸入您的姓名",
"Enter your email": "輸入您的電子郵件",
"Enter your comment": "輸入您的評論",
"Recent Posts": "最新文章",
"Create a Free Account": "創建免費帳戶",
"Enter full name": "輸入全名",
"Enter phone number": "輸入電話號碼",
"Enter email address": "輸入電子郵件地址",
"Company": "公司",
"Enter company name": "輸入公司名稱",
"Enter your message": "輸入您的訊息",
"Pricing Plan": "定價計畫",
"Subscription Plans": "訂閱計畫",
"Plan List": "計畫列表",
"Work At": "任職於",
"Show- 10": "顯示 10 筆",
"Show- 25": "顯示 25 筆",
"Show 50": "顯示 50 筆",
"Show 100": "顯示 100 筆",
"Duration": "持續時間",
"Select": "選擇",
"Currency List": "貨幣列表",
"Default": "預設",
"Country Name": "國家名稱",
"View Website": "查看網站",
"Contact Messages": "聯絡訊息",
"Total Shop": "總商店",
"Expired Businesses": "過期的企業",
"Plan Subscribes": "計畫訂閱",
"Total Categories": "總類別",
"Recent Register": "最近註冊",
"Date & Time": "日期與時間",
"View All": "查看全部",
"Add new Business": "新增企業",
"Enter Company Name": "輸入公司名稱",
"Edit Business": "編輯企業",
"Create Business": "創建企業",
"Enter Buisness Name": "輸入企業名稱",
"Note: Enter embedded video link": "注意:輸入嵌入影片連結",
"Enter title": "輸入標題",
"Enter Code": "輸入代碼",
"Enter Symbol": "輸入符號",
"Select a position": "選擇一個位置",
"left": "左",
"right": "右",
"TIMEZONE": "時區",
"Note :": "注意:",
"If you are using MAIL QUEUE after Changing The Mail Settings You Need To Restart Your Supervisor From Your Server": "如果您在更改郵件設定後使用郵件佇列,您需要從伺服器重新啟動您的監控者",
"QUEUE COMMAND Path :": "佇列命令路徑:",
"QUEUE COMMAND :": "佇列命令:",
"Storage Method": "儲存方法",
"Brand List": "品牌列表",
"Add new Brand": "新增品牌",
"items show": "顯示項目",
"Brand Name": "品牌名稱",
"Create Brand": "創建品牌",
"Enter Brand Name": "輸入品牌名稱",
"Edit Brand": "編輯品牌",
"Add New Category": "新增類別",
"Enter Category Name": "輸入類別名稱",
"Select Variations": "選擇變體",
"Capacity": "容量",
"Color": "顏色",
"Size": "尺寸",
"Type": "類型",
"Weight": "重量",
"Edit Category": "編輯類別",
"Category List": "類別列表",
"You want to delete everything!": "您確定要刪除所有項目嗎!",
"Total Sales": "總銷售",
"Total Purchase": "總購買",
"Total Income": "總收入",
"This Month": "本月",
"Total Expense": "總支出",
"Total Customer": "總客戶",
"Total Supplier": "總供應商",
"Sales Returns": "銷售退貨",
"Purchase Returns": "購買退貨",
"Low Stock": "庫存不足",
"Alert Qty": "警示數量",
"Profit": "利潤",
"Loss": "損失",
"Purchase": "購買",
"Sales": "銷售",
"Income": "收入",
"Expense": "支出",
"Recent Sales": "最近銷售",
"Recent Purchase": "最近購買",
"Customer": "客戶",
"Total": "總計",
"Due": "到期",
"Collect Due": "收取到期款項",
"Select Invoice": "選擇發票",
"Select an Invoice": "選擇發票",
"Total Amount": "總金額",
"Paid Amount": "已付款金額",
"Due Amount": "到期金額",
"Select one": "選擇一項",
"Cash": "現金",
"Card": "卡片",
"Check": "支票",
"Mobile Pay": "行動支付",
"Due List": "到期清單",
"Mobile": "手機",
"Sale": "銷售",
"Bill To": "帳單至",
"Collected By": "收款人",
"Total Due": "總到期金額",
"Payment Amount": "付款金額",
"Remaining Due": "剩餘到期金額",
"Powered By": "技術支持",
"Create Expense Catgeory": "創建支出類別",
"Catgeory Name": "類別名稱",
"Enter catgeory Name": "輸入類別名稱",
"Edit Expense Category": "編輯支出類別",
"Expense Category List": "支出類別列表",
"Add new": "新增",
"Category Name": "類別名稱",
"Create Expense": "創建支出",
"Enter Amount": "輸入金額",
"Select A Category": "選擇類別",
"Expense For": "支出項目",
"Enter Expense For": "輸入支出項目",
"Select a payment type": "選擇付款方式",
"Bank": "銀行",
"Mobile Payment": "行動支付",
"Reference Number": "參考編號",
"Enter reference number": "輸入參考編號",
"Expense Date": "支出日期",
"Note": "備註",
"Enter note": "輸入備註",
"Edit Expense": "編輯支出",
"Expense List": "支出列表",
"Expesne For": "支出項目",
"Create Income Catgeory": "創建收入類別",
"Enter catgeory name": "輸入類別名稱",
"Edit Income Category": "編輯收入類別",
"Income Category List": "收入類別列表",
"Create Income": "創建收入",
"Enter amount": "輸入金額",
"Enter income for": "輸入收入項目",
"Income Date": "收入日期",
"Edit Income": "編輯收入",
"Income List": "收入列表",
"Sale New": "新增銷售",
"Sale List": "銷售列表",
"Sale Return": "銷售退貨",
"Purchases": "採購",
"Purchase New": "新增採購",
"Purchase List": "採購列表",
"Purchase Return": "採購退貨",
"Products": "產品",
"All Product": "所有產品",
"Add Product": "新增產品",
"Brand": "品牌",
"Unit": "單位",
"Stock List": "庫存列表",
"Customers": "客戶",
"All Customers": "所有客戶",
"Add Customer": "新增客戶",
"Suppliers": "供應商",
"All Suppliers": "所有供應商",
"Add Supplier": "新增供應商",
"Income Category": "收入類別",
"Expense Category": "支出類別",
"Subscriptions": "訂閱",
"Profit & Loss List": "損益列表",
"All Income": "所有收入",
"All Expense": "所有支出",
"Current Stock": "當前庫存",
"Customer Due": "客戶應付",
"Supplier Due": "供應商應付",
"Loss & Profit": "損失與利潤",
"Loss/Profit": "損失/利潤",
"Unpaid": "未付款",
"Loss Profit": "損失利潤",
"Loss Profit List": "損失利潤列表",
"Product List": "產品列表",
"Create Party": "創建派對",
"List": "列表",
"Party Type": "派對類型",
"Retailer": "零售商",
"Dealer": "經銷商",
"Wholesaler": "批發商",
"Supplier": "供應商",
"Enter Due": "輸入到期金額",
"Edit Party": "編輯派對",
"Edit ": "編輯 ",
" List": " 列表",
"Parties List": "派對列表",
"Add new ": "新增 ",
"Create Product": "創建產品",
"Add new Product": "新增產品",
"Product Name": "產品名稱",
"Enter Product Name": "輸入產品名稱",
"Product Category": "產品類別",
"Product Unit": "產品單位",
"Product Code": "產品代碼",
"Enter Product Code": "輸入產品代碼",
"Stock": "庫存",
"Enter stock qty": "輸入庫存數量",
"Purchase Price": "採購價格",
"Enter purchase price": "輸入採購價格",
"Sale Price": "銷售價格",
"Enter sale price": "輸入銷售價格",
"Wholesale Price": "批發價格",
"Enter wholesale price": "輸入批發價格",
"Dealer Price": "經銷價格",
"Enter dealer price": "輸入經銷價格",
"Manufacturer": "製造商",
"Enter manufacturer name": "輸入製造商名稱",
"Edit Product": "編輯產品",
"Product Brand": "產品品牌",
"Purchase price": "採購價格",
"Sale price": "銷售價格",
"Pos Sale": "POS銷售",
"Invoice no": "發票編號",
"Invoice No": "發票編號",
"Items": "項目",
"Qty": "數量",
"Sub Total": "小計",
"Purchase return Amount ": "退貨金額 ",
"Confirm Return": "確認退貨",
"Purchase Return List": "退貨清單",
"Return Date": "退貨日期",
"Return Amount": "退貨金額",
"Return Qty": "退貨數量",
"Brand list": "品牌清單",
"0": "0",
"Quick Action": "快速操作",
"Today Purchase": "今日購買",
"Calculator": "計算機",
"Select Supplier": "選擇供應商",
"Receive Amount": "接收金額",
"Search product...": "搜尋產品...",
"Due: ": "應付金額: ",
"Party Name": "商家名稱",
"Discount": "折扣",
"Payment": "付款",
"INVOICE": "發票",
"Sells By": "銷售者",
"Quantity": "數量",
"Unit Price": "單價",
"Total Price": "總價格",
"Item": "項目",
"Paid by": "付款人",
"Subtotal": "小計",
"Customer Signature": "客戶簽名",
"Authorized Signature": "授權簽名",
"Add Items": "新增項目",
"Enter Quantity": "輸入數量",
"Enter Purchase Price": "輸入購買價格",
"Sales Price": "銷售價格",
"Enter Sales Price": "輸入銷售價格",
"WholeSale Price": "批發價格",
"Enter WholeSale Price": "輸入批發價格",
"Enter Dealer Price": "輸入經銷商價格",
"Customer Due Reports": "客戶應付報告",
"Customer Due List": "客戶應付清單",
"Expense Reports": "支出報告",
"Expense Report List": "支出報告清單",
"Income For": "收入用途",
"Income Reports": "收入報告",
"Income Report List": "收入報告清單",
"Loss Profit Reports": "損益報告",
"From Date": "開始日期",
"To Date": "結束日期",
"Loss Profit Report List": "損益報告清單",
"Discount Amount": "折扣金額",
"Sale Date": "銷售日期",
"Purchase Report List": "購買報告清單",
"Purchase Reports": "購買報告",
"Purchase Return Report List": "退貨報告清單",
"Purchase Return Reports": "退貨報告",
"Sales Report List": "銷售報告清單",
"Sale Reports": "銷售報告",
"Sale Return Report": "銷售退貨報告",
"Sale Return Reports": "銷售退貨報告",
"Sale Return Report List": "銷售退貨報告清單",
"Cost": "成本",
"Stock Value": "庫存價值",
"Stock Report List": "庫存報告清單",
"Stock Reports": "庫存報告",
"Total Quantity": "總數量",
"Total Stock Value": "總庫存價值",
"Supplier Due Reports": "供應商應付報告",
"Supplier Due List": "供應商應付清單",
"Profile Edit": "編輯個人資料",
"Parties": "商家",
"Sales List": "銷售清單",
"User Title": "用戶標題",
"Enter user title": "輸入用戶標題",
"Email Address": "電子郵件地址",
"Edit User Role": "編輯用戶角色",
"Add User Role": "新增用戶角色",
"Sale return Amount ": "銷售退貨金額 ",
"Sales Return List": "銷售退貨清單",
"Select Customer": "選擇客戶",
"Guest": "訪客",
"Enter Customer Phone Number": "輸入客戶電話號碼",
"Type note...": "輸入備註...",
"Sales Return": "銷售退貨",
"Purchases Return": "購買退貨",
"Add Vat": "新增增值稅",
"Tax": "稅",
"Apply": "應用",
"Select a category": "選擇分類",
"Company And Business Name": "公司與商業名稱",
"Enter Phone": "輸入電話",
"Logo": "標誌",
"Invoice Logo": "發票標誌",
"Purchase Plan": "購買計劃",
"Days": "天數",
"Already Subscribed": "已訂閱",
"Buy Now": "立即購買",
"Create Unit": "創建單位",
"Unit Name": "單位名稱",
"Enter Unit Name": "輸入單位名稱",
"Unit List": "單位清單",
"Add new Unit": "新增單位",
"Overall Reports": "綜合報告",
"Revenue Statistic": "營收統計",
"Today Sales": "今日銷售",
"Change Amount": "找零金額",
"Vat": "增值稅",
"Save Product": "儲存產品",
"Product": "產品",
"Category created successfully": "分類創建成功",
"Category updated successfully": "分類更新成功",
"Category deleted successfully": "分類刪除成功",
"Selected Category deleted successfully": "選定分類刪除成功",
"Something went wrong!": "發生錯誤!",
"Brand created cuccessfully": "品牌創建成功",
"Brand updated successfully": "品牌更新成功",
"Brand deleted successfully": "品牌刪除成功",
"Selected Brands deleted successfully": "選定品牌刪除成功",
"Something went wrong.": "出錯了。",
"Default currency activated successfully": "默認貨幣激活成功",
"Failed to set default currency. Please try again.": "設置默認貨幣失敗,請再試一次。",
"Collect Due saved successfully": "應收款項保存成功",
"Expense Category saved successfully.": "支出類別保存成功",
"Expense Category updated successfully.": "支出類別更新成功",
"Expense Category deleted successfully": "支出類別刪除成功",
"Selected item deleted successfully.": "選定項目刪除成功",
"Expense saved successfully.": "支出保存成功",
"Expense updated successfully.": "支出更新成功",
"Expense deleted successfully": "支出刪除成功",
"Selected Items deleted successfully.": "選定項目刪除成功",
"Income Category saved successfully.": "收入類別保存成功",
"Income Category updated successfully.": "收入類別更新成功",
"Income Category deleted successfully": "收入類別刪除成功",
"Income saved successfully.": "收入保存成功",
"Income updated successfully.": "收入更新成功",
"Income deleted successfully": "收入刪除成功",
"Premission denied.": "權限被拒絕。",
"Customer created successfully": "客戶創建成功",
"Supplier created successfully": "供應商創建成功",
"Supplier deleted successfully": "供應商刪除成功",
"Customer deleted successfully": "客戶刪除成功",
"Selected parties deleted successfully": "選定商家刪除成功",
"Product saved successfully.": "產品保存成功",
"Data saved successfully.": "數據保存成功",
"Product deleted successfully": "產品刪除成功",
"Selected product deleted successfully": "選定產品刪除成功",
"Cart is empty. Add items first!": "購物車為空,請先添加商品!",
"Purchase created successfully.": "購買創建成功",
"Somethings went wrong!": "發生錯誤!",
"Purchase updated successfully.": "購買更新成功",
"Selected purchases deleted successfully.": "選定購買刪除成功",
"Sales created successfully.": "銷售創建成功",
"You cannot sale in due for a walking customer.": "對於臨時顧客,無法將其設為應付賣出。",
"Sales updated successfully.": "銷售更新成功",
"Sale deleted successfully.": "銷售刪除成功",
"Selected sales deleted successfully.": "選定銷售刪除成功",
"Unit saved successfully": "單位保存成功",
"Unit updated successfully": "單位更新成功",
"Units deleted successfully": "單位刪除成功",
"Unit deleted successfully": "單位刪除成功",
"Quantity and price updated successfully": "數量和價格更新成功",
"Enter valid qty and price": "輸入有效的數量和價格",
"Item not found in the cart": "購物車中找不到該項目",
"The cart does not contain this item": "購物車中不包含此項目",
"Item removed from cart": "項目從購物車中移除",
"All cart removed successfully!": "購物車所有商品已成功移除!",
"Current Password does not match with old password": "當前密碼與舊密碼不匹配",
"Profile updated successfully": "個人資料更新成功",
"Purchase returned successfully.": "購買退貨成功",
"Business General Setting updated successfully": "業務設置更新成功",
"User role created successfully": "用戶角色創建成功",
"User role updated successfully": "用戶角色更新成功",
"User role deleted successfully": "用戶角色刪除成功",
"You have no permission to access.": "您沒有訪問權限。",
"Sale returned successfully.": "銷售退貨成功",
"New subscription order successfully.": "新訂閱訂單成功",
"Branch": "分店",
"Warehouse": "倉庫",
"Overview": "概覽",
"Branch List": "分店列表",
"Role & permissions": "角色與權限",
"Warehouses List": "倉庫列表",
"Stock Qty": "庫存數量",
"Create Warehouse": "創建倉庫",
"Enter phone": "輸入電話",
"Enter email": "輸入電子郵件",
"Enter address": "輸入地址",
"Enter name": "輸入姓名",
"Edit Warehouse": "編輯倉庫",
"Select Branch": "選擇分店",
"Rack": "貨架",
"Shelf": "架子",
"Statement": "聲明",
"Expire Product": "過期產品",
"Branch Wise Sales": "分店銷售",
"Branch Wise Purchases": "分店採購",
"Employee Overview": "員工概覽",
"Staffs": "員工",
"Add new Branch": "添加新分店",
"Create Branch": "創建分店",
"Opening Balance": "開盤餘額",
"Enter balance": "輸入餘額",
"Enter description": "輸入描述",
"Edit Branch": "編輯分店",
"Example": "範例",
"Acnoo": "Acnoo",
"in this example": "在這個範例中",
"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.": "之前,您沒有分店部分。因此,當您創建第一個分店時,將自動使用您的公司/商業名稱創建另一個分店。",
"when you create your first branch, another branch will automatically be created with the name": "當您創建第一個分店時,將自動創建另一個名為的分店",
"If your company/business name is": "如果您的公司/商業名稱是",
"All your previous data will be assigned to the automatically created branch": "您所有的先前數據將被分配到自動創建的分店",
"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.": "您無法刪除自動創建的分店。這是因為如果刪除分店,它將從每個部分中移除,導致無法過濾分店數據。因此,自動創建的分店無法刪除。",
"Role & Permission": "角色與權限",
"Add Role": "添加角色",
"Selected role deleted successfully": "選定的角色已成功刪除",
"Branch saved successfully.": "分店已成功保存。",
"Branch updated successfully.": "分店已成功更新。",
"Selected branch deleted successfully": "選定的分店已成功刪除",
"Branch deleted successfully": "分店已成功刪除",
"Warehouse saved successfully.": "倉庫已成功保存。",
"Warehouse updated successfully.": "倉庫已成功更新。",
"Warehouse deleted successfully": "倉庫已成功刪除。",
"Selected items deleted successfully.": "選定的項目已成功刪除。",
"My Domains": "我的域名",
"Domain List": "域名列表",
"Domains": "域名",
"Domain Name": "域名",
"Is Verified": "已驗證",
"Has SSL": "有 SSL",
"Added on": "添加於",
"Add New Domain": "添加新域名",
"Domain Type": "域名類型",
"Addon Domain": "附加域名",
"Subdomain": "子域名",
"Enter your domain name": "輸入您的域名",
"row selected": "選定的行",
"A new sub domain has been added.": "已添加新的子域名。",
"A new domain has been added.": "已添加新的域名。",
"Domain deleted successfully": "域名已成功刪除。",
"Domains deleted successfully": "域名已成功刪除。",
"Domains List": "域名列表",
"Get instruction": "獲取指示",
"Accept": "接受",
"Pending": "待處理",
"Why are you reject it?": "為什麼您要拒絕它?",
"Enter reason...": "輸入原因...",
"Submit": "提交",
"Instructions": "說明",
"cPanel Domain Setup Instructions": "cPanel 域名設置說明",
"Login to your": "登錄到您的",
"cPanel": "cPanel",
"account": "帳戶",
"Go to": "轉到",
"Domains → Addon Domains": "域名 → 附加域名",
"Enter your new domain": "輸入您的新域名",
"Leave the auto-generated subdirectory and FTP as default": "保持自動生成的子目錄和 FTP 為默認",
"Click": "點擊",
"Add Domain": "添加域名",
"Update your domains DNS to point to your cPanel nameservers": "更新您的域名的 DNS指向您的 cPanel 名稱伺服器",
"Tip": "提示",
"If you need SSL, go to": "如果您需要 SSL請轉到",
"SSL/TLS": "SSL/TLS",
"in cPanel and issue a certificate for your new domain (Lets Encrypt is free).": "在 cPanel 中為您的新域名發行證書Lets Encrypt 是免費的)。",
"Apache VPS Configuration": "Apache VPS 配置",
"Apache Wildcard Domain Setup": "Apache 通配符域名設置",
"Create a config file in": "在創建配置文件",
"How to Add a Domain in cPanel": "如何在 cPanel 中添加域名",
"Enable the site and reload Apache": "啟用站點並重新加載 Apache",
"Always test config before reload": "重新加載之前始終測試配置",
"Replace": "替換",
"with your actual domain": "用您的實際域名替換",
"Ensure correct file permissions (chown/chmod)": "確保正確的文件權限chown/chmod",
"Use": "使用",
"Certbot": "Certbot",
"for free SSL": "用於免費 SSL",
"Nginx VPS Configuration": "Nginx VPS 配置",
"Nginx Wildcard Domain Setup": "Nginx 通配符域名設置",
"Enable the site and reload Nginx": "啟用站點並重新加載 Nginx",
"Important": "重要",
"Ensure correct file permissions": "確保正確的文件權限",
"Domain updated successfully": "域名已成功更新",
"Domain": "域名",
"Domain has been rejected successfully.": "域名已成功拒絕。",
"Domain has been approved successfully.": "域名已成功批准。",
"Edit Domain": "編輯域名",
"Deleted by user": "用戶刪除",
"Download Apk": "下载 Apk",
"SMS Marketing": "短信营销",
"Party Reports": "交易方报告",
"HRM": "人力资源管理",
"Finance & Accounts": "财务与账户",
"Transfer": "转账",
"Expired": "已过期",
"Upgrade Now": "立即升级",
"No Active Plan": "无活动计划",
"Please subscribe to a plan": "请订阅一个计划",
"Invoice Wise Profit": "按发票利润",
"Company / Business Name": "公司/企业名称",
"Shop Opening Balance": "商店开盘余额",
"Shop Remaining Balance": "商店剩余余额",
"Plan Expire Date": "计划到期日期",
"Enter Business Name": "输入企业名称",
"Enter your Name": "输入您的姓名",
"POS": "销售点",
"Inventory": "库存",
"Shipping Charge": "运费",
"Rounding(+/-)": "四舍五入 (+/-)",
"Create Customer": "创建客户",
"Add Payment": "添加付款",
"Cheque": "支票",
"Wallet": "钱包",
"Select Warehouse": "选择仓库",
"Batch": "批次",
"Scan / search by code or name": "按代码或名称扫描/搜索",
"Show 20": "显示 - 20",
"Show 500": "显示 - 500",
"Yesterday": "昨天",
"Last 30 Days": "过去30天",
"Current Month": "本月",
"Current Year": "今年",
"Custom Date": "自定义日期",
"View Payment": "查看付款",
"Receipt No.": "收据编号",
"Inventory Sales": "库存销售",
"Flat": "固定",
"Percent (%)": "百分比 (%)",
"Select Product": "选择产品",
"Guarantee": "保证",
"Warranty": "保修",
"Remarks": "备注",
"Sales Invoice": "销售发票",
"PDF": "PDF",
"Print": "打印",
"Sales By": "销售员",
"Sub-Total": "小计",
"Net Payable": "应付净额",
"invoice": "发票",
"QTY": "数量",
"U.Price": "单价",
"Delivery charge": "运费",
"Total Payable": "应付总额",
"Total Return": "总退货",
"Payable": "应付",
"Return Product": "退货产品",
"Returned Item": "已退商品",
"Total Return Amount": "退货总金额",
"Add Purchase": "添加采购",
"Returns List": "退货列表",
"Partial Paid": "部分支付",
"Bulk Upload": "批量上传",
"Save & Published": "保存并发布",
"Product price, stock": "产品价格,库存",
"Combo Products": "组合产品",
"Expired Products": "过期产品",
"Print Labels": "打印标签",
"Model": "型号",
"Variation": "变体",
"Racks": "货架",
"Shelfs": "层架",
"Product Image": "产品图片",
"Expire Date": "到期日期",
"Barcode Generate": "生成条形码",
"Available Stock": "可用库存",
"Qty / No of label": "数量 / 标签数量",
"Packing Date": "包装日期",
"Information to show in labels": "标签显示信息",
"Product Price": "产品价格",
"Print packing date": "打印包装日期",
"Show Price": "显示价格",
"Barcode Type *": "条形码类型 *",
"Barcode Print Paper Setting": "条码打印纸设置",
"Preview": "预览",
"Download File": "下载文件",
"Field Name": "字段名称",
"Add new Model": "添加新型号",
"Model List": "型号列表",
"Model Name": "型号名称",
"Create Model": "创建型号",
"Variations List": "变体列表",
"Values": "数值",
"Edit Variation": "编辑变体",
"Rack List": "货架列表",
"Add new rack": "添加新货架",
"Shelf List": "层架列表",
"Add shelf": "添加层架",
"Edit shelf": "编辑层架",
"Transfer List": "转移列表",
"From Branch": "从分支",
"To Branch": "到分支",
"From Warehouse": "从仓库",
"To Warehouse": "到仓库",
"Add New Transfer": "添加新转移",
"Transfer Note": "转移备注",
"All Stock": "所有库存",
"Party Credit Limit": "交易方信用额度",
"Billing Address": "账单地址",
"City": "城市",
"State": "州/省",
"Zip Code": "邮编",
"Shipping Address": "收货地址",
"Supplier Name": "供应商名称",
"Vat List": "增值税列表",
"Add New Vat": "添加新增值税",
"Tax Setting": "税务设置",
"Add New Vat Group": "添加新增值税组",
"Vat Group List": "增值税组列表",
"Vat Group Name": "增值税组名称",
"Select vats": "选择增值税",
"All List": "所有列表",
"Guest Due": "客户应付款",
"Retailer Due": "零售商应付款",
"Dealer Due": "经销商应付款",
"Wholesaler Due": "批发商应付款",
"Guest Due List": "客户应付款列表",
"Invoice Number": "发票编号",
"Bank Account": "银行账户",
"Cash In Hand": "手头现金",
"Cheques": "支票",
"Transactions": "交易",
"Day Book": "日记账",
"Cash Flow": "现金流",
"Bill Wise Profit": "按账单利润",
"Expenses": "支出",
"Bank Accounts": "银行账户",
"Deposit & Withdraws": "存款与取款",
"Add Bank": "添加银行",
"Account Name": "账户名称",
"Account Number": "账户号码",
"Bank Name": "银行名称",
"Branch Name": "分行名称",
"Holder Name": "持有人姓名",
"Add New Bank": "添加新银行",
"Account Display Name": "账户显示名称",
"As of Date": "截至日期",
"Routing Number": "转账路线号",
"UPI ID for QR Code": "二维码用UPI ID",
"Account Holder Name": "账户持有人姓名",
"Add more fields": "添加更多字段",
"Print Bank details on invoices": "在发票上打印银行信息",
"Bank to Bank Transfer": "银行到银行转账",
"Bank to Cash Transfer": "银行到现金转账",
"Adjust Bank Balance": "调整银行余额",
"Adjust Cash": "调整现金",
"Cash to Bank Transfer": "现金到银行转账",
"From": "从",
"To": "到",
"Transfer Date": "转移日期",
"Cheques List": "支票列表",
"Profit & Loss": "利润与损失",
"Gross Profit": "毛利润",
"Total Expenses": "总支出",
"Income Types": "收入类型",
"Expenses Types": "支出类型",
"Net Profit": "净利润",
"Money In": "现金流入",
"Money Out": "现金流出",
"Transaction List": "交易列表",
"Reference": "参考",
"Transaction Type": "交易类型",
"Due Pay": "应付",
"Due Collect": "应收",
"All Party": "所有交易方",
"Transaction By": "交易人",
"Total :": "总计:",
"Cash In": "现金流入",
"Cash Out": "现金流出",
"Running Cash": "现金余额",
"Bill Wise Profit List": "按账单利润列表",
"Sales Amount": "销售金额",
"Sale Amount": "销售金额",
"Create Expense Category": "创建支出类别",
"Department": "部门",
"Designation": "职称",
"Shift": "班次",
"Employee": "员工",
"Leave Request": "请假申请",
"Holiday": "假期",
"Attendance": "考勤",
"Payroll": "工资表",
"Department List": "部门列表",
"Add Department": "添加部门",
"Create Department": "创建部门",
"Designation List": "职称列表",
"Add Designation": "添加职称",
"Create Designation": "创建职称",
"Shift List": "班次列表",
"Add new Shift": "添加新班次",
"Start Time": "开始时间",
"End Time": "结束时间",
"Break Time": "休息时间",
"Break Duration": "休息时长",
"Create Shift": "创建班次",
"Select Name": "选择姓名",
"Break Status": "休息状态",
"Start Break Time": "开始休息时间",
"End Break Time": "结束休息时间",
"Employee List": "员工列表",
"Add new Employee": "添加新员工",
"shift": "班次",
"Salary": "薪资",
"Gender": "性别",
"Birth Date": "出生日期",
"Join Date": "入职日期",
"Leave Type": "请假类型",
"Leave": "请假",
"Leave Type List": "请假类型列表",
"Add Leave Type": "添加请假类型",
"Create Leave Type": "创建请假类型",
"Leave List": "请假列表",
"Add new Leave": "添加新请假",
"Month": "月份",
"Start Date": "开始日期",
"End Date": "结束日期",
"Leave Duration": "请假时长",
"Select employee": "选择员工",
"All month": "整个月",
"Create Leave": "创建请假",
"Holiday List": "假期列表",
"Add new Holiday": "添加新假期",
"Create Holiday": "创建假期",
"Tax Report": "税务报告",
"Profit Loss": "损益",
"Due Transaction": "应收/应付交易",
"Subscription Report": "订阅报告",
"Product Profit/Loss": "产品损益",
"Top 5 Customer": "前5客户",
"Top 5 Supplier": "前5供应商",
"Top 5 Product": "前5产品",
"Combo Product": "组合产品",
"Discount Product": "折扣产品",
"Product Wise Purchase": "按产品采购",
"Product Wise Sale": "按产品销售",
"Expired Product": "过期产品",
"Customer Ledger": "客户账簿",
"Supplier Ledger": "供应商账簿",
"Party Loss/Profit": "交易方损益",
"SMS Template": "短信模板",
"Android Gateway": "安卓网关",
"API Gateway": "API网关",
"Balance Sheet": "资产负债表",
"All Due": "所有应付款",
"Attendance List": "考勤列表",
"Add new Attendance": "添加新考勤",
"Time In": "上班时间",
"Time Out": "下班时间",
"Payroll List": "工资列表",
"Add new Payroll": "添加新工资",
"Payment Year": "支付年份",
"Receipt No": "收据编号",
"date": "日期",
"Attendance Report": "考勤报告",
"Payroll Report": "工资报告",
"Slip No": "单据编号",
"Leave Report": "请假报告",
"Total Sale": "总销售额",
"Total Sale Return": "销售退货总额",
"Total Purchase Return": "采购退货总额",
"Tax Report List": "税务报告列表",
"Payment Method": "支付方式",
"Loss/Profit Report Details": "损益报告详情",
"Opening Stock": "期初库存",
"(By purchase price)": "(按采购价)",
"(By sale price)": "(按销售价)",
"Total purchase:": "采购总额:",
"Total purchase shipping charge:": "采购运费总额:",
"Total Sell discount:": "销售折扣总额:",
"Total Sell Return:": "销售退货总额:",
"Closing stock": "期末库存",
"Total Sales:": "销售总额:",
"Total sell shipping charge:": "销售运费总额:",
"Total Purchase Return:": "采购退货总额:",
"Total Purchase discount:": "采购折扣总额:",
"Total sell round off:": "销售四舍五入总额:",
"Credit Limit": "信用额度",
"Due Collection Transactions": "应收款交易",
"Pay Due Amount": "支付应付款",
"Top 5 Customers": "前5客户",
"Top 5 Suppliers": "前5供应商",
"Total Purchases": "采购总额",
"Top 5 Products": "前5产品",
"Cost Price": "成本价",
"Sales price": "销售价",
"Product Wise Discount": "按产品折扣",
"Product Purchases": "产品采购",
"Purchase QTY": "采购数量",
"Product Sales": "产品销售",
"Sale QTY": "销售数量",
"Total Sale Due": "销售应收总额",
"Total Purchase Due": "采购应付总额",
"Party Wise Loss & Profit": "按交易方损益",
"Gateway List": "网关列表",
"Gateway ID.": "网关ID",
"Gateway Type": "网关类型",
"Device List": "设备列表",
"Add Device": "添加设备",
"Device ID": "设备ID",
"Device Version": "设备版本",
"App Version": "应用版本",
"Total Messages": "消息总数",
"Created Date": "创建日期",
"All Settings": "所有设置",
"General": "常规",
"Invoice Print": "发票打印",
"Currencies Settings": "货币设置",
"SMS Gateway Settings": "短信网关设置",
"Languages Settings": "语言设置",
"Add, Edit, Update, Delete Languages.": "添加、编辑、更新、删除语言。",
"Configure the fundamental information of the site.": "配置网站的基本信息。",
"Control and configure overall notification systems": "控制和配置整体通知系统",
"View and update currency settings": "查看和更新货币设置",
"Add new users, Provide role and Permission": "添加新用户,分配角色和权限",
"View and update gateway settings": "查看并更新网关设置",
"VAT/GST Title": "增值税/GST标题",
"VAT/GST Number": "增值税/GST编号",
"Sale Rounding Option": "销售四舍五入选项",
"Product Profit Option": "产品利润选项",
"Post Sale Message": "销售后消息",
"Invoice Note Label": "发票备注标签",
"Invoice Note": "发票备注",
"Warranty Void Label": "保修作废标签",
"Warranty Void": "保修作废",
"A4 Page Invoice Logo": "A4页发票Logo",
"Thermal Invoice Logo": "热敏发票Logo",
"Invoice Scanner Logo": "发票扫描Logo",
"Select SMS Gateway": "选择短信网关",
"Language Settings": "语言设置",
"Locale": "区域设置",
"Flag": "旗帜",
"Add New Language": "添加新语言",
"Is Active": "是否激活",
"Is Default": "是否默认",
"Product Settings": "产品设置",
"Currency Setting": "货币设置",
"Select Currency": "选择货币",
"Total Assets": "总资产",
"Liabilities": "负债",
"Assets": "资产",
"Payment In": "收款",
"Equities & Liabilities": "股权与负债",
"Create Supplier": "创建供应商",
"Batch No.": "批次号",
"Cost exc. tax": "不含税成本",
"Cost inc. tax": "含税成本",
"Wholesale": "批发价",
"View Combo Product": "查看组合产品",
"Add new Transfer": "添加新调拨",
"Stock Values": "库存价值",
"Drag & drop your Image": "拖放您的图片",
"Browse": "浏览",
"Address line 1": "地址行1",
"Add Vat Rate": "添加增值税率",
"Rate": "税率",
"Pay Due": "支付欠款",
"Apply Month": "应用月份",
"Create Attendance": "创建考勤",
"Create Payroll": "创建工资单",
"Purchase Date": "采购日期",
"Payment Reminder": "付款提醒",
"New Sale": "新销售",
"Payment Received": "已收款",
"Payment Paid": "已支付",
"SMS Body": "短信内容",
"Available Tags": "可用标签",
"Enable SMS Notification": "启用短信通知",
"Business Phone": "商务电话",
"Add Gateway": "添加网关",
"Add New Device": "添加新设备",
"To add your device to the system, follow these steps:": "要将您的设备添加到系统,请遵循以下步骤:",
"Get the latest version of the App from this": "从此链接获取应用的最新版本",
"link": "链接",
"and install the app on your device.": "并在您的设备上安装应用程序。",
"Step 01": "步骤01",
"Step 02": "步骤02",
"Step 03": "步骤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": "安装应用后,找到屏幕顶部提供的二维码。打开应用程序,并在提示时授予所有请求的权限。在登录界面,选择“使用二维码登录”并扫描二维码",
"Your Android phone is now connected to the system. Please reload this page to see your new device.": "您的安卓手机现在已连接到系统。请重新加载此页面以查看新设备。",
"View and update gateway settings.": "查看并更新网关设置。",
"Product Stock": "产品库存",
"Model No": "型号",
"Product Manufacturer": "生产商",
"Low Stock Alert": "低库存提醒",
"VAT ID": "增值税ID",
"VAT Type": "增值税类型",
"Exclusive Price": "独立价格",
"Inclusive Price": "含税价格",
"Profit Percent": "利润百分比",
"Serial": "序列号",
"MRP/PRICE": "最高零售价/价格",
"MRP": "最高零售价",
"Batch Tracking": "批次追踪",
"Batch No": "批次号",
"Expiry Date": "到期日期",
"Mfg Date": "生产日期",
"Product Type": "产品类型",
"Single": "单一",
"Variant": "变体",
"Combo": "组合",
"Guest Due Sale": "客户欠款销售",
"Product Discount": "产品折扣",
"Add Product Settings": "添加产品设置",
"Additional Product Field": "附加产品字段",
"Purchase Setting": "采购设置",
"Sale Setting": "销售设置",
"Profit & Loss Details": "损益明细",
"Product Profit & Loss": "产品损益",
"Customer List": "客户列表",
"Supplier List": "供应商列表",
":type List": ":type 列表",
"Add new :type": "添加新 :type",
"Edit :type": "编辑 :type",
"Edit Supplier": "编辑供应商",
"Edit Customer": "编辑客户",
"(PNG & JPG)": "(PNG 和 JPG)",
"Vat groups (Combination of multiple vats)": "增值税组(多种增值税组合)",
"Send": "发送",
"Party Profit & Loss": "往来方盈亏",
"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.": "请按照以下说明上传您的文件。",
"Download the sample file first and add all your products to it.": "先下载示例文件,并将所有产品添加到其中。",
"Indicates a required field. If you do not provide the required fields, the system will ignore the product.": "表示必填字段。如果您未提供必填字段,系统将忽略该产品。",
"After adding all your products, please save the file and then upload the updated version.": "添加所有产品后,请保存文件,然后上传更新后的版本。",
"The name of the product you are adding": "您正在添加的产品名称",
"e.g.,": "例如,",
"Banana": "香蕉",
"Stock Quantity": "库存数量",
"Sale Price (MRP)": "销售价格MRP",
"VAT Name": "增值税名称",
"VAT (%)": "增值税(%",
"Low Stock Qty": "低库存数量",
"Manufacturing Date": "生产日期",
"Variations": "变体",
"The category under which the product falls": "产品所属类别",
"Beverages, Electronics": "饮料, 电子产品",
"The measurement unit used for the product": "产品使用的计量单位",
"Piece, Kg, Litre": "件, 千克, 升",
"If not found, a new unit will be created automatically.": "如果未找到,将自动创建新单位。",
"The brand associated with the product": "产品相关品牌",
"Samsung, Nestlé": "三星, 雀巢",
"If not found, the system will create it automatically.": "如果未找到,系统将自动创建。",
"The available quantity of the product currently in stock.": "当前库存中产品的可用数量。",
"A unique identifier for the product": "产品唯一标识符",
"SKU001": "SKU001",
"Product codes must be unique — duplicate codes will be ignored.": "产品代码必须唯一 — 重复代码将被忽略。",
"The cost price of the product excluding VAT.": "产品不含增值税的成本价。",
"The selling price or maximum retail price for the product.": "产品的销售价或最高零售价MRP。",
"Special discounted price for bulk resellers or dealers.": "批量经销商或分销商的特价。",
"The price offered for wholesale buyers, usually lower than MRP.": "批发买家价格通常低于MRP。",
"If not found, the system will automatically create a new category.": "如果未找到,系统将自动创建新类别。",
"The VAT name applied to the product.": "应用于产品的增值税名称。",
"If the system doesnt find it, it will create a new VAT with the provided rate.": "如果系统未找到,将按照提供的税率创建新的增值税。",
"The VAT rate as a percentage": "增值税率(百分比)",
"15": "15",
"Define whether the VAT is": "确定增值税是",
"exclusive": "不含税",
"or": "或",
"inclusive": "含税",
"in the price.": "在价格中。",
"The minimum stock quantity to trigger a low-stock alert.": "触发低库存警报的最小库存数量。",
"Name of the product manufacturer or supplier.": "产品制造商或供应商名称。",
"Expiry date for perishable products": "易腐产品的到期日期",
"format:": "格式:",
"YYYY-MM-DD": "年-月-日",
"Batch or lot number used to identify stock batches.": "用于标识库存批次的批号或批次号。",
"The model of the product": "产品型号",
"iPhone 15": "iPhone 15",
"Date the product was manufactured": "产品生产日期",
"Define whether the product is": "确定产品类型为",
"single": "单一",
"variant": "变体",
"for products with multiple variations like size or color.": "适用于具有多种变体的产品,例如尺寸或颜色。",
"This column defines all variations for variant products.": "此列定义了变体产品的所有变体。",
"Use the format:": "使用格式:",
"VariationName:Value": "变体名:值",
"separated by a": "以此分隔",
"for multiple values.": "多个值。",
"Example:": "示例:",
"Color:Black|Size:M": "颜色:黑色|尺寸:M",
"➤ The system will:": "➤ 系统将:",
"Create or match existing variations dynamically.": "动态创建或匹配现有变体。",
"Store selected variation IDs in the": "将所选变体ID存储在",
"table": "表中",
"Store structured JSON like": "存储结构化JSON例如",
"\"Color\":\"Black\"": "\"颜色\":\"黑色\"",
"in the": "在",
"Automatically create": "自动创建",
"variant_name": "变体_名称",
"such as": "例如",
"Black - M": "黑色 - M",
"table.": "表。",
"Bill Wise Profit & Loss": "按账单划分的利润与亏损",
"Bank Details": "银行详情",
"Account No": "账号",
"UPI ID": "UPI ID",
"Holders Nmae": "账户持有人姓名",
"MONEY RECEIPT": "收款凭证",
"Money Receipt": "收款凭证",
"Purchase Invoice": "采购发票",
"Holders Name": "账户持有人姓名",
"Rounding (+/-)": "舍入 (+/-)",
"welcome_to": "欢迎来到",
"welcome_back": "欢迎回来",
"please_login": "请登录您的账户",
"enter_your_email": "请输入您的邮箱",
"password": "密码",
"remember_me": "记住我",
"forgot_password": "忘记密码?",
"log_in": "登录",
"back_to_home": "返回首页",
"create_an_account": "创建账户",
"or_continue_with": "或继续使用",
"login_with_x": "使用 X 登录",
"login_with_google": "使用 Google 登录",
"super_admin": "超级管理员",
"admin": "管理员",
"business": "业务",
"add_on": "附加功能",
"manager": "经理",
"multi_branch": "多分支",
"warranty": "保修",
"guarantee": "担保",
"Months": "月",
"Years": "年",
"Tax Type": "税种类型",
"Exclusive": "不含税",
"Inclusive": "含税",
"Select Tax": "选择税种",
"select_one": "请选择",
"Image (Size 150x130)": "图片(尺寸 150x130",
"Drag & drop image": "拖拽图片",
"Variant Name": "变体名称",
"Manufacture": "制造商",
"Profit Margin (%)": "利润率 (%)",
"Default Selling Price": "默认销售价",
"SKU / Code": "SKU / 编码",
"Edit Model": "编辑型号",
"Rack Name": "货架名称",
"Edit rack": "编辑货架",
"Update Password": "更新密码",
"Tax Rate": "税率",
"Sub vats": "子增值税",
"Edit Vat": "编辑增值税",
"Edit Vat Group": "编辑增值税组",
"Edit Bank": "编辑银行",
"Account Display Name balnce": "账户显示名称 / 余额",
"+ Add more fields": "+ 添加更多字段",
"Show In Invoice": "在发票中显示",
"As Of Date": "截至日期",
"Cheque Number": "支票号码",
"Current Plan": "当前方案",
"Multi-branch Allowed": "允许多分支",
"Addon Limit:": "附加功能限制:",
"Addon Domain Available?": "附加域名可用?",
"Subdomain Limit:": "子域名限制:",
"Subdomain Available?": "子域名可用?",
"Freya Haynes": "弗蕾娅·海恩斯",
"Invoice: S06 - Emery Mueller": "发票S06 - 埃默里·穆勒",
"Item Name": "商品名称",
"Product Wise Profit & Loss": "按产品盈亏",
"Product Wise Loss Profit": "按产品损益",
"Pay Amount": "支付金额",
"Select party": "选择客户",
"Loss Profit History": "盈亏记录",
"Product Sale History": "产品销售记录",
"Product Purchase History": "产品采购记录",
"Purchase Qty": "采购数量",
"Sold Qty": "销售数量",
"Remaining Qty": "剩余数量",
"Subscription Orders": "订阅订单",
"Subscriber View": "订阅者视图",
"Expire date": "过期日期",
"Enroll Date": "注册日期",
"How to Add a Domain in hPanel": "如何在 hPanel 中添加域名",
"hPanel (Hostinger) Domain Setup Instructions": "hPanel (Hostinger) 域名设置指南",
"Multibranch Allowed": "允许跨分支",
"Addon Domain Limit": "附加域名限制",
"Subdomain Limit": "子域名限制",
"Custom Domain Limit": "自定义域名限制",
"Add-ons": "插件 / 扩展",
"New": "新建",
"Addons List": "插件列表",
"Install / Update Addon": "安装 / 更新插件",
"Version": "版本号",
"Enter purchase code": "请输入购买代码",
"Upload addons zip file": "上传插件 zip 文件",
"System": "系统",
"User Sign Up": "用户注册",
"Domain Setting": "域名设置",
"View and update payment gateway settings": "查看并更新支付网关设置",
"View and update user sign up settings": "查看并更新用户注册设置",
"View and update system settings": "查看并更新系统设置",
"User Registration Email Setup": "用户注册邮件设置",
"Verify email with OTP on signup?": "注册时是否使用 OTP 验证邮箱?",
"Verify email without OTP on signup?": "注册时是否在不使用 OTP 的情况下验证邮箱?",
"SSL is required.": "需要 SSL 证书。",
"SSL is not required.": "不需要 SSL 证书。",
"Subdomain / Custom domains are allowed automatically.": "子域名 / 自定义域名将被自动允许。",
"Subdomain / Custom domains are not allowed automatically.": "子域名 / 自定义域名不会被自动允许。",
"Dynamic Text": "动态文本",
"Dynamic Link Text": "动态链接文本",
"Dynamic Link": "动态链接",
"App Link": "应用链接",
"Login Page Logo": "登录页面标志 (Logo)",
"Login Page Image": "登录页面图片",
"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": "手动",
"API KEY": "API 密钥 (API KEY)",
"CLIENT ID": "客户端 ID (CLIENT ID)",
"CLIENT SECRET": "客户端密钥 (CLIENT SECRET)",
"PUBLIC KEY": "公钥 (PUBLIC KEY)",
"SECRET KEY": "私钥 (SECRET KEY)",
"KEY ID": "密钥 ID (KEY ID)",
"KEY SECRET": "密钥秘密 (KEY SECRET)",
"X API KEY": "X API 密钥",
"X AUTH TOKEN": "X 认证令牌 (X AUTH TOKEN)",
"USER SECRET KEY": "用户私钥",
"CATEOGRY CODE": "类别代码",
"ENCRYPTION KEY": "加密密钥",
"PAYMENT OPTIONS": "支付选项",
"Hello": "你好",
"Net Profit (Profit - Loss) =": "净利润(利润 - 损失)=",
"Net Profit (Income - Expense) =": "净利润(收入 - 支出)=",
"Sale Details": "销售明细",
"Purchase Details": "采购明细",
"All Customer": "所有客户",
"Sale Qty": "销售数量",
"Profit/Loss": "利润/亏损",
"Printer A4": "A4 打印机",
"Thermal: 3 inch 80mm": "热敏打印3 英寸 80 毫米",
"Showing": "显示",
"to": "到",
"of": "的",
"results": "结果",
"Custom Domain": "自定义域名",
"Ledger": "账本",
"(Ledger)": "(账本)",
"Credit (In)": "贷方(收入)",
"Debit (Out)": "借方(支出)",
"View Stock": "查看库存",
"Log In": "登入",
"Back to Home": "返回首頁",
"Create an account.": "建立帳號",
"Add-on": "外掛",
"Bussiness": "商業",
"Multi Branch": "多分支",
"Create an Free Account!": "建立免費帳號!",
"Hey, Enter Your details to get Sign Up to your account": "您好,輸入您的資料以註冊帳號",
"Sign Up": "註冊",
"Or Continue with": "或繼續使用",
"Log in with X": "使用 X 登入",
"Log in with Google": "使用 Google 登入",
"Already have an Account?": "已經有帳號?",
"Email Verification": "電子郵件驗證",
"we sent an OTP in your email address": "我們已將 OTP 發送到您的電子郵件",
"Code send in": "驗證碼已發送至",
"Resend code": "重新發送驗證碼",
"Verify": "驗證",
"Setup Your Profile": "設定您的個人資料",
"Company/Business Name": "公司/商業名稱",
"Enter company/business name": "輸入公司/商業名稱",
"Ex: $500": "範例:$500",
"Company Address": "公司地址",
"Enter company address": "輸入公司地址",
"Successfully!": "成功!",
"Congratulations, Your account has been": "恭喜,您的帳號已",
"successfully created": "成功建立",
"Enter Model Name": "输入型号",
"Completed": "已完成",
"Enter values": "输入数值",
"Total Stock Value:": "库存总价值:",
"Sale Commission": "销售佣金",
"Enter Supplier Name": "输入供应商名称",
"Enter city": "输入城市",
"Enter state": "输入州/省",
"Enter zip code": "输入邮政编码",
"Select a country": "选择国家",
"Advance": "预付款",
"Enter account display name": "输入账户显示名称",
"Enter account number": "输入账户号码",
"Enter UPI code": "输入UPI码",
"Enter bank name": "输入银行名称",
"Enter bank name_duplicate": "输入银行名称",
"Enter account holder name": "输入账户持有人姓名",
"Ex: 500": "例如: 500",
"Total Transaction": "交易总额",
"Branch Opening Balance": "分行开户余额",
"Branch Remaining Balance": "分行剩余余额",
"Language": "语言",
"Select Variant": "选择版本",
"Enter Batch No.": "输入批号",
"Bank List": "银行列表",
"Cash List": "现金列表",
"Add Cash": "添加现金",
"Reduce Cash": "减少现金",
"ex 500": "例如. 500",
"Adjustment Date": "调整日期",
"description": "描述",
"cash": "现金",
"PNG & JPG": "PNG & JPG",
"Transaction Image": "交易图片",
"Platform": "平台",
"Add Image": "添加图片",
"Loading...": "加载中...",
"Approved Payment": "已批准付款",
"24 Jan 2024, 10:30": "2024年1月24日, 10:30",
"Withdraw Amount": "提现金额",
"$0": "$0",
"Account Information": "账户信息",
"A/C Name": "账户名称",
"Shaidul Islam": "Shaidul Islam",
"Dutch-Bangla Bank PLC": "荷兰-孟加拉银行公开有限公司",
"A/C Number": "账号",
"365214512236": "365214512236",
"Dhaka": "达卡",
"Rejected": "已拒绝",
"Approved": "已批准",
"Approve Withdrawal Payment": "批准提现付款",
"Have you Sent": "您是否已发送",
"$250.00?": "$250.00?",
"Transaction Number": "交易单号",
"Enter transaction Number": "请输入交易单号",
"Upload Receipt": "上传收据",
"Add-On": "附加组件",
"Google Login Settings": "谷歌登录设置",
"X Login Settings": "X 登录设置",
"Please request for a domain/subdomain from the business panel.": "请从商务面板请求域名或子域名。",
"Request For A Domain": "请求域名",
"The app url is not available in .env file, please contact with administrator.": "应用 URL 在 .env 文件中不可用,请联系管理员。",
"Are you sure you want to exit?": "您确定要退出吗?",
"We Makes": "我们打造",
"Globally": "全球化",
"Growth": "增长",
"Increase Your Revenue": "增加您的收入",
"(Optional)": "(可选)",
"Data Deletion Instructions": "数据删除说明",
"If you want to delete your data from our system, please follow these steps:": "如果您想从我们的系统中删除您的数据,请按照以下步骤操作:",
"Send an email to [your-email@example.com] with the subject line “Delete My Data”.": "发送电子邮件至 [your-email@example.com],主题为“删除我的数据”。",
"Include your name and the email address you used to register.": "包括您的姓名和注册时使用的电子邮件地址。",
"We will process your request and confirm deletion within 7 business days.": "我们将在 7 个工作日内处理您的请求并确认删除。",
"Share your referral link": "分享您的推荐链接",
"Refer a friend and earn a commission.": "推荐朋友并赚取佣金。",
"Copy": "复制",
"Available for Withdraw": "可提现余额",
"$30": "$30",
"Payout your balance is more than": "当余额超过此金额时可打款:",
"$100": "$100",
"Total Withdraw": "累计提现",
"$500": "$500",
"Total Referrals": "推荐总数",
"5": "5",
"1 Month": "1个月",
"৳499": "৳499",
"৳699": "৳699",
"1": "1",
"Copy Link": "复制链接",
"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.": "该银行账户无法删除,因为它已有交易记录。请在删除账户前删除除银行条目以外的所有交易。",
"14": "14",
"12": "12",
"currency": "货币",
"Do you really want to re-open this cheque?": "您确定要重新开启这张支票吗?",
"Transfer Cheque": "转账支票",
"Deposit": "存款",
"Re-Open": "重新开启",
"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.": "这是一个演示账户 — 仅限此账户的数据每小时重置一次。此账户中禁用了一些模块,如需获得完整权限,请创建您自己的账户。",
"You can not access it!": "您无权访问!",
"N/A": "不适用",
"English": "英语",
"en": "en",
"Bengali": "孟加拉语",
"bn": "bn",
"French": "法语",
"fr": "fr",
"This party is from another branch, you can not change the opening from here.": "此往来方来自另一个分行,您无法从这里更改期初余额。",
"Please select a variation.": "请选择一个规格。",
"Units": "单位",
"25632": "25632",
"25%": "25%",
"Ex: 200": "例如: 200",
"Ex: 50": "例如: 50",
"Batch No:": "批次号:",
"Upgrade Date": "升级日期",
"Ex: 1": "例如: 1",
"Ex: 30": "例如: 30",
"Download Sample File": "下载示例文件",
" Please follow the instructions below to upload your file.": " 请按照以下说明上传您的文件。",
" Download the sample file first and add all your purchases data to it.": " 请先下载示例文件,并将您所有的采购数据添加到其中。",
"Indicates a required field. If you do not provide the required fields, the system will ignore except product information.": "表示必填字段。如果您未提供必填字段,除产品信息外,系统将忽略该记录。",
"After adding all your purchases, please save the file and then upload the updated version.": "添加完所有采购信息后,请保存文件并上传更新版本。",
"Download the sample file first and add all your purchases data to it.": "请先下载示例文件,并将您所有的采购数据添加到其中。",
"Paid by:": "付款人:",
"Payable Amount:": "应付金额:",
"Received Amount:": "实收金额:",
"Due:": "欠款:",
"pospro.com": "pospro.com",
"Select a report type to load fields": "选择报告类型以加载字段",
"Change Amt/Due:": "找零/欠款:",
"Total Subscription": "总订阅数",
"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 "
}