To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / plugins / redmine_tags / config / locales / zh.yml @ 1264:bc7baaca92a9

History | View | Annotate | Download (1.4 KB)

1
# This file is a part of redmine_tags
2
# redMine plugin, that adds tagging support.
3
#
4
# Simplified Chinese translation for redmine_tags
5
# by archonwang (https://github.com/archonwang)
6
#
7
# Copyright (c) 2010 Aleksey V Zapparov AKA ixti
8
#
9
# redmine_tags is free software: you can redistribute it and/or modify
10
# it under the terms of the GNU General Public License as published by
11
# the Free Software Foundation, either version 3 of the License, or
12
# (at your option) any later version.
13
#
14
# redmine_tags is distributed in the hope that it will be useful,
15
# but WITHOUT ANY WARRANTY; without even the implied warranty of
16
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17
# GNU General Public License for more details.
18
#
19
# You should have received a copy of the GNU General Public License
20
# along with redmine_tags.  If not, see <http://www.gnu.org/licenses/>.
21

    
22
zh:
23
  tags: 标签
24
  field_tags: 标签
25
  field_tag_list: 标签
26
  setting_issue_tags: 问题标签
27
  issues_sidebar: 在侧边栏显示标签
28
  issues_show_count: 显示问题计数
29
  issues_open_only: 仅显示打开的问题
30
  issues_sort_by: 标签按何种方式排序
31

    
32
  issue_tags_sidebar_none: 
33
  issue_tags_sidebar_list: 列表显示
34
  issue_tags_sidebar_cloud: 云显示
35

    
36
  issues_sort_by_name: 名称
37
  issues_sort_by_count: 问题计数
38
  issues_sort_order_asc: 顺序
39
  issues_sort_order_desc: 倒序
40

    
41
  auto_complete_new_tag: 添加新标签 ... ...