@fiduswriter/image-manager 0.1.18 → 0.1.19

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.
@@ -0,0 +1,62 @@
1
+ {
2
+ "": "zh_Hans",
3
+ "Add new image": "添加新图像",
4
+ "Added": "额外",
5
+ "All categories": "所有类别",
6
+ "Available to read for free?": "可以免费阅读吗?",
7
+ "Change": "更改",
8
+ "Confirm deletion": "确认删除",
9
+ "Copyright holder": "版权所有者",
10
+ "Copyright year": "版权年份",
11
+ "Could not update categories": "无法更新类别",
12
+ "Crop": "庄稼",
13
+ "Crop image": "裁剪图像",
14
+ "Custom": "自定义",
15
+ "Delete": "删除",
16
+ "Delete selected": "删除所选内容",
17
+ "Delete selected images.": "删除选定的图像。",
18
+ "Delete the image(s)": "删除图像",
19
+ "Edit categories": "编辑类别",
20
+ "Edit Categories": "编辑类别",
21
+ "Edit Image": "编辑图像",
22
+ "File": "文件",
23
+ "From list": "来自列表",
24
+ "If the work is not in the public domain, specify the year of the copyright.": "如果该作品不属于公共领域,请注明版权年份。",
25
+ "If the work is not in the public domain, specify who the copyright holder is.": "如果该作品不属于公共领域,请注明版权所有者是谁。",
26
+ "Image is larger than the maximum permitted size": "图片大于允许的最大尺寸",
27
+ "Images": "图片",
28
+ "Insert a title": "插入标题",
29
+ "License Title": "许可证名称",
30
+ "License URL": "许可证URL",
31
+ "License(s)": "许可证",
32
+ "Media Manager": "媒体经理",
33
+ "No images available": "没有可用的图像",
34
+ "No images found": "",
35
+ "Rotate Left": "向左旋转",
36
+ "Rotate Right": "向右旋转",
37
+ "Rotate-left": "向左旋转",
38
+ "Rotate-right": "向右旋转",
39
+ "Search images": "搜索图片",
40
+ "Search...": "搜索...",
41
+ "Select a file": "选择一个文件",
42
+ "Select categories": "选择类别",
43
+ "Set Copyright": "设置版权",
44
+ "Set copyright information": "设置版权信息",
45
+ "Size (px)": "尺寸(像素)",
46
+ "Some errors were found. Please examine the form.": "发现了一些错误。请检查表格。",
47
+ "Specify copyright information": "指定版权信息",
48
+ "Specify whether the work can be accessed without paying a fee.": "指定是否可以在不付费的情况下访问该作品。",
49
+ "Start date": "",
50
+ "Submit": "提交",
51
+ "The categories have been updated": "类别已更新",
52
+ "The image has been updated.": "图像已更新。",
53
+ "The image(s) could not be deleted": "图片无法删除",
54
+ "The image(s) have been deleted": "图片已被删除",
55
+ "Untitled": "无题",
56
+ "Update": "更新",
57
+ "Update Image Information": "更新图像信息",
58
+ "Upload": "上传",
59
+ "Upload Image": "上传图片",
60
+ "Upload new image": "上传新图片",
61
+ "Use image": "使用图像"
62
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fiduswriter/image-manager",
3
- "version": "0.1.18",
3
+ "version": "0.1.19",
4
4
  "description": "Fidus Writer image/media manager",
5
5
  "repository": {
6
6
  "type": "git",
@@ -57,6 +57,7 @@
57
57
  "css/",
58
58
  "dist/",
59
59
  "src/",
60
+ "locale/*/messages.json",
60
61
  "LICENSE",
61
62
  "README.md",
62
63
  "logo.svg"
@@ -77,7 +78,7 @@
77
78
  "bibliojson": "^4.0.3",
78
79
  "cropperjs": "^1.6.2",
79
80
  "fast-deep-equal": "^3.1.3",
80
- "fwtoolkit": "^0.2.3",
81
+ "fwtoolkit": "^0.2.4",
81
82
  "simple-datatables": "^10.2.0"
82
83
  },
83
84
  "devDependencies": {