Completed
Push — master ( 153fb6...67f26e )
by
unknown
02:19
created

l10n/zh_CN.js   A

Complexity

Total Complexity 0
Complexity/F 0

Size

Lines of Code 44
Function Count 0

Duplication

Duplicated Lines 0
Ratio 0 %

Importance

Changes 1
Bugs 0 Features 0
Metric Value
cc 0
wmc 0
c 1
b 0
f 0
nc 1
mnd 0
bc 0
fnc 0
dl 0
loc 44
rs 10
bpm 0
cpm 0
noi 1
1
OC.L10N.register(
1 ignored issue
show
Bug introduced by
The variable OC seems to be never declared. If this is a global, consider adding a /** global: OC */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
2
    "deck",
3
    {
4
    "Deck" : "面板",
5
    "Finished" : "完成",
6
    "To review" : "回顾",
7
    "Action needed" : "需要操作",
8
    "Later" : "稍后",
9
    "Show archived cards" : "显示已存档的卡片",
10
    "Hide archived cards" : "隐藏已存档的卡片",
11
    "Board details" : "面板详情",
12
    "Archive" : "归档",
13
    "Unarchive" : "取消归档",
14
    "Delete" : "删除",
15
    "Enter a card title" : "输入卡片标题",
16
    "Sharing" : "分享",
17
    "Labels" : "标签",
18
    "Select users or groups to share with" : "选择要共享的用户或组",
19
    "No matching user or group found." : "未找到匹配的用户或组。",
20
    "Share" : "分享",
21
    "Edit" : "编辑",
22
    "Manage" : "管理",
23
    "Discard share" : "取消分享",
24
    "Create a new label" : "创建新标签",
25
    "Board title" : "面板标题",
26
    "Members" : "会员",
27
    "Create new board" : "创建新面板",
28
    "New board title" : "新面板标题",
29
    "Modified:" : "修改于:",
30
    "Created:" : "创建于:",
31
    "by" : "by",
32
    "Saved" : "已保存",
33
    "Add a card description ..." : "添加卡片说明...",
34
    "Attachments" : "附件",
35
    "Comments" : "评论",
36
    "History" : "历史",
37
    "All Boards" : "全部面板",
38
    "Shared with you" : "共享给您的",
39
    "edit" : "编辑",
40
    "delete" : "删除",
41
    "remove share" : "移除共享",
42
    "Create a new board" : "创建一个新面板"
43
},
44
"nplurals=1; plural=0;");
45