mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
57 lines
4.9 KiB
PHP
57 lines
4.9 KiB
PHP
<?php
|
||
// +-----------------------------------------------------------------------+
|
||
// | This file is part of Piwigo. |
|
||
// | |
|
||
// | For copyright and license information, please view the COPYING.txt |
|
||
// | file that was distributed with this source code. |
|
||
// +-----------------------------------------------------------------------+
|
||
$lang['photos posted in 2003'] = '2003年上传的照片';
|
||
$lang['photos taken in 2003'] = '2003年拍摄的照片';
|
||
$lang['return photos less than 700px high'] = '高度小于700像素的照片';
|
||
$lang['return photos wider than 500px'] = '宽度大于500像素的照片';
|
||
$lang['return photos with at least 1,000 views'] = '返回浏览量至少为1000次的照片';
|
||
$lang['returns photos of 12 megapixels or more'] = '返回分辨率1200万像素及以上的照片';
|
||
$lang['returns photos of 5 megapixels'] = '返回分辨率500万像素的照片';
|
||
$lang['up to 100 (inclusive)'] = '数值范围在100及以下(含100)';
|
||
$lang['will give you all photos with at least one note.'] = '返回所有带有至少一条评论的照片';
|
||
$lang['will give you photos without notes.'] = '返回没有注释的照片';
|
||
$lang['Searches photos by taken date.'] = '按拍摄日期搜索照片。';
|
||
$lang['Searches photos by width/height ratio.'] = '按宽高比搜索照片。';
|
||
$lang['Searches photos with a given width or height.'] = '按指定宽度或高度搜索照片。';
|
||
$lang['Supported numeric operators'] = '支持的数值运算符';
|
||
$lang['The quick search engine allows you to use boolean operators to refine your search. By default, the search applies to all keywords. Searches are not case sensitive.'] = '快速搜索引擎允许您使用布尔运算符优化搜索。默认情况下,搜索适用于所有关键词,且不区分大小写。';
|
||
$lang['These operators can be used with numeric fields such as'] = '这些运算符可用于数值字段,例如:';
|
||
$lang['Use quotes to search for an exact keyword or phrase.'] = '使用引号搜索精确关键词或短语';
|
||
$lang['With keywords'] = '使用关键词时:';
|
||
$lang['between 10 and 100 (inclusive)'] = '数值范围在10到100之间(含10和100)';
|
||
$lang['equals 100'] = '等于100';
|
||
$lang['finds files between 1MB and 10MB.'] = '查找文件大小在1MB到10MB之间的文件';
|
||
$lang['finds panoramas'] = '查找全景照片';
|
||
$lang['finds photo 123 to 126 (it may find between 0 and 4 photos, because photos can be deleted)'] = '查找编号123至126的照片(可能找到0到4张,因为照片可能已被删除)';
|
||
$lang['finds photos from compact cameras in portrait or landscape modes'] = '查找使用便携相机拍摄的人像或风景模式照片';
|
||
$lang['from 100 and above'] = '大于等于100';
|
||
$lang['greater than 100'] = '大于100';
|
||
$lang['less than 100'] = '小于100';
|
||
$lang['photos after Jan 1st 2008'] = '2008年1月1日之后的照片';
|
||
$lang['photos from 2003 to 2008'] = '2003年至2008年的照片';
|
||
$lang['photos from may 2003'] = '2003年5月的照片';
|
||
$lang['Add a dash (-) or NOT before a word to exclude from search. Note that NOT acts as a filtering operator so you cannot have a search containing only NOT operators. You cannot combine OR with NOT (john OR NOT bill is not valid)'] = '在词语前添加减号(-)或 NOT 以从搜索结果中排除。注意, NOT是过滤运算符,因此搜索条件不能仅包含 NOT 运算符。您不能将 OR 与 NOT 组合使用(例如 john OR NOT bill 是无效的)。';
|
||
$lang['Add an OR between words.'] = '在单词之间添加 OR 。';
|
||
$lang['Exact search'] = '精确搜索';
|
||
$lang['Exclude'] = '排除';
|
||
$lang['Grouping'] = '分组';
|
||
$lang['Here is a list of actions you can perform:'] = '以下是可以执行的操作列表:';
|
||
$lang['OR inclusive'] = ' OR 包含关系(满足任一条件)';
|
||
$lang['Others'] = '其他';
|
||
$lang['Same principle as for'] = '原理同上述操作';
|
||
$lang['Search using extended syntax'] = '使用扩展语法进行搜索';
|
||
$lang['Searches by author.'] = '按作者搜索。';
|
||
$lang['Searches by file name.'] = '按文件名搜索。';
|
||
$lang['Searches for photos by number of views.'] = '按查看次数搜索照片。';
|
||
$lang['Searches only for photos with the given words in title or description.'] = '仅搜索标题或描述中包含指定关键词的照片。';
|
||
$lang['Searches only in tag names without looking at photo titles or descriptions.'] = '仅在标签名称中搜索,不搜索照片标题或描述。';
|
||
$lang['Searches photos by file size.'] = '按文件大小搜索照片。';
|
||
$lang['Searches photos by its numeric identifier in Piwigo.'] = '按照片在Piwigo中的数字标识符搜索。';
|
||
$lang['Searches photos by posted date.'] = '按发布日期搜索照片。';
|
||
$lang['Searches photos by rating.'] = '按评分搜索照片。';
|
||
$lang['Searches photos by size in pixels.'] = '按像素尺寸搜索照片。'; |