@bigbinary/neeto-slack-frontend 3.1.9 → 3.1.11

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.
Files changed (34) hide show
  1. package/app/javascript/src/translations/ar.json +39 -0
  2. package/app/javascript/src/translations/bg.json +39 -0
  3. package/app/javascript/src/translations/ca.json +39 -0
  4. package/app/javascript/src/translations/cs.json +39 -0
  5. package/app/javascript/src/translations/da.json +39 -0
  6. package/app/javascript/src/translations/de.json +39 -0
  7. package/app/javascript/src/translations/es-MX.json +39 -0
  8. package/app/javascript/src/translations/es.json +39 -0
  9. package/app/javascript/src/translations/et.json +39 -0
  10. package/app/javascript/src/translations/fi.json +39 -0
  11. package/app/javascript/src/translations/fil.json +39 -0
  12. package/app/javascript/src/translations/fr.json +39 -0
  13. package/app/javascript/src/translations/hi.json +39 -0
  14. package/app/javascript/src/translations/hr.json +39 -0
  15. package/app/javascript/src/translations/id.json +39 -0
  16. package/app/javascript/src/translations/it.json +39 -0
  17. package/app/javascript/src/translations/ja.json +39 -0
  18. package/app/javascript/src/translations/ko.json +39 -0
  19. package/app/javascript/src/translations/nl.json +39 -0
  20. package/app/javascript/src/translations/pl.json +39 -0
  21. package/app/javascript/src/translations/pt-BR.json +39 -0
  22. package/app/javascript/src/translations/pt.json +39 -0
  23. package/app/javascript/src/translations/ro.json +39 -0
  24. package/app/javascript/src/translations/ru.json +39 -0
  25. package/app/javascript/src/translations/sk.json +39 -0
  26. package/app/javascript/src/translations/sl.json +39 -0
  27. package/app/javascript/src/translations/sv.json +39 -0
  28. package/app/javascript/src/translations/th.json +39 -0
  29. package/app/javascript/src/translations/tr.json +39 -0
  30. package/app/javascript/src/translations/uk.json +39 -0
  31. package/app/javascript/src/translations/vi.json +39 -0
  32. package/app/javascript/src/translations/zh-CN.json +39 -0
  33. package/app/javascript/src/translations/zh-TW.json +39 -0
  34. package/package.json +13 -13
@@ -0,0 +1,39 @@
1
+ {
2
+ "neetoSlack": {
3
+ "common": {
4
+ "continue": "繼續",
5
+ "save": "儲存變更",
6
+ "cancel": "取消",
7
+ "edit": "編輯",
8
+ "done": "完成",
9
+ "required": "{{entity}} 是必填的"
10
+ },
11
+ "slack": {
12
+ "placeholder": "通知通道",
13
+ "channelName": "頻道名稱",
14
+ "editPane": "編輯 Slack 整合",
15
+ "channelListRefreshToastr": "Slack 頻道列表已更新",
16
+ "channelListRefreshButton": "刷新頻道列表",
17
+ "steps": {
18
+ "finish": "完成"
19
+ },
20
+ "connect": {
21
+ "title": "連接您的 Slack 帳戶",
22
+ "description": "目前尚未連結 Slack 帳戶",
23
+ "loginButton": "登入 Slack"
24
+ },
25
+ "configure": {
26
+ "title": "您正在連接到 <a>{{teamName}}</a> 工作區。",
27
+ "sendTo": "發送到",
28
+ "sendToDescription": "選擇一個 Slack 頻道以接收通知",
29
+ "refreshSlackChannelList": "刷新 Slack 頻道列表"
30
+ },
31
+ "finish": {
32
+ "title": "您已成功連接到 {{teamName}} 工作區。"
33
+ },
34
+ "settings": {
35
+ "title": "您已連接到 <a>{{teamName}}</a> 工作區"
36
+ }
37
+ }
38
+ }
39
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-slack-frontend",
3
- "version": "3.1.9",
3
+ "version": "3.1.11",
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.6.3",
62
+ "@bigbinary/eslint-plugin-neeto": "1.7.0",
63
63
  "@bigbinary/neeto-cist": "1.0.17",
64
- "@bigbinary/neeto-commons-frontend": "4.13.43",
65
- "@bigbinary/neeto-filters-frontend": "4.3.21",
66
- "@bigbinary/neeto-icons": "1.20.49",
67
- "@bigbinary/neeto-molecules": "3.16.63",
68
- "@bigbinary/neetoui": "8.3.9",
64
+ "@bigbinary/neeto-commons-frontend": "4.13.52",
65
+ "@bigbinary/neeto-filters-frontend": "4.3.24",
66
+ "@bigbinary/neeto-icons": "1.20.54",
67
+ "@bigbinary/neeto-molecules": "4.0.9",
68
+ "@bigbinary/neetoui": "8.3.22",
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",
@@ -130,7 +130,7 @@
130
130
  "postcss-loader": "^7.0.1",
131
131
  "postcss-preset-env": "7.8.2",
132
132
  "prettier": "3",
133
- "prettier-plugin-tailwindcss": "0.1.10",
133
+ "prettier-plugin-tailwindcss": "0.6.14",
134
134
  "process": "0.11.10",
135
135
  "qs": "^6.11.2",
136
136
  "ramda": "0.29.0",
@@ -169,11 +169,11 @@
169
169
  "peerDependencies": {
170
170
  "@babel/runtime": "7.26.10",
171
171
  "@bigbinary/neeto-cist": "1.0.17",
172
- "@bigbinary/neeto-commons-frontend": "4.13.43",
173
- "@bigbinary/neeto-filters-frontend": "4.3.21",
174
- "@bigbinary/neeto-icons": "1.20.49",
175
- "@bigbinary/neeto-molecules": "3.16.63",
176
- "@bigbinary/neetoui": "8.3.9",
172
+ "@bigbinary/neeto-commons-frontend": "4.13.52",
173
+ "@bigbinary/neeto-filters-frontend": "4.3.24",
174
+ "@bigbinary/neeto-icons": "1.20.54",
175
+ "@bigbinary/neeto-molecules": "4.0.9",
176
+ "@bigbinary/neetoui": "8.3.22",
177
177
  "@honeybadger-io/js": "6.10.1",
178
178
  "@honeybadger-io/react": "6.1.25",
179
179
  "@tailwindcss/container-queries": "^0.1.1",