2088 lines
95 KiB
JSON
2088 lines
95 KiB
JSON
{
|
||
"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": "内容管理系统管理",
|
||
"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": "序号",
|
||
"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": "注册日期 (zhu冊日期)",
|
||
"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_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网址",
|
||
"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)": "公共(上传文件夹)",
|
||
"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": "苹果应用",
|
||
"Google Play Link": "Google Play链接",
|
||
"Google Play App": "Google Play应用",
|
||
"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": "您的一次性密码是",
|
||
"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 didn’t 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 domain’s 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 (Let’s Encrypt is free).": "在 cPanel 中为您的新域名颁发证书(Let’s 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 doesn’t 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",
|
||
"Holder’s Nmae": "账户持有人姓名",
|
||
"MONEY RECEIPT": "收款凭证",
|
||
"Money Receipt": "收款凭证",
|
||
"Purchase Invoice": "采购发票",
|
||
"Holder’s 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": "我们已向您的邮箱发送验证码",
|
||
"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:": "批次号:",
|
||
"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": "总订阅数",
|
||
"Upgrade Date": "升级日期",
|
||
|
||
|
||
"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 "
|
||
}
|