You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

zh_CN.js 3.6KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. OC.L10N.register(
  2. "systemtags",
  3. {
  4. "Tags" : "标签",
  5. "Update" : "更新",
  6. "Create" : "创建",
  7. "Select tag…" : "选择标签...",
  8. "Tagged files" : "标签文件",
  9. "Select tags to filter by" : "选择标签来筛选",
  10. "No tags found" : "标签未找到",
  11. "Please select tags to filter by" : "请选择标签来筛选",
  12. "No files found for the selected tags" : "该标签下没有任何文件",
  13. "Added system tag %1$s" : "已添加的系统标签 %1$s",
  14. "Added system tag {systemtag}" : "已添加系统标签 {systemtag}",
  15. "%1$s added system tag %2$s" : "%1$s 已添加的系统标签 %2$s",
  16. "{actor} added system tag {systemtag}" : "{actor} 已添加的系统标签 {systemtag}",
  17. "Removed system tag %1$s" : "已移除的系统标签 %1$s",
  18. "Removed system tag {systemtag}" : "已移除的系统标签 {systemtag}",
  19. "%1$s removed system tag %2$s" : "%1$s 删除了系统标签 %2$s",
  20. "{actor} removed system tag {systemtag}" : "{actor} 删除了系统标签 {systemtag}",
  21. "You created system tag %1$s" : "您创建了系统标签 %1$s",
  22. "You created system tag {systemtag}" : "您创建了系统标签 {systemtag}",
  23. "%1$s created system tag %2$s" : "%1$s 创建了系统标签 %2$s",
  24. "{actor} created system tag {systemtag}" : "{actor} 创建了系统标签 {systemtag}",
  25. "You deleted system tag %1$s" : "您删除了系统标签 %1$s",
  26. "You deleted system tag {systemtag}" : "您删除了系统标签 {systemtag}",
  27. "%1$s deleted system tag %2$s" : "%1$s 删除了系统标签 %2$s",
  28. "{actor} deleted system tag {systemtag}" : "{actor} 删除了系统标签 {systemtag}",
  29. "You updated system tag %2$s to %1$s" : "您已经将系统标签 %2$s 更新为 %1$s",
  30. "You updated system tag {oldsystemtag} to {newsystemtag}" : "您已经将系统标签 {oldsystemtag} 更新为 {newsystemtag}",
  31. "%1$s updated system tag %3$s to %2$s" : "%1$s 已经将系统标签 %3$s 更新为 %2$s",
  32. "{actor} updated system tag {oldsystemtag} to {newsystemtag}" : "{actor} 已经将系统标签 {oldsystemtag} 更新为 {newsystemtag}",
  33. "You added system tag %2$s to %1$s" : "您为 %1$s 填加了系统标签 %2$s",
  34. "You added system tag {systemtag} to {file}" : "您为 {file} 添加了系统标签 {systemtag}",
  35. "%1$s added system tag %3$s to %2$s" : "%1$s 为 %2$s 添加了系统标签 %3$s",
  36. "{actor} added system tag {systemtag} to {file}" : "{actor} 为 {file} 添加了系统标签 {systemtag}",
  37. "You removed system tag %2$s from %1$s" : "您从 %1$s 移除了系统标签 %2$s",
  38. "You removed system tag {systemtag} from {file}" : "您从 {file} 移除了系统标签 {systemtag}.",
  39. "%1$s removed system tag %3$s from %2$s" : "%1$s 从 %2$s 移除了系统标签 %3$s",
  40. "{actor} removed system tag {systemtag} from {file}" : "{actor} 从 {file} 中移除了系统标签 {systemtag}",
  41. "%s (restricted)" : "%s (受限)",
  42. "%s (invisible)" : "%s (不可见)",
  43. "<strong>System tags</strong> for a file have been modified" : "已更改的文件的<strong>系统标签</strong> ",
  44. "Collaborative tags" : "协同标签",
  45. "Create and edit collaborative tags. These tags affect all users." : "创建并编辑协同标签. 这些标签影响全部用户.",
  46. "Select tag …" : "选择标签...",
  47. "Name" : "名称",
  48. "Delete" : "删除",
  49. "Public" : "公开",
  50. "Restricted" : "受限",
  51. "Invisible" : "不可见",
  52. "Reset" : "重置",
  53. "No files in here" : "无文件",
  54. "No entries found in this folder" : "此文件夹中无项目",
  55. "Size" : "大小",
  56. "Modified" : "修改日期"
  57. },
  58. "nplurals=1; plural=0;");