zh.js 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. var zhLocale = {
  2. Save: "保存",
  3. "Save all": "保存全部",
  4. Rename: "重新命名",
  5. Open: "打开",
  6. Edit: "编辑",
  7. Delete: "删除",
  8. Folder: "文件夹",
  9. "Add New": "新建...",
  10. "My Files": "我的文件",
  11. Size: "大小",
  12. Date: "修改日期",
  13. "back to parent folder": "返回上级",
  14. Download: "下载",
  15. Type: "类型",
  16. Information: "信息",
  17. Files: "文件",
  18. Table: "列表模式",
  19. Cards: "图标模式",
  20. Total: "分栏模式",
  21. "Are you sure ?": "你确定吗 ?",
  22. Details: "明细",
  23. "Enter a new name": "输入文件(夹)名称",
  24. Add: "添加",
  25. "Select something": "选择……",
  26. "Download file": "下载文件",
  27. Preview: "预览",
  28. Refresh: "刷新",
  29. "Are you sure you want to exit without saving?": "您确定要不保存就退出吗?",
  30. "Save before closing?": "关闭前保存?",
  31. Copy: "复制",
  32. Cut: "剪切",
  33. Paste: "粘贴",
  34. "Deleting...": "删除中……",
  35. "Copying...": "复制中……",
  36. "Moving...": "移动中……",
  37. Folders: "文件夹",
  38. "Search results": "搜索结果",
  39. "Search results in": "文件夹中的搜索结果",
  40. "Search files and folders": "搜索文件和文件夹",
  41. "Add new file": "新建文本文件",
  42. "Add new folder": "新建文件夹",
  43. "Upload file": "上传文件",
  44. folder: "文件夹",
  45. file: "文件",
  46. archive: "压缩文件",
  47. audio: "音频",
  48. image: "图片",
  49. video: "视频",
  50. code: "代码",
  51. document: "文档",
  52. of: "已用/",
  53. used: "总计",
  54. "Open item location": "打开位置",
  55. "Are you sure you want to delete": "你确定你要删除",
  56. "these items:": "这些文件:",
  57. "this item:": "这个文件:",
  58. "Delete files": "删除文件",
  59. and: "和",
  60. "more file(s)": "更多文件",
  61. "Close the editor": "关闭编辑器",
  62. "Close this file": "关闭这个文件",
  63. };