file_operation.json 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. {
  2. "author": "tobychui",
  3. "version": "1.0",
  4. "keys": {
  5. "zh-tw": {
  6. "fwtitle" : "檔案操作",
  7. "fontFamily":"\"Microsoft JhengHei\",\"SimHei\", \"Apple LiGothic Medium\", \"STHeiti\"",
  8. "strings":{
  9. "title":"檔案操作",
  10. "banner/title":"正在計算檔案操作需時",
  11. "info/from":"來源:",
  12. "info/to":"目的地:",
  13. "info/progress":"進度:",
  14. "info/calculating":"計算中",
  15. "dup/question":"目的地存在至少一個具有重複檔名的檔案。 <b>應對該檔案使用以下哪種操作?</b>",
  16. "dup/overwrite":"覆寫",
  17. "dup/skip":"跳過",
  18. "dup/renameAndKeep":"更名並保留",
  19. "title/moving":"正在移動 ",
  20. "title/copying":"正在複製",
  21. "title/zipping":"正在壓縮 ",
  22. "title/downloading":"正在下載 ",
  23. "title/unzipping":"正在解壓 ",
  24. "title/file":" 個檔案",
  25. "title/files":" 個檔案",
  26. "error/Access Denied":"存取被拒",
  27. "error/Source file not exists":"來源檔案不存在",
  28. "error/Source and destination paths are identical.":"目的地與來源資料位置相同",
  29. "error/Storage Quota Full":"儲存空間已滿",
  30. "error/Dest folder not found":"目標資料夾不存在",
  31. "error/Undefined dest location":"目標路徑錯誤",
  32. "error/This source file is Read Only":"此來源檔案是唯讀檔案",
  33. "error/File already exists":"檔案已經存在",
  34. "error/This directory is Read Only":"此資料夾是唯讀檔案",
  35. "":""
  36. },
  37. "titles":{
  38. },
  39. "placeholder":{
  40. }
  41. },
  42. "zh-hk": {
  43. "fwtitle" : "檔案操作",
  44. "fontFamily":"\"Microsoft JhengHei\",\"SimHei\", \"Apple LiGothic Medium\", \"STHeiti\"",
  45. "strings":{
  46. "title":"檔案操作",
  47. "banner/title":"正在計算檔案操作需時",
  48. "info/from":"來源:",
  49. "info/to":"目的地:",
  50. "info/progress":"進度:",
  51. "info/calculating":"計算中",
  52. "dup/question":"目的地存在至少一個具有重複檔名的檔案。 <b>應對該檔案使用以下哪種操作?</b>",
  53. "dup/overwrite":"覆寫",
  54. "dup/skip":"跳過",
  55. "dup/renameAndKeep":"更名並保留",
  56. "title/moving":"正在移動 ",
  57. "title/copying":"正在複製",
  58. "title/zipping":"正在壓縮 ",
  59. "title/downloading":"正在下載 ",
  60. "title/unzipping":"正在解壓 ",
  61. "title/file":" 個檔案",
  62. "title/files":" 個檔案",
  63. "error/Access Denied":"存取被拒",
  64. "error/Source file not exists":"來源檔案不存在",
  65. "error/Source and destination paths are identical.":"目的地與來源資料位置相同",
  66. "error/Storage Quota Full":"儲存空間已滿",
  67. "error/Dest folder not found":"目標資料夾不存在",
  68. "error/Undefined dest location":"目標路徑錯誤",
  69. "error/This source file is Read Only":"此來源檔案是唯讀檔案",
  70. "error/File already exists":"檔案已經存在",
  71. "error/This directory is Read Only":"此資料夾是唯讀檔案",
  72. "":""
  73. },
  74. "titles":{
  75. },
  76. "placeholder":{
  77. }
  78. },
  79. "zh-cn": {
  80. "fwtitle" : "文件操作",
  81. "fontFamily":"\"Microsoft JhengHei\",\"SimHei\", \"Apple LiGothic Medium\", \"STHeiti\"",
  82. "strings":{
  83. "title":"文件操作",
  84. "banner/title":"正在计算文件操作需时",
  85. "info/from":"来源:",
  86. "info/to":"目的地:",
  87. "info/progress":"进度:",
  88. "info/calculating":"计算中",
  89. "dup/question":"目的地存在至少一个具有重复档名的文件。 <b>应对该文件使用以下哪种操作?</b>",
  90. "dup/overwrite":"覆写",
  91. "dup/skip":"跳过",
  92. "dup/renameAndKeep":"更名并保留",
  93. "title/moving":"正在移动 ",
  94. "title/copying":"正在复制",
  95. "title/zipping":"正在压缩 ",
  96. "title/downloading":"正在下载 ",
  97. "title/unzipping":"正在解压 ",
  98. "title/file":" 个文件",
  99. "title/files":" 个文件",
  100. "error/Access Denied":"存取被拒",
  101. "error/Source file not exists":"来源文件不存在",
  102. "error/Source and destination paths are identical.":"目的地与来源资料位置相同",
  103. "error/Storage Quota Full":"储存空间已满",
  104. "error/Dest folder not found":"目标资料夹不存在",
  105. "error/Undefined dest location":"目标路径错误",
  106. "error/This source file is Read Only":"此来源文件是唯读档案",
  107. "error/File already exists":"文件已经存在",
  108. "error/This directory is Read Only":"此资料夹是唯读档案",
  109. "":""
  110. },
  111. "titles":{
  112. },
  113. "placeholder":{
  114. }
  115. }
  116. }
  117. }