Welcome to mirror list, hosted at ThFree Co, Russian Federation.

zh_CN.js « l10n « systemtags « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cc83347bf014ae8887ffb28e1d18fd50c79e84ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
OC.L10N.register(
    "systemtags",
    {
    "Tags" : "标签",
    "Tagged files" : "标签文件",
    "Select tags to filter by" : "选择标签来筛选",
    "Please select tags to filter by" : "请选择标签来筛选",
    "No files found for the selected tags" : "该标签下没有任何文件",
    "<strong>System tags</strong> for a file have been modified" : "已更改的文件的<strong>系统标签</strong> ",
    "%1$s assigned system tag %3$s" : "%1$s 分配了系统标签 %3$s",
    "%1$s unassigned system tag %3$s" : "%1$s 取消分配了系统标签 %3$s",
    "%1$s created system tag %2$s" : "%1$s 创建了系统标签 %2$s",
    "%1$s deleted system tag %2$s" : "%1$s 删除了系统标签 %2$s",
    "%1$s updated system tag %3$s to %2$s" : "%1$s 更新了系统标签 %3$s 为 %2$s",
    "%1$s assigned system tag %3$s to %2$s" : "%1$s 分配了系统标签 %3$s 到 %2$s",
    "%1$s unassigned system tag %3$s from %2$s" : "%1$s 取消分配系统标签 %3$s 从 %2$s",
    "%s (not-assignable)" : "%s (不可分配)",
    "%s (invisible)" : "%s (不可见)",
    "No files in here" : "无文件",
    "No entries found in this folder" : "此文件夹中无项目",
    "Name" : "名称",
    "Size" : "大小",
    "Modified" : "修改日期"
},
"nplurals=1; plural=0;");