owncloud/core

View on GitHub
apps/systemtags/l10n/zh_CN.js

Summary

Maintainability
B
6 hrs
Test Coverage
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> ",
    "System tag %3$s was assigned to %2$s due to automation rule" : "由于自动化规则,系统标签 %3$s 被分配给 %2$s",
    "You assigned system tag %3$s" : "你分配了系统标签%3$s",
    "%1$s assigned system tag %3$s" : "%1$s 分配了系统标签 %3$s",
    "You unassigned system tag %3$s" : "你取消分配了系统标签%3$s",
    "%1$s unassigned system tag %3$s" : "%1$s 取消分配了系统标签 %3$s",
    "You created system tag %2$s" : "你创建了系统标签%2$s",
    "%1$s created system tag %2$s" : "%1$s 创建了系统标签 %2$s",
    "You deleted system tag %2$s" : "你删除了系统标签%2$s",
    "%1$s deleted system tag %2$s" : "%1$s 删除了系统标签 %2$s",
    "You updated system tag %3$s to %2$s" : "你将系统标签%3$s修改为%2$s",
    "%1$s updated system tag %3$s to %2$s" : "%1$s 更新了系统标签 %3$s 为 %2$s",
    "You assigned system tag %3$s to %2$s" : "你将系统标签%3$s分配给%2$s",
    "%1$s assigned system tag %3$s to %2$s" : "%1$s 分配了系统标签 %3$s 到 %2$s",
    "You unassigned system tag %3$s from %2$s" : "你将系统标签%3$s从%2$s移除",
    "%1$s unassigned system tag %3$s from %2$s" : "%1$s 取消分配系统标签 %3$s 从 %2$s",
    "%s (restricted)" : "%s(受限)",
    "%s (invisible)" : "%s (不可见)",
    "%s (static)" : "%s (静态)",
    "No files in here" : "无文件",
    "No entries found in this folder" : "此文件夹中无项目",
    "Name" : "名称",
    "Size" : "大小",
    "Modified" : "修改日期"
},
"nplurals=1; plural=0;");