@bigbinary/neeto-themes-frontend 3.1.21 → 3.1.22

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 (30) hide show
  1. package/app/javascript/src/translations/ar.json +135 -0
  2. package/app/javascript/src/translations/bg.json +135 -0
  3. package/app/javascript/src/translations/ca.json +135 -0
  4. package/app/javascript/src/translations/cs.json +135 -0
  5. package/app/javascript/src/translations/da.json +135 -0
  6. package/app/javascript/src/translations/es-MX.json +135 -0
  7. package/app/javascript/src/translations/et.json +135 -0
  8. package/app/javascript/src/translations/fi.json +135 -0
  9. package/app/javascript/src/translations/fil.json +135 -0
  10. package/app/javascript/src/translations/hr.json +135 -0
  11. package/app/javascript/src/translations/id.json +135 -0
  12. package/app/javascript/src/translations/it.json +135 -0
  13. package/app/javascript/src/translations/ja.json +135 -0
  14. package/app/javascript/src/translations/ko.json +135 -0
  15. package/app/javascript/src/translations/nl.json +135 -0
  16. package/app/javascript/src/translations/pl.json +135 -0
  17. package/app/javascript/src/translations/pt-BR.json +135 -0
  18. package/app/javascript/src/translations/pt.json +135 -0
  19. package/app/javascript/src/translations/ro.json +135 -0
  20. package/app/javascript/src/translations/ru.json +135 -0
  21. package/app/javascript/src/translations/sk.json +135 -0
  22. package/app/javascript/src/translations/sl.json +135 -0
  23. package/app/javascript/src/translations/sv.json +135 -0
  24. package/app/javascript/src/translations/th.json +135 -0
  25. package/app/javascript/src/translations/tr.json +135 -0
  26. package/app/javascript/src/translations/uk.json +135 -0
  27. package/app/javascript/src/translations/vi.json +135 -0
  28. package/app/javascript/src/translations/zh-CN.json +135 -0
  29. package/app/javascript/src/translations/zh-TW.json +135 -0
  30. package/package.json +15 -15
