Ignore:
Timestamp:
Nov 5, 2012, 6:42:10 AM (11 years ago)
Author:
TranslationTeam
Message:

[smartalbums] Update zh_CN, thanks to : dennisyan

Location:
extensions/SmartAlbums/language/zh_CN
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/SmartAlbums/language/zh_CN/plugin.lang.php

    r18686 r18934  
    2222// +-----------------------------------------------------------------------+
    2323$lang['Doesn\'t contain'] = '不包含';
    24 $lang['Doesn\'t end with'] = '不结束于';
     24$lang['Doesn\'t end with'] = '不以...结束';
    2525$lang['Don\'t show this message again'] = '不再显示此信息';
    26 $lang['Ends with'] = '结束于';
     26$lang['Ends with'] = '以...结束';
    2727$lang['Exclude SmartAlbums from permissions management'] = '将SmartAlbums从权限管理中排除';
    2828$lang['Filters'] = '过滤器';
     
    3535$lang['No filter selected'] = '未选择过滤器';
    3636$lang['No tag selected'] = '未选择标签';
    37 $lang['%d photo'] = '%d相片';
    38 $lang['%d photos'] = '%d相片';
    39 $lang['%d photos associated to album %s'] = '%d相片关联到%s相册';
    40 $lang['Above'] = '关于';
     37$lang['%d photo'] = '%d 张相片';
     38$lang['%d photos'] = '%d 张相片';
     39$lang['%d photos associated to album %s'] = '%d 张相片关联到 %s 相册';
     40$lang['Above'] = '以上';
    4141$lang['Add filters here'] = '在此添加过滤器';
    4242$lang['Added after'] = '在此之后添加';
    4343$lang['Added before'] = '在此之前添加';
    44 $lang['Added on'] = '添加';
    45 $lang['All SmartAlbums'] = '所有智能相册';
     44$lang['Added on'] = '添加';
     45$lang['All SmartAlbums'] = '所有SmartAlbums';
    4646$lang['All these albums'] = '所有这些相册';
    4747$lang['All these tags'] = '所有这些标签';
     
    5454$lang['Created before'] = '在此之前创建';
    5555$lang['Date string is malformed'] = '日期字符串有缺陷';
    56 $lang['Doesn\'t begin with'] = '不开始于';
     56$lang['Doesn\'t begin with'] = '不以...开始';
     57$lang['You can\'t use more than one level filter'] = '您只能选择1个级别的保密性';
     58$lang['You can\'t use more than one limit filter'] = '您只能选择1个数量限制的元素';
     59$lang['None of these tags'] = '不含这些标签';
     60$lang['To order albums please go the main albums <a href="%s">management page</a>'] = '为相册排序,请访问主相册<a href="%s">管理页面</a>';
     61$lang['create a new SmartAlbum'] = '创建新的SmartAlbum';
     62$lang['None of these albums'] = '不属于这些相册';
     63$lang['For "Is (not) in", separate each author by a comma'] = '对于"在(不在)",以逗号分隔每一个作者';
     64$lang['Is'] = '是';
     65$lang['Is in'] = '在';
     66$lang['Is not'] = '不是';
     67$lang['Is not in'] = '不在';
     68$lang['One of these albums'] = '这些相册之一';
     69$lang['One of these tags'] = '这些标签之一';
     70$lang['Only SmartAlbums are displayed on this page'] = '本页只显示SmartAlbums';
     71$lang['Only these albums'] = '仅这些相册';
     72$lang['Only these tags'] = '仅这些标签';
     73$lang['Rating score must be an integer'] = '评分必须为整数';
     74$lang['Regenerate photos list of all SmartAlbums'] = '更新所有SmartAlbums的图片列表';
     75$lang['Regenerate photos list of this SmartAlbum'] = '更新本SmartAlbum的图片列表';
     76$lang['SmartAlbum added'] = 'SmartAlbums已添加';
     77$lang['SmartAlbum deleted'] = 'SmartAlbums已删除';
     78$lang['SmartAlbums are considered private for everyone, and a user can see it\'s content only if available in another album he has access to.'] = 'SmartAlbums默认每个人的隐私,仅当一位用户有权限进入相册时才能看到内容。';
     79$lang['This album is a SmartAlbum'] = '本相册是一个SmartAlbum';
     80$lang['Update albums on file upload'] = '文件上传后更新相册';
     81$lang['can cause slowdowns'] = '可能引起处理速度下降';
    5782?>
Note: See TracChangeset for help on using the changeset viewer.