@bigbinary/neeto-slack-frontend 4.0.4 → 4.0.6
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,40 @@
|
|
|
1
|
+
{
|
|
2
|
+
"neetoSlack": {
|
|
3
|
+
"common": {
|
|
4
|
+
"continue": "Folytatás",
|
|
5
|
+
"save": "Változtatások mentése",
|
|
6
|
+
"cancel": "Mégsem",
|
|
7
|
+
"edit": "Szerkesztés",
|
|
8
|
+
"done": "Kész",
|
|
9
|
+
"required": "{{entity}} kötelező",
|
|
10
|
+
"helpDocUrl": "A Slack integráció használatának megtanulmányozásához látogasson el ehhez a <helpLink>segédcikkhez.</helpLink>"
|
|
11
|
+
},
|
|
12
|
+
"slack": {
|
|
13
|
+
"placeholder": "Értesítési csatorna",
|
|
14
|
+
"channelName": "Csatorna neve",
|
|
15
|
+
"editPane": "Slack integráció szerkesztése",
|
|
16
|
+
"channelListRefreshToastr": "A Slack csatornák listája frissítve lett",
|
|
17
|
+
"channelListRefreshButton": "Csatornák lista frissítése",
|
|
18
|
+
"steps": {
|
|
19
|
+
"finish": "Befejezés"
|
|
20
|
+
},
|
|
21
|
+
"connect": {
|
|
22
|
+
"title": "Kapcsolja össze Slack fiókját",
|
|
23
|
+
"description": "Még nincs összekapcsolt Slack fiók",
|
|
24
|
+
"loginButton": "Bejelentkezés a Slackbe"
|
|
25
|
+
},
|
|
26
|
+
"configure": {
|
|
27
|
+
"title": "Ön a <a>{{teamName}}</a> Slack munkaterülethez csatlakozik.",
|
|
28
|
+
"sendTo": "Küldés ide",
|
|
29
|
+
"sendToDescription": "Válasszon egy Slack csatornát, amely értesítéseket fog kapni",
|
|
30
|
+
"refreshSlackChannelList": "Slack csatornalista frissítése"
|
|
31
|
+
},
|
|
32
|
+
"finish": {
|
|
33
|
+
"title": "Ön sikeresen csatlakozott a {{teamName}} Slack munkaterülethez."
|
|
34
|
+
},
|
|
35
|
+
"settings": {
|
|
36
|
+
"title": "Ön a <a>{{teamName}}</a> Slack munkaterülethez csatlakozott"
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-slack-frontend",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.6",
|
|
4
4
|
"description": "Slack integration step UI",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"homepage": "https://github.com/bigbinary/neeto-slack-nano",
|
|
@@ -59,13 +59,13 @@
|
|
|
59
59
|
"@babel/preset-typescript": "7.26.0",
|
|
60
60
|
"@babel/runtime": "7.26.10",
|
|
61
61
|
"@bigbinary/babel-preset-neeto": "^1.0.3",
|
|
62
|
-
"@bigbinary/eslint-plugin-neeto": "1.8.
|
|
62
|
+
"@bigbinary/eslint-plugin-neeto": "1.8.1",
|
|
63
63
|
"@bigbinary/neeto-cist": "1.0.17",
|
|
64
|
-
"@bigbinary/neeto-commons-frontend": "4.13.
|
|
65
|
-
"@bigbinary/neeto-filters-frontend": "4.3.
|
|
66
|
-
"@bigbinary/neeto-icons": "1.20.
|
|
67
|
-
"@bigbinary/neeto-molecules": "4.
|
|
68
|
-
"@bigbinary/neetoui": "8.3.
|
|
64
|
+
"@bigbinary/neeto-commons-frontend": "4.13.103",
|
|
65
|
+
"@bigbinary/neeto-filters-frontend": "4.3.31",
|
|
66
|
+
"@bigbinary/neeto-icons": "1.20.80",
|
|
67
|
+
"@bigbinary/neeto-molecules": "4.1.10",
|
|
68
|
+
"@bigbinary/neetoui": "8.3.75",
|
|
69
69
|
"@emotion/is-prop-valid": "1.2.0",
|
|
70
70
|
"@faker-js/faker": "8.2.0",
|
|
71
71
|
"@honeybadger-io/js": "6.10.1",
|
|
@@ -80,9 +80,9 @@
|
|
|
80
80
|
"@tailwindcss/container-queries": "^0.1.1",
|
|
81
81
|
"@tailwindcss/postcss": "^4.1.16",
|
|
82
82
|
"@tanstack/react-query": "5.59.20",
|
|
83
|
-
"antd": "5.22.
|
|
83
|
+
"antd": "5.22.1",
|
|
84
84
|
"autoprefixer": "^10.4.5",
|
|
85
|
-
"axios": "1.
|
|
85
|
+
"axios": "1.13.5",
|
|
86
86
|
"babel-loader": "^8.2.5",
|
|
87
87
|
"babel-plugin-istanbul": "^6.1.1",
|
|
88
88
|
"babel-plugin-js-logger": "1.0.17",
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
"prettier": "3",
|
|
135
135
|
"prettier-plugin-tailwindcss": "^0.7.1",
|
|
136
136
|
"process": "0.11.10",
|
|
137
|
-
"qs": "
|
|
137
|
+
"qs": "6.14.2",
|
|
138
138
|
"ramda": "0.29.0",
|
|
139
139
|
"react": "18.3.1",
|
|
140
140
|
"react-dom": "18.3.1",
|
|
@@ -171,17 +171,17 @@
|
|
|
171
171
|
"peerDependencies": {
|
|
172
172
|
"@babel/runtime": "7.26.10",
|
|
173
173
|
"@bigbinary/neeto-cist": "1.0.17",
|
|
174
|
-
"@bigbinary/neeto-commons-frontend": "4.13.
|
|
175
|
-
"@bigbinary/neeto-filters-frontend": "4.3.
|
|
176
|
-
"@bigbinary/neeto-icons": "1.20.
|
|
177
|
-
"@bigbinary/neeto-molecules": "4.
|
|
178
|
-
"@bigbinary/neetoui": "8.3.
|
|
174
|
+
"@bigbinary/neeto-commons-frontend": "4.13.103",
|
|
175
|
+
"@bigbinary/neeto-filters-frontend": "4.3.31",
|
|
176
|
+
"@bigbinary/neeto-icons": "1.20.80",
|
|
177
|
+
"@bigbinary/neeto-molecules": "4.1.10",
|
|
178
|
+
"@bigbinary/neetoui": "8.3.75",
|
|
179
179
|
"@honeybadger-io/js": "6.10.1",
|
|
180
180
|
"@honeybadger-io/react": "6.1.25",
|
|
181
181
|
"@tailwindcss/container-queries": "^0.1.1",
|
|
182
182
|
"@tanstack/react-query": "5.59.20",
|
|
183
|
-
"antd": "5.22.
|
|
184
|
-
"axios": "1.
|
|
183
|
+
"antd": "5.22.1",
|
|
184
|
+
"axios": "1.13.5",
|
|
185
185
|
"buffer": "^6.0.3",
|
|
186
186
|
"classnames": "2.5.1",
|
|
187
187
|
"crypto-browserify": "3.12.1",
|
|
@@ -193,7 +193,7 @@
|
|
|
193
193
|
"mixpanel-browser": "^2.45.0",
|
|
194
194
|
"os-browserify": "0.3.0",
|
|
195
195
|
"path-browserify": "^1.0.1",
|
|
196
|
-
"qs": "
|
|
196
|
+
"qs": "6.14.2",
|
|
197
197
|
"ramda": "0.29.0",
|
|
198
198
|
"react": "18.3.1",
|
|
199
199
|
"react-dom": "18.3.1",
|