@@ -0,0 +1,135 @@
1
+ {
2
+ "neetoThemes": {
3
+ "entityType": {
4
+ "quiz": "小測驗",
5
+ "quiz_other": "小測驗",
6
+ "form": "表單",
7
+ "form_other": "表單",
8
+ "meeting": "會議",
9
+ "meeting_other": "會議",
10
+ "recording": "錄音",
11
+ "recording_other": "錄音"
12
+ },
13
+ "common": {
14
+ "theme": "主題",
15
+ "preview": "預覽",
16
+ "save": "保存",
17
+ "done": "完成",
18
+ "cancel": "取消",
19
+ "continue": "繼續",
20
+ "retry": "重試",
21
+ "active": "活動",
22
+ "useTheme": "使用主題",
23
+ "previewTheme": "預覽主題",
24
+ "activeTheme": "活動主題",
25
+ "edit": "編輯",
26
+ "noResultsFound": "未找到結果!",
27
+ "searchThemes": "搜尋主題",
28
+ "style": "風格",
29
+ "images": "圖片",
30
+ "name": "名稱",
31
+ "left": "左",
32
+ "logo": "標誌"
33
+ },
34
+ "buttons": {
35
+ "saveChanges": "保存更改",
36
+ "addNewTheme": "新增主題",
37
+ "backToThemes": "返回主題",
38
+ "backToEdit": "返回編輯",
39
+ "save": "保存",
40
+ "reset": "重置",
41
+ "applyThisTheme": "應用此主題",
42
+ "expandEditor": "擴展編輯器",
43
+ "minimizeEditor": "最小化編輯器"
44
+ },
45
+ "alerts": {
46
+ "title": {
47
+ "deleteTheme": "確認刪除主題"
48
+ },
49
+ "message": {
50
+ "deleteTheme_zero": "您正在永久刪除主題「{{name, anyCase}}」。您確定要繼續嗎?",
51
+ "deleteTheme_one": "您正在永久刪除主題「{{name, anyCase}}」。這個主題正在一個{{entityType}}中使用。使用此主題的{{entityType, anyCase}}都將恢復為使用預設主題「{{defaultThemeName, anyCase}}」。您確定要繼續嗎?",
52
+ "deleteTheme_other": "您正在永久刪除主題「{{name, anyCase}}」。這個主題正在{{count}}個{{entityType}}中使用。使用此主題的{{entityType, anyCase}}都將恢復為使用預設主題「{{defaultThemeName, anyCase}}」。您確定要繼續嗎?"
53
+ }
54
+ },
55
+ "build": {
56
+ "leftSideBar": {
57
+ "headerTabs": {
58
+ "themes": "主題"
59
+ },
60
+ "helpPopover": {
61
+ "title": "主題",
62
+ "description": "個性化您的{{entityType}}以符合您的品牌。"
63
+ },
64
+ "themes": {
65
+ "systemThemes": "系統主題",
66
+ "customThemes": "自訂主題",
67
+ "themeOptions": {
68
+ "clone": "克隆",
69
+ "delete": "刪除",
70
+ "setAsGlobalTheme": {
71
+ "label": "設置為全域主題",
72
+ "helpText": "啟用此選項將設此主題為預設主題,自動應用於您今後所有的{{entityType}}。此主題也將應用於使用上一个全域主題的{{entityType}}。",
73
+ "tooltipContent": "此主題目前設置為全域主題。選擇其他主題以更改。"
74
+ }
75
+ },
76
+ "themeCard": {
77
+ "primary": "主要",
78
+ "secondary": "次要"
79
+ },
80
+ "notAppliedYet": "此主題尚未應用於此{{entityType}}。",
81
+ "editTheme": {
82
+ "title": "編輯主題",
83
+ "imageUpload": "拖放或<span>瀏覽</span>檔案"
84
+ },
85
+ "createTheme": {
86
+ "title": "新主題",
87
+ "newThemeName": "我的主題"
88
+ },
89
+ "customCSS": "自訂CSS",
90
+ "themeCloned": "主題已成功克隆。",
91
+ "themeCloneFailed": "克隆主題失敗,請稍後再試。"
92
+ }
93
+ }
94
+ },
95
+ "form": {
96
+ "build": {
97
+ "logoPosition": "標誌位置",
98
+ "font": "字體",
99
+ "left": "左",
100
+ "connect": "連接",
101
+ "update": "更新",
102
+ "confirmationText": "確認文本",
103
+ "enterConfirmationText": "輸入確認文本",
104
+ "questions": "問題",
105
+ "right": "右",
106
+ "uploadCSV": "上傳CSV",
107
+ "answerColor": "回答顏色",
108
+ "buttons": "按鈕",
109
+ "allAnswers": "所有回答",
110
+ "searchSubmissions": "搜尋提交",
111
+ "buttonBorderRadius": "按鈕邊框圓角",
112
+ "backgroundColor": "背景顏色",
113
+ "enableContentBackground": "啟用內容背景",
114
+ "contentBackgroundColor": "內容背景顏色",
115
+ "backgroundImage": "背景圖片",
116
+ "backgroundOverlay": "背景覆蓋",
117
+ "enableDominantBackgroundColor": "啟用主導<br/>背景顏色",
118
+ "enableDominantBackgroundColorInfo": "啟用此選項將背景顏色更新為背景圖片的主導顏色。",
119
+ "thankYouTextAlignment": "感謝您文本對齊",
120
+ "welcomeTextAlignment": "歡迎文本對齊",
121
+ "questionsTextAlignment": "問題文本對齊",
122
+ "addNewElement": "新增元素",
123
+ "addOption": "新增選項",
124
+ "addBulk": "批量新增",
125
+ "buttonText": "按鈕文本",
126
+ "buttonUrl": "按鈕網址",
127
+ "bulkOption": {
128
+ "title": "批量新增選項",
129
+ "label": "輸入選項",
130
+ "helpText": "使用逗號或換行符號分隔選項。 <Link>查看幫助文章</Link>以獲取更多信息。"
131
+ }
132
+ }
133
+ }
134
+ }
135
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-themes-frontend",
3
- "version": "3.1.21",
3
+ "version": "3.1.22",
4
4
  "description": "A repo acts as the source of truth for the new nano's structure, configs, data etc.",
5
5
  "license": "UNLICENSED",
6
6
  "homepage": "https://github.com/bigbinary/neeto-themes-nano",
@@ -61,14 +61,14 @@
61
61
  "@babel/preset-typescript": "7.26.0",
62
62
  "@babel/runtime": "7.26.10",
63
63
  "@bigbinary/babel-preset-neeto": "^1.0.3",
64
- "@bigbinary/eslint-plugin-neeto": "1.7.0",
64
+ "@bigbinary/eslint-plugin-neeto": "1.7.2",
65
65
  "@bigbinary/neeto-cist": "1.0.17",
66
- "@bigbinary/neeto-commons-frontend": "4.13.48",
67
- "@bigbinary/neeto-filters-frontend": "4.3.23",
68
- "@bigbinary/neeto-icons": "1.20.53",
69
- "@bigbinary/neeto-image-uploader-frontend": "2.3.22",
70
- "@bigbinary/neeto-molecules": "3.16.94",
71
- "@bigbinary/neetoui": "8.3.17",
66
+ "@bigbinary/neeto-commons-frontend": "4.13.53",
67
+ "@bigbinary/neeto-filters-frontend": "4.3.24",
68
+ "@bigbinary/neeto-icons": "1.20.54",
69
+ "@bigbinary/neeto-image-uploader-frontend": "2.3.25",
70
+ "@bigbinary/neeto-molecules": "4.0.10",
71
+ "@bigbinary/neetoui": "8.3.23",
72
72
  "@emotion/is-prop-valid": "1.2.0",
73
73
  "@faker-js/faker": "8.2.0",
74
74
  "@honeybadger-io/js": "6.10.1",
@@ -135,7 +135,7 @@
135
135
  "postcss-loader": "^7.0.1",
136
136
  "postcss-preset-env": "7.8.2",
137
137
  "prettier": "3",
138
- "prettier-plugin-tailwindcss": "0.1.10",
138
+ "prettier-plugin-tailwindcss": "0.6.14",
139
139
  "process": "0.11.10",
140
140
  "qs": "^6.11.2",
141
141
  "ramda": "0.29.0",
@@ -174,12 +174,12 @@
174
174
  "peerDependencies": {
175
175
  "@babel/runtime": "7.26.10",
176
176
  "@bigbinary/neeto-cist": "1.0.17",
177
- "@bigbinary/neeto-commons-frontend": "4.13.48",
178
- "@bigbinary/neeto-filters-frontend": "4.3.23",
179
- "@bigbinary/neeto-icons": "1.20.53",
180
- "@bigbinary/neeto-image-uploader-frontend": "2.3.22",
181
- "@bigbinary/neeto-molecules": "3.16.94",
182
- "@bigbinary/neetoui": "8.3.17",
177
+ "@bigbinary/neeto-commons-frontend": "4.13.53",
178
+ "@bigbinary/neeto-filters-frontend": "4.3.24",
179
+ "@bigbinary/neeto-icons": "1.20.54",
180
+ "@bigbinary/neeto-image-uploader-frontend": "2.3.25",
181
+ "@bigbinary/neeto-molecules": "4.0.10",
182
+ "@bigbinary/neetoui": "8.3.23",
183
183
  "@honeybadger-io/js": "6.10.1",
184
184
  "@honeybadger-io/react": "6.1.25",
185
185
  "@monaco-editor/react": "4.6.0",