@bigbinary/neeto-themes-frontend 3.1.21 → 3.1.23

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 (31) 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/hi.json +135 -0
  11. package/app/javascript/src/translations/hr.json +135 -0
  12. package/app/javascript/src/translations/id.json +135 -0
  13. package/app/javascript/src/translations/it.json +135 -0
  14. package/app/javascript/src/translations/ja.json +135 -0
  15. package/app/javascript/src/translations/ko.json +135 -0
  16. package/app/javascript/src/translations/nl.json +135 -0
  17. package/app/javascript/src/translations/pl.json +135 -0
  18. package/app/javascript/src/translations/pt-BR.json +135 -0
  19. package/app/javascript/src/translations/pt.json +135 -0
  20. package/app/javascript/src/translations/ro.json +135 -0
  21. package/app/javascript/src/translations/ru.json +135 -0
  22. package/app/javascript/src/translations/sk.json +135 -0
  23. package/app/javascript/src/translations/sl.json +135 -0
  24. package/app/javascript/src/translations/sv.json +135 -0
  25. package/app/javascript/src/translations/th.json +135 -0
  26. package/app/javascript/src/translations/tr.json +135 -0
  27. package/app/javascript/src/translations/uk.json +135 -0
  28. package/app/javascript/src/translations/vi.json +135 -0
  29. package/app/javascript/src/translations/zh-CN.json +135 -0
  30. package/app/javascript/src/translations/zh-TW.json +135 -0
  31. 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": "按钮URL",
127
+ "bulkOption": {
128
+ "title": "批量添加选项",
129
+ "label": "输入选项",
130
+ "helpText": "使用逗号或换行符分隔选项。 <Link>查看帮助文章</Link>以获取更多信息。"
131
+ }
132
+ }
133
+ }
134
+ }
135
+ }
@@ -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.23",
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.3",
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.66",
67
+ "@bigbinary/neeto-filters-frontend": "4.3.24",
68
+ "@bigbinary/neeto-icons": "1.20.54",
69
+ "@bigbinary/neeto-image-uploader-frontend": "2.3.27",
70
+ "@bigbinary/neeto-molecules": "4.0.11",
71
+ "@bigbinary/neetoui": "8.3.25",
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.66",
178
+ "@bigbinary/neeto-filters-frontend": "4.3.24",
179
+ "@bigbinary/neeto-icons": "1.20.54",
180
+ "@bigbinary/neeto-image-uploader-frontend": "2.3.27",
181
+ "@bigbinary/neeto-molecules": "4.0.11",
182
+ "@bigbinary/neetoui": "8.3.25",
183
183
  "@honeybadger-io/js": "6.10.1",
184
184
  "@honeybadger-io/react": "6.1.25",
185
185
  "@monaco-editor/react": "4.6.0",