|
|
@@ -0,0 +1,162 @@
|
|
|
+<?php
|
|
|
+return [
|
|
|
+ "" => "",
|
|
|
+ "ok" => 'Success',
|
|
|
+ "OK" => "Success",
|
|
|
+ "请求错误" => "Request Error",
|
|
|
+ "用户名重复" => "Username Already Exists",
|
|
|
+ "路由不存在" => "Route Does Not Exist",
|
|
|
+ "用户不存在" => "User Does Not Exist",
|
|
|
+ "密码错误" => "Incorrect Password",
|
|
|
+ "请登录" => "Please Log In",
|
|
|
+ "已存在同名店铺" => 'Store with the Same Name Already Exists',
|
|
|
+ "请选择国家" => "Please Select a Country",
|
|
|
+ "邀请码无效" => "Invalid Invitation Code",
|
|
|
+ "商家待审核" => "Merchant Pending Review",
|
|
|
+ "至少提交一个参数" => "At Least One Parameter Must Be Submitted",
|
|
|
+ "店铺审核中,禁止此操作" => 'Store Under Review, This Operation Is Prohibited',
|
|
|
+ "没有找到" => "Not Found",
|
|
|
+ "保存失败" => "Save Failed",
|
|
|
+ "文件上传错误" => "File Upload Error",
|
|
|
+ "充值地址错误" => "Recharge Address Error",
|
|
|
+ "用户名已存在" => "Username Already Exists",
|
|
|
+ "资金密码错误" => "Fund Password Error",
|
|
|
+ "添加失败" => "Add Failed",
|
|
|
+ "余额不足" => "Insufficient Balance",
|
|
|
+ "上传文件的图片大小不合符标准,标准尺寸为1920×300。" => "The Uploaded Image Size Does Not Meet the Standard. Standard Size: 1920×300.",
|
|
|
+ "上传文件的图片大小不合符标准,标准尺寸为750×750。" => "The Uploaded Image Size Does Not Meet the Standard. Standard Size: 750×750.",
|
|
|
+ "上传文件的图片大小不合符标准,标准尺寸为w*h" => "The Uploaded Image Size Does Not Meet the Standard. Standard Size: :width × :height ",
|
|
|
+ "上传的文件无效或不存在" => "The Uploaded File Is Invalid or Does Not Exist",
|
|
|
+ "地址最多可设置5条" => "A Maximum of 5 Addresses Can Be Set",
|
|
|
+ "删除失败" => "Delete Failed",
|
|
|
+ "地址不存在" => "Address Does Not Exist",
|
|
|
+ "下单失败" => "Order Placement Failed",
|
|
|
+ "不支持的提现方式" => "Unsupported Withdrawal Method",
|
|
|
+ "您有1笔提现正在处理中" => "You Have :count Withdrawal(s) Being Processed",
|
|
|
+ "订单不存在" => "Order Does Not Exist",
|
|
|
+ "该订单状态无法操作" => "This Operation Cannot Be Performed for Order :id Due to Its Status",
|
|
|
+ "订单" => "Order",
|
|
|
+ "下单成功,等待付款" => "Order Placed Successfully, Waiting for Payment",
|
|
|
+ "下单成功,付款成功" => "Order Placed Successfully, Payment Completed",
|
|
|
+ "商家已确认,已进入备货状态" => "Merchant Confirmed, Now in Stock Preparation Status",
|
|
|
+ "已发货,正在运输中" => "Shipped, In Transit",
|
|
|
+ "发起退款申请" => "Refund Request Initiated",
|
|
|
+ "无法购买本店商品" => "Unable to Purchase Products from This Store",
|
|
|
+ "已取消" => "Cancelled",
|
|
|
+ "只能传递一个排序参数" => "Only One Sorting Parameter Can Be Passed",
|
|
|
+ "商品不存在或已下架" => "Product Does Not Exist or Has Been Removed from Shelf",
|
|
|
+ "店铺不存在" => "Store Does Not Exist",
|
|
|
+ "暂时不支持银行卡" => "Bank Card Not Supported Temporarily",
|
|
|
+ "参数错误" => "Parameter Error",
|
|
|
+ "指定参数错误" => "Parameter Error: :param",
|
|
|
+ "所选规格已失效" => "Selected Specification Has Expired",
|
|
|
+ "分类不存在" => "Category Does Not Exist",
|
|
|
+ "二级分类不可设置" => "Secondary Categories Cannot Be Set",
|
|
|
+ "登录失败" => "Login Failed",
|
|
|
+ "提现失败" => "Withdrawal Failed",
|
|
|
+ "充值失败" => "Recharge Failed",
|
|
|
+ "付款失败" => "Payment Failed",
|
|
|
+ "操作失败" => "Operation Failed",
|
|
|
+ "商品不可编辑" => "Product Cannot Be Edited",
|
|
|
+ "属性不存在" => "Attribute Does Not Exist",
|
|
|
+ "sku配置错误" => "SKU Configuration Error",
|
|
|
+ "店铺不在审核中" => "Store Not Under Review",
|
|
|
+ "店铺审核已通过,不可修改" => "Store Review Approved, Cannot Be Modified",
|
|
|
+ "区块链地址已存在"=>" :currency :network_type Already Exists",
|
|
|
+ "未知文件格式" => "Unknown File Format",
|
|
|
+ "当前订单无商品数据" => "Current Order Has No Product Data",
|
|
|
+ "当前订单未支付" => "Current Order Unpaid",
|
|
|
+ "当前订单未采购" => "Current Order Not Purchased",
|
|
|
+ "当前订单未到待发货状态" => "Current Order Not in Pending Shipment Status",
|
|
|
+ "当前订单已申请退款" => "Refund Requested for Current Order",
|
|
|
+ "该商品已评价" => "This Product Has Been Reviewed",
|
|
|
+ "收藏成功" => "Collected Successfully",
|
|
|
+ "取消成功" => "Cancelled Successfully",
|
|
|
+ "所选商品已下架,请刷新购物车" => "Selected Products Have Been Removed from Shelf, Please Refresh Cart!",
|
|
|
+ "账号已存在" => "Account Already Exists",
|
|
|
+ "部分商品已失效" => "Some Products Have Expired",
|
|
|
+ "登录成功" => "Login Successful",
|
|
|
+ "保存成功" => "Saved Successfully",
|
|
|
+ "加入成功" => "Added Successfully",
|
|
|
+ "删除成功" => "Deleted Successfully",
|
|
|
+ "取消成功" => "Cancelled Successfully",
|
|
|
+ "申请成功" => "Applied Successfully",
|
|
|
+ "评价成功" => "Reviewed Successfully",
|
|
|
+ "确认成功" => "Confirmed Successfully",
|
|
|
+ "支付成功" => "Payment Successful",
|
|
|
+ "修改成功" => "Modified Successfully",
|
|
|
+ "设置成功" => "Settings Successful",
|
|
|
+ "提交成功" => "Submitted Successfully",
|
|
|
+ "添加成功" => "Added Successfully",
|
|
|
+ "下单成功,付款成功" => "Order Placed Successfully, Payment Completed",
|
|
|
+ "商家已确认,已进入备货状态" => "Merchant Confirmed, Now in Stock Preparation Status",
|
|
|
+ "已发货,正在运输中" => "Shipped, In Transit",
|
|
|
+ "快件已从仓库装出,正被送往下一站" => "Package Has Been Dispatched from Warehouse and Is Being Sent to the Next Station",
|
|
|
+ "货物已到达中转中心" => "Goods Have Arrived at Transit Center",
|
|
|
+ "货件已装载并正在发送到配送中心" => "Package Has Been Loaded and Is Being Sent to Distribution Center",
|
|
|
+ "货物已到达配送中心,正在分拣" => "Goods Have Arrived at Distribution Center and Are Being Sorted",
|
|
|
+ "快递员正在递送包裹" => "Courier Is Delivering the Package",
|
|
|
+ "用户签收,配送完成。" => "User Signed for Delivery, Delivery Completed.",
|
|
|
+ "充值订单" => "Recharge Order",
|
|
|
+ "提现订单" => "Withdrawal Order",
|
|
|
+ "商品采购" => "Product Purchase",
|
|
|
+ "订单购买" => "Order Purchase",
|
|
|
+ "商品退款" => "Product Refund",
|
|
|
+ "店铺直通车购买" => "Store Direct Train Purchase",
|
|
|
+ "直通车套餐不存在" => "Direct Train Package Does Not Exist",
|
|
|
+ "发放订单利润" => "Distribute Order Profits",
|
|
|
+ "该角色下有管理员,不能删除" => "This Role Contains Administrators and Cannot Be Deleted",
|
|
|
+ "角色名称不可重复" => "Role Name Cannot Be Duplicated",
|
|
|
+ "角色ID不能为空" => "Role ID Cannot Be Empty",
|
|
|
+ "角色不存在" => "Role Does Not Exist",
|
|
|
+ "您暂无权限" => "You Do Not Have Permission",
|
|
|
+ "已下架商品,不可推荐" => "Products Removed from Shelf Cannot Be Recommended",
|
|
|
+ "您可推荐的商品数量不足" => "Insufficient Number of Products Available for Recommendation",
|
|
|
+ "商品库商品已下架,店铺无法上架" => "Products in the Product Library Have Been Removed from Shelf, Stores Cannot List Them",
|
|
|
+ "输入的利润比或者折扣比,不符合规范,请重新填写" => "The Entered Profit Ratio or Discount Ratio Does Not Meet Specifications, Please Re-enter",
|
|
|
+ "邮箱格式错误" => "Incorrect Email Format",
|
|
|
+ "套餐不存在" => "Package Does Not Exist",
|
|
|
+ "套餐已下架" => "Package Has Been Removed from Shelf",
|
|
|
+ "只有超级管理员才能操作" => "Only Super Administrators Can Perform This Operation",
|
|
|
+ "超级管理员不能删除" => "Super Administrators Cannot Be Deleted",
|
|
|
+ "资金冻结" => "Funds Frozen",
|
|
|
+ "平台客服" => "Platform Customer Service",
|
|
|
+ "返还订单成本" => "Refund Order Cost",
|
|
|
+ "注册成功,请等待审核" => "Registration Successful, Please Wait for Approval",
|
|
|
+ "定时开始时间须小于结束时间" => "Scheduled Start Time Must Be Earlier Than End Time",
|
|
|
+ "定时开始时间不能小于当前时间" => "Scheduled Start Time Cannot Be Earlier Than Current Time",
|
|
|
+ "请先添加收货地址" => "Please Add Shipping Address First",
|
|
|
+ "商家审核通过天后才可下架商品" => "Merchants Can Only Take Down Products :num Days After Approval",
|
|
|
+ "商家审核通过天后才可删除商品" => "Merchants Can Only Delete Products :num Days After Approval",
|
|
|
+ "用户已审核通过,不可修改" => "User Has Been Approved and Cannot Be Modified",
|
|
|
+ "英语" => "English",
|
|
|
+ "中文简体" => "Simplified Chinese",
|
|
|
+ "中文繁体" => "Traditional Chinese",
|
|
|
+ "日语" => "Japanese",
|
|
|
+ "德语" => "German",
|
|
|
+ "越南语" => "Vietnamese",
|
|
|
+ "印度语" => "Hindi",
|
|
|
+ "印度尼西亚" => "Indonesian",
|
|
|
+ "菲律宾语" => "Filipino",
|
|
|
+ "法语" => "French",
|
|
|
+ "俄语" => "Russian",
|
|
|
+ "西班牙语" => "Spanish",
|
|
|
+ "葡萄牙语" => "Portuguese",
|
|
|
+ "意大利语" => "Italian",
|
|
|
+ "马来西亚语" => "Malay",
|
|
|
+ "南非荷兰语" => "Afrikaans",
|
|
|
+ "希腊语" => "Greek",
|
|
|
+ "土耳其语" => "Turkish",
|
|
|
+ "韩语" => "Korean",
|
|
|
+ "泰语" => "Thai",
|
|
|
+ "阿拉伯语" => "Arabic",
|
|
|
+ "商家充值自动升级" => "Merchant Recharge Automatic Upgrade",
|
|
|
+ "返佣时间 单位(小时),提交订单后,自动返佣所需时间" => "Commission Rebate Time Unit (Hours) - Required Time for Automatic Commission Rebate After Order Submission",
|
|
|
+ "商城虚拟订单自动发货时间,单位小时" => "Automatic Delivery Time for Mall Virtual Orders, Unit: Hours",
|
|
|
+ "商城虚拟订单自动确认,单位小时" => "Automatic Confirmation for Mall Virtual Orders, Unit: Hours",
|
|
|
+ "平台发货后,自动完成收货,单位天" => "Automatic Confirmation of Receipt After Platform Shipping, Unit: Days",
|
|
|
+ "商城订单完成收货后,自动释放冻结资金,单位小时" => "Automatic Release of Frozen Funds After Completing Receipt of Mall Orders, Unit: Hours",
|
|
|
+ "商城订单完成收货后,自动评论,单位天" => "Automatic Comment After Completing Receipt of Mall Orders, Unit: Days",
|
|
|
+ "商城订单超时未付款,自动关闭,单位小时" => "Automatic Closure of Mall Orders for Overdue Unpayment, Unit: Hours",
|
|
|
+ "商城订单超时未采购,自动退款,单位天" => "Automatic Refund for Mall Orders for Overdue Unpurchase, Unit: Days",
|
|
|
+];
|