Files
OMS/app/image/lang/en-us/config.php
2026-01-04 19:08:31 +08:00

113 lines
5.1 KiB
PHP
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.
<?php
/**
* Copyright 2012-2026 ShopeX (https://www.shopex.cn)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
return array (
'language' =>
array (
'上传新图片' => 'Upload a new image',
'上传图片' => 'Upload image',
'添加远程图片' => 'Upload image(s) from remote server',
'水印与缩略图' => 'watermark and thumbnail image',
'水印与尺寸' => 'watermark and size',
'图片管理' => 'image management',
'图片上传成功' => 'Image upload completed',
'远程图片地址:' => 'Image URL:',
'重新生成图片' => 'Reload the image',
'大图' => 'base image',
'中图' => 'small image',
'小图' => 'thumbnail',
'生成' => 'processing',
'使用水印' => 'use watermark',
'当前图库图片数量:' => 'Number of images in the gallery:',
'批量上传图片' => 'Upload multiple images',
'文件' => 'File',
'上传失败' => 'image upload error',
'正在连接...' => 'connecting...',
'文件超出大小限制' => '\\n\\n size of document exceeds limit',
'张' => 'Sheet',
'本次上传的图片' => 'the image you are uploading now',
'浏览本地图片文件' => 'browse gallery',
'图片信息' => 'image infor',
'原始尺寸' => 'original size',
'更新时间' => 'renew time',
'存储引擎' => 'storage engine',
'尺寸版本' => 'version of different sizes',
'剪裁' => 'clip the image',
'保存设置' => 'save the configuration',
'原图' => 'original image',
'图片尺寸设定' => 'size',
'尺寸' => 'size',
'水印' => 'watermark',
'更换缺省图' => 'change default image',
'宽' => 'width',
'高' => 'height',
'无水印' => 'No watermark',
'图片水印' => 'Picture format watermark',
'文字水印' => 'text watermark',
'水印文字:' => 'text on watermark:',
'透明度:' => 'transparency :',
'水印位置' => 'watermark position',
'左上' => 'top left',
'中上' => 'top',
'右上' => 'top right',
'左中' => 'left',
'正中' => 'center',
'右中' => 'right',
'左下' => 'bottom left',
'中下' => 'bottom',
'右下' => 'bottom right',
'默认图' => 'default image',
'查看路径' => 'view the path',
'删除图片' => 'delete image',
'从本地选择图片' => 'choose image from desktop',
'从图库选择图片' => 'choose image from gallery',
'互联网上的图片' => 'choose image from the Internet',
'从本地计算机浏览图片' => 'browse',
'为图片打上标签(多个标签用空格分隔):' => 'tage the image(use comma to seperate multiple tags):',
'常用标签:' => 'popular tags',
'标签列表:' => 'tag list:',
'图库' => 'gallery',
'正在载入图库...' => 'loading gallery...',
'确认' => 'confirm',
'取消' => 'Cancel',
'提交查询' => 'submit the inquiry',
'选择上传的文件' => 'select document to upload',
'您可以在本页面下方复制图片的URL该URL方便您将商品图片粘贴到需要使用该图片的目标位置' => 'you can duplicate the image URL on the bottom of this webpage and insert it to anywhere you want to put the image',
'一张商品图片上传后,会自动生成三张图片,分别出现在商店的三类页面,如下:' => 'A commodity after uploading images,Automatically generate three images,In the shops were three pages,example',
'显示在商品列表页、首页商品版块内的图片,我们称为“列表页缩略图”;' => 'Display in commodity list pages,The goods within the column picture homepageWe called "list page thumbnail"',
'显示在商品详细页内的图片,我们称为“商品页详细图”;' => 'In the commodity within the page display pictures. Detail,We called the commodities page detailed',
'显示在商品相册页内的图片,我们称为“商品相册图”;' => 'Display in commodity within the picture album,We called "commodity albums chart" :',
'设定' => 'Setup',
'尺寸:' => 'Size:',
'水印:' => 'Watermark :',
'水印设置' => 'Text watermark',
'水印图片:' => 'watermark image',
'图片Id' => 'image Id',
'图片名称' => 'Image name',
'网址' => 'URL',
'宽度' => 'Width',
'高度' => 'Height',
'有水印' => 'Watermark',
'远程' => 'remote',
'张已上传到图库(共' => ' piece has to library(altogether',
'张)' => ' piece)',
'是否确定删除此图片' => 'Are you sure you want to delete this picture',
'图片详细信息' => 'Picture detailed information',
'图片' => 'pictures',
),
);