@nocobase/plugin-text-copy 2.0.0-alpha.5 → 2.0.0-alpha.51

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.
@@ -10,10 +10,10 @@
10
10
  module.exports = {
11
11
  "@formily/core": "2.3.7",
12
12
  "@formily/react": "2.3.7",
13
- "@nocobase/client": "2.0.0-alpha.5",
13
+ "@nocobase/client": "2.0.0-alpha.51",
14
14
  "antd": "5.24.2",
15
15
  "lodash": "4.17.21",
16
16
  "react": "18.2.0",
17
17
  "react-i18next": "11.18.6",
18
- "@nocobase/server": "2.0.0-alpha.5"
18
+ "@nocobase/server": "2.0.0-alpha.51"
19
19
  };
@@ -0,0 +1,3 @@
1
+ {
2
+ "Display copy button": "Display copy button"
3
+ }
@@ -1,3 +1,3 @@
1
1
  {
2
2
  "Display copy button": "Display copy button"
3
- }
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "Display copy button": "Display copy button"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "Display copy button": "Display copy button"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "Display copy button": "Másolás gomb mutatása"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "Display copy button": "Display copy button"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "Display copy button": "Display copy button"
3
+ }
@@ -1,3 +1,3 @@
1
1
  {
2
2
  "Display copy button": "コピーボタンを表示"
3
- }
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "Display copy button": "Display copy button"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "Display copy button": "Display copy button"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "Display copy button": "Display copy button"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "Display copy button": "Отображать кнопку копирования"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "Display copy button": "Display copy button"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "Display copy button": "Display copy button"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "Display copy button": "Display copy button"
3
+ }
@@ -1,3 +1,3 @@
1
1
  {
2
2
  "Display copy button": "显示复制按钮"
3
- }
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "Display copy button": "Display copy button"
3
+ }
package/package.json CHANGED
@@ -1,10 +1,12 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-text-copy",
3
- "version": "2.0.0-alpha.5",
3
+ "version": "2.0.0-alpha.51",
4
4
  "main": "./dist/server/index.js",
5
5
  "displayName": "Text copy",
6
+ "displayName.ru-RU": "Копирование текста",
6
7
  "displayName.zh-CN": "文本复制",
7
8
  "description": "Add copy button to text fields",
9
+ "description.ru-RU": "Добавляет кнопку копирования к текстовым полям",
8
10
  "description.zh-CN": "为文本字段添加复制按钮",
9
11
  "license": "AGPL-3.0",
10
12
  "homepage": "https://www.nocobase.com",
@@ -24,5 +26,5 @@
24
26
  "Clipboard",
25
27
  "Copy"
26
28
  ],
27
- "gitHead": "943e035bbec27f9ecfe8ce8857955945f20976f3"
29
+ "gitHead": "a1e34dd97f370d54f3d80a6b83ab7ddb9c72dc18"
28
30
  }