nextcloud/apps/systemtags/l10n/zh_CN.js

55 lines
3.1 KiB
JavaScript

OC.L10N.register(
"systemtags",
{
"Tags" : "标签",
"Update" : "更新",
"Create" : "创建",
"Select tag…" : "选择标签...",
"Tagged files" : "标签文件",
"Select tags to filter by" : "选择标签来筛选",
"No tags found" : "标签未找到",
"Please select tags to filter by" : "请选择标签来筛选",
"No files found for the selected tags" : "该标签下没有任何文件",
"Added system tag %1$s" : "已添加的系统标签 %1$s",
"Added system tag {systemtag}" : "已添加系统标签 {systemtag}",
"%1$s added system tag %2$s" : "%1$s 已添加的系统标签 %2$s",
"{actor} added system tag {systemtag}" : "{actor} 已添加的系统标签 {systemtag}",
"Removed system tag %1$s" : "已移除的系统标签 %1$s",
"Removed system tag {systemtag}" : "已移除的系统标签 {systemtag}",
"%1$s removed system tag %2$s" : "%1$s 已移除的系统标签 %2$s",
"{actor} removed system tag {systemtag}" : "{actor} 已移除的系统标签 {systemtag}",
"You created system tag %1$s" : "您已创建的系统标签 %1$s",
"You created system tag {systemtag}" : "已创建系统标签 {systemtag}",
"%1$s created system tag %2$s" : "%1$s 创建了系统标签 %2$s",
"{actor} created system tag {systemtag}" : "{actor} 已创建系统标签 {systemtag}",
"You deleted system tag %1$s" : "删除了系统标签 %1$s",
"You deleted system tag {systemtag}" : "您已删除系统标签 {systemtag}",
"%1$s deleted system tag %2$s" : "%1$s 删除了系统标签 %2$s",
"{actor} deleted system tag {systemtag}" : "{actor} 删除系统标签 {systemtag}",
"You updated system tag %2$s to %1$s" : "您已将系统标签 %2$s 更新为 %1$s",
"You updated system tag {oldsystemtag} to {newsystemtag}" : "您已将系统标签 {oldsystemtag} 更新为 {newsystemtag}",
"%1$s updated system tag %3$s to %2$s" : "%1$s 更新了系统标签 %3$s 为 %2$s",
"{actor} updated system tag {oldsystemtag} to {newsystemtag}" : "{actor}更新系统标签{oldsystemtag}到{newsystemtag}",
"You added system tag %2$s to %1$s" : "你填加系统标签%2$s到%1$s",
"%s (restricted)" : "%s (受限)",
"%s (invisible)" : "%s (不可见)",
"<strong>System tags</strong> for a file have been modified" : "已更改的文件的<strong>系统标签</strong> ",
"Name" : "名称",
"Delete" : "删除",
"Public" : "公开",
"Restricted" : "受限",
"Invisible" : "不可见",
"Reset" : "重置",
"No files in here" : "无文件",
"No entries found in this folder" : "此文件夹中无项目",
"Size" : "大小",
"Modified" : "修改日期",
"%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 deleted system tag %2$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"
},
"nplurals=1; plural=0;");