@hoardodile/i18n 0.0.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/ui/zh.json CHANGED
@@ -20,11 +20,18 @@
20
20
  "pluginDownload": {
21
21
  "eyebrow": "插件下载",
22
22
  "title": "下载这个文件?",
23
+ "titleMany_one": "下载这个文件?",
24
+ "titleMany_other": "下载这 {{count}} 个文件?",
23
25
  "description": "{{pluginName}} 想下载一个文件到它自己的存储目录。文件将从下面的链接获取,且只会保存到插件自身的文件夹内。",
26
+ "descriptionMany_one": "{{pluginName}} 想下载一个文件到它自己的存储目录。文件将从下面的链接获取,且只会保存到插件自身的文件夹内。",
27
+ "descriptionMany_other": "{{pluginName}} 想把 {{count}} 个文件下载到它自己的存储目录。文件将从下面的链接获取,且只会保存到插件自身的文件夹内。",
24
28
  "urlLabel": "链接",
25
29
  "destLabel": "目标路径",
26
30
  "sizeLabel": "大小",
27
31
  "unknownSize": "未知",
32
+ "itemLabel": "文件 {{index}}",
33
+ "batchNote_one": "作为一个整体处理:允许则下载,拒绝则不下载。",
34
+ "batchNote_other": "{{count}} 个文件作为一个整体处理:允许则全部下载,拒绝则一个都不下载。",
28
35
  "deny": "拒绝",
29
36
  "allow": "允许",
30
37
  "remember": "本会话记住(不再向此插件询问)"