@g1cloud/bluesea 5.0.0-beta.9 → 6.0.0-alpha.0

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 (243) hide show
  1. package/README.md +11 -0
  2. package/bin/install-claude-skill.mjs +74 -0
  3. package/css/bluesea.css +12 -30478
  4. package/dist/index.d.ts +10 -130
  5. package/dist/index.js +13 -0
  6. package/package.json +41 -59
  7. package/skills/bluesea-ui/SKILL.md +345 -0
  8. package/skills/bluesea-ui/references/components.md +196 -0
  9. package/skills/bluesea-ui/references/grid.md +159 -0
  10. package/skills/bluesea-ui/references/i18n.md +149 -0
  11. package/skills/bluesea-ui/references/validation.md +178 -0
  12. package/css/frame-default.css +0 -703
  13. package/dist/BSAlertModal-DypUvVcH.js +0 -52
  14. package/dist/BSGridColumnSettingModal-DhGr9UtK.js +0 -149
  15. package/dist/BSRichTextMaximizedModal-DmPabr58.js +0 -62
  16. package/dist/BSYesNoModal-CBrzf4F5.js +0 -57
  17. package/dist/BSYoutubeInputModal-BxabTSWx.js +0 -76
  18. package/dist/ImageInsertModal-K1Tx7ys2.js +0 -106
  19. package/dist/ImageProperties.vue_vue_type_script_setup_true_lang-D8KH2XwP.js +0 -180
  20. package/dist/ImagePropertiesModal-Duu4PBjb.js +0 -98
  21. package/dist/LinkPropertiesModal-Bx3WJhkN.js +0 -119
  22. package/dist/TableInsertModal-DBrcQa3b.js +0 -74
  23. package/dist/TablePropertiesModal-ClsK1yM4.js +0 -353
  24. package/dist/VideoInsertModal-C-b0-PU0.js +0 -106
  25. package/dist/VideoProperties.vue_vue_type_script_setup_true_lang-zYZJtiR2.js +0 -194
  26. package/dist/VideoPropertiesModal-zlEThjim.js +0 -98
  27. package/dist/YoutubeInsertModal-Gpob0la3.js +0 -84
  28. package/dist/YoutubeProperties.vue_vue_type_script_setup_true_lang-CDvDzheM.js +0 -181
  29. package/dist/YoutubePropertiesModal-C3I5eF0-.js +0 -102
  30. package/dist/bluesea.css +0 -11278
  31. package/dist/bluesea.js +0 -223
  32. package/dist/bluesea.umd.cjs +0 -72228
  33. package/dist/component/basic/BSButton.vue.d.ts +0 -50
  34. package/dist/component/basic/BSCalendar.vue.d.ts +0 -68
  35. package/dist/component/basic/BSCalendarRange.vue.d.ts +0 -57
  36. package/dist/component/basic/BSConsole.vue.d.ts +0 -36
  37. package/dist/component/basic/BSDate.vue.d.ts +0 -19
  38. package/dist/component/basic/BSFormLabel.vue.d.ts +0 -19
  39. package/dist/component/basic/BSImage.vue.d.ts +0 -44
  40. package/dist/component/basic/BSLink.vue.d.ts +0 -21
  41. package/dist/component/basic/BSLoadingIcon.vue.d.ts +0 -2
  42. package/dist/component/basic/BSPageNavigation.vue.d.ts +0 -52
  43. package/dist/component/basic/BSPopup.vue.d.ts +0 -70
  44. package/dist/component/basic/BSPopupButton.vue.d.ts +0 -41
  45. package/dist/component/basic/BSProgressBar.vue.d.ts +0 -33
  46. package/dist/component/basic/BSTooltip.vue.d.ts +0 -35
  47. package/dist/component/global/AddressSearchButton.vue.d.ts +0 -36
  48. package/dist/component/global/AddressSearchList.gen.d.ts +0 -4
  49. package/dist/component/global/BSAddressInput.vue.d.ts +0 -72
  50. package/dist/component/global/BSLocaleSelect.vue.d.ts +0 -35
  51. package/dist/component/global/BSNameInput.vue.d.ts +0 -80
  52. package/dist/component/global/BSTelInput.vue.d.ts +0 -88
  53. package/dist/component/grid/BSDateRangeFilter.vue.d.ts +0 -63
  54. package/dist/component/grid/BSDateRangeFilters.vue.d.ts +0 -56
  55. package/dist/component/grid/BSGrid.vue.d.ts +0 -177
  56. package/dist/component/grid/BSGridCell.vue.d.ts +0 -85
  57. package/dist/component/grid/BSGridCellCheckbox.vue.d.ts +0 -21
  58. package/dist/component/grid/BSGridCellDragHandle.vue.d.ts +0 -15
  59. package/dist/component/grid/BSGridCellEdit.vue.d.ts +0 -21
  60. package/dist/component/grid/BSGridCellSerialNo.vue.d.ts +0 -15
  61. package/dist/component/grid/BSGridColumnSettingModal.vue.d.ts +0 -25
  62. package/dist/component/grid/BSGridControl.vue.d.ts +0 -78
  63. package/dist/component/grid/BSGridHeaderCell.vue.d.ts +0 -45
  64. package/dist/component/grid/BSGridHeaderCellCheckbox.vue.d.ts +0 -19
  65. package/dist/component/grid/BSGridHeaderCellResizeHandle.vue.d.ts +0 -21
  66. package/dist/component/grid/BSGridHeaderCellSerialNo.vue.d.ts +0 -2
  67. package/dist/component/grid/BSGridLookup.vue.d.ts +0 -67
  68. package/dist/component/grid/BSGridRow.vue.d.ts +0 -140
  69. package/dist/component/grid/BSTextFilter.vue.d.ts +0 -42
  70. package/dist/component/grid/DateFilterModel.d.ts +0 -19
  71. package/dist/component/grid/GridExtension.d.ts +0 -17
  72. package/dist/component/grid/GridLib.d.ts +0 -21
  73. package/dist/component/grid/GridModel.d.ts +0 -399
  74. package/dist/component/grid/extension/gridExcelDownloadExtension.d.ts +0 -22
  75. package/dist/component/grid/vDndSupport.d.ts +0 -18
  76. package/dist/component/input/BSCheckbox.vue.d.ts +0 -63
  77. package/dist/component/input/BSCheckboxGroup.vue.d.ts +0 -79
  78. package/dist/component/input/BSCodeEditor.vue.d.ts +0 -73
  79. package/dist/component/input/BSColorInput.vue.d.ts +0 -68
  80. package/dist/component/input/BSDateInput.vue.d.ts +0 -90
  81. package/dist/component/input/BSDateInputPopup.vue.d.ts +0 -41
  82. package/dist/component/input/BSDateRange.vue.d.ts +0 -113
  83. package/dist/component/input/BSDateRangeInputPopup.vue.d.ts +0 -45
  84. package/dist/component/input/BSDateRangePresets.vue.d.ts +0 -40
  85. package/dist/component/input/BSHtmlEditor.vue.d.ts +0 -64
  86. package/dist/component/input/BSImageUpload.vue.d.ts +0 -118
  87. package/dist/component/input/BSMediaPreview.vue.d.ts +0 -55
  88. package/dist/component/input/BSMultiImageUpload.vue.d.ts +0 -108
  89. package/dist/component/input/BSMultiSelect.vue.d.ts +0 -91
  90. package/dist/component/input/BSNumberInput.vue.d.ts +0 -91
  91. package/dist/component/input/BSPopupSelect.vue.d.ts +0 -54
  92. package/dist/component/input/BSPositionedImageUpload.vue.d.ts +0 -97
  93. package/dist/component/input/BSPriceInput.vue.d.ts +0 -91
  94. package/dist/component/input/BSRadioButton.vue.d.ts +0 -72
  95. package/dist/component/input/BSRadioButtonGroup.vue.d.ts +0 -86
  96. package/dist/component/input/BSSelect.vue.d.ts +0 -95
  97. package/dist/component/input/BSSelectPopup.vue.d.ts +0 -87
  98. package/dist/component/input/BSTextArea.vue.d.ts +0 -88
  99. package/dist/component/input/BSTextInput.vue.d.ts +0 -100
  100. package/dist/component/input/BSTreeMultiSelect.vue.d.ts +0 -89
  101. package/dist/component/input/BSTreeSelect.vue.d.ts +0 -90
  102. package/dist/component/input/BSYesNoGroup.vue.d.ts +0 -55
  103. package/dist/component/input/BSYesNoSelect.vue.d.ts +0 -51
  104. package/dist/component/input/BSYoutubeInputModal.vue.d.ts +0 -6
  105. package/dist/component/input/DateInputLib.d.ts +0 -27
  106. package/dist/component/input/DateRangePresetModel.d.ts +0 -16
  107. package/dist/component/input/HtmlEditorModel.d.ts +0 -5
  108. package/dist/component/input/ImageUploadLib.d.ts +0 -22
  109. package/dist/component/input/ImageUploadModel.d.ts +0 -12
  110. package/dist/component/input/ValidationErrors.vue.d.ts +0 -19
  111. package/dist/component/input/vDragAndDropSupport.d.ts +0 -10
  112. package/dist/component/layout/BSCardLayout.vue.d.ts +0 -41
  113. package/dist/component/layout/BSHorizontalLayoutResizer.vue.d.ts +0 -6
  114. package/dist/component/layout/BSListControl.vue.d.ts +0 -52
  115. package/dist/component/layout/BSListLayout.vue.d.ts +0 -85
  116. package/dist/component/layout/BSListLayoutItem.vue.d.ts +0 -82
  117. package/dist/component/layout/BSTabSheet.vue.d.ts +0 -63
  118. package/dist/component/layout/BSVerticalLayoutResizer.vue.d.ts +0 -6
  119. package/dist/component/layout/SlideDownTransition.vue.d.ts +0 -9
  120. package/dist/component/layout/TabSheetModel.d.ts +0 -49
  121. package/dist/component/multilang/BSMultiLangExpandButton.vue.d.ts +0 -2
  122. package/dist/component/multilang/BSMultiLangHtmlEditor.vue.d.ts +0 -84
  123. package/dist/component/multilang/BSMultiLangImageUpload.vue.d.ts +0 -81
  124. package/dist/component/multilang/BSMultiLangRichText.vue.d.ts +0 -93
  125. package/dist/component/multilang/BSMultiLangTextArea.vue.d.ts +0 -96
  126. package/dist/component/multilang/BSMultiLangTextInput.vue.d.ts +0 -96
  127. package/dist/component/multilang/multiLangLib.d.ts +0 -6
  128. package/dist/component/richtext/BSRichText.vue.d.ts +0 -90
  129. package/dist/component/richtext/BSRichTextMaximizedModal.vue.d.ts +0 -74
  130. package/dist/component/richtext/RichTextLib.d.ts +0 -15
  131. package/dist/component/richtext/RichTextModel.d.ts +0 -9
  132. package/dist/component/richtext/RichTextToolbar.vue.d.ts +0 -36
  133. package/dist/component/richtext/image/ImageInsertModal.vue.d.ts +0 -22
  134. package/dist/component/richtext/image/ImageProperties.vue.d.ts +0 -19
  135. package/dist/component/richtext/image/ImagePropertiesModal.vue.d.ts +0 -17
  136. package/dist/component/richtext/image/RichTextImage.d.ts +0 -7
  137. package/dist/component/richtext/image/RichTextImageLib.d.ts +0 -13
  138. package/dist/component/richtext/image/ToolButtonImage.vue.d.ts +0 -19
  139. package/dist/component/richtext/link/LinkPropertiesModal.vue.d.ts +0 -17
  140. package/dist/component/richtext/link/ToolButtonLink.vue.d.ts +0 -19
  141. package/dist/component/richtext/richTextUtil.d.ts +0 -18
  142. package/dist/component/richtext/table/RichTextTable.d.ts +0 -8
  143. package/dist/component/richtext/table/RichTextTableCell.d.ts +0 -1
  144. package/dist/component/richtext/table/RichTextTableLib.d.ts +0 -23
  145. package/dist/component/richtext/table/RichTextTableView.d.ts +0 -19
  146. package/dist/component/richtext/table/TableInsertModal.vue.d.ts +0 -17
  147. package/dist/component/richtext/table/TablePropertiesModal.vue.d.ts +0 -17
  148. package/dist/component/richtext/table/ToolButtonTable.vue.d.ts +0 -19
  149. package/dist/component/richtext/tool/ToolButtonFontColor.vue.d.ts +0 -19
  150. package/dist/component/richtext/tool/ToolButtonFontSize.vue.d.ts +0 -19
  151. package/dist/component/richtext/tool/ToolButtonFontStyle.vue.d.ts +0 -19
  152. package/dist/component/richtext/tool/ToolButtonHeading.vue.d.ts +0 -19
  153. package/dist/component/richtext/tool/ToolButtonListItem.vue.d.ts +0 -19
  154. package/dist/component/richtext/tool/ToolButtonMaximize.vue.d.ts +0 -19
  155. package/dist/component/richtext/tool/ToolButtonTextAlign.vue.d.ts +0 -19
  156. package/dist/component/richtext/video/RichTextVideo.d.ts +0 -29
  157. package/dist/component/richtext/video/RichTextVideoLib.d.ts +0 -16
  158. package/dist/component/richtext/video/ToolButtonVideo.vue.d.ts +0 -19
  159. package/dist/component/richtext/video/VideoInsertModal.vue.d.ts +0 -22
  160. package/dist/component/richtext/video/VideoProperties.vue.d.ts +0 -19
  161. package/dist/component/richtext/video/VideoPropertiesModal.vue.d.ts +0 -17
  162. package/dist/component/richtext/youtube/RichTextYoutube.d.ts +0 -8
  163. package/dist/component/richtext/youtube/RichTextYoutubeLib.d.ts +0 -14
  164. package/dist/component/richtext/youtube/ToolButtonYoutube.vue.d.ts +0 -19
  165. package/dist/component/richtext/youtube/YoutubeInsertModal.vue.d.ts +0 -17
  166. package/dist/component/richtext/youtube/YoutubeProperties.vue.d.ts +0 -19
  167. package/dist/component/richtext/youtube/YoutubePropertiesModal.vue.d.ts +0 -17
  168. package/dist/component/tree/BSTree.vue.d.ts +0 -107
  169. package/dist/component/tree/BSTreeControl.vue.d.ts +0 -90
  170. package/dist/component/tree/BSTreeRow.vue.d.ts +0 -92
  171. package/dist/component/tree/TreeLib.d.ts +0 -11
  172. package/dist/component/tree/TreeModel.d.ts +0 -188
  173. package/dist/component/tree/vTreeDndSupport.d.ts +0 -10
  174. package/dist/config/config.d.ts +0 -155
  175. package/dist/contextmenu/BSContextMenu.vue.d.ts +0 -43
  176. package/dist/contextmenu/BSContextMenuContainer.vue.d.ts +0 -2
  177. package/dist/contextmenu/contextMenuPlugin.d.ts +0 -43
  178. package/dist/directive/vClickOutside.d.ts +0 -21
  179. package/dist/directive/vFocusJump.d.ts +0 -19
  180. package/dist/directive/vFocusLoop.d.ts +0 -25
  181. package/dist/directive/vFocusOnLoad.d.ts +0 -4
  182. package/dist/directive/vT.d.ts +0 -11
  183. package/dist/directive/vTooltip.d.ts +0 -9
  184. package/dist/frame/FrameModel.d.ts +0 -82
  185. package/dist/frame/ShortcutKeyHandler.d.ts +0 -37
  186. package/dist/frame/default/DefaultBody.vue.d.ts +0 -2
  187. package/dist/frame/default/DefaultFrameModel.d.ts +0 -107
  188. package/dist/frame/default/DefaultHeader.vue.d.ts +0 -23
  189. package/dist/frame/default/HeaderTab.vue.d.ts +0 -17
  190. package/dist/frame/default/HeaderTabListButton.vue.d.ts +0 -2
  191. package/dist/frame/default/HeaderTabs.vue.d.ts +0 -15
  192. package/dist/frame/default/SidebarMenu.vue.d.ts +0 -2
  193. package/dist/frame/default/SidebarMenuItem.vue.d.ts +0 -25
  194. package/dist/frame/default/SidebarMenuLink.vue.d.ts +0 -29
  195. package/dist/frame/default/SidebarMenuSearch.vue.d.ts +0 -28
  196. package/dist/index-DxMqs72-.js +0 -70181
  197. package/dist/modal/BSAlertModal.vue.d.ts +0 -23
  198. package/dist/modal/BSModalContainer.vue.d.ts +0 -2
  199. package/dist/modal/BSModalFrame.vue.d.ts +0 -37
  200. package/dist/modal/BSModalWrapper.vue.d.ts +0 -17
  201. package/dist/modal/BSYesNoModal.vue.d.ts +0 -25
  202. package/dist/modal/modalPlugin.d.ts +0 -73
  203. package/dist/model/CommonTypes.d.ts +0 -96
  204. package/dist/model/DefaultImpl.d.ts +0 -8
  205. package/dist/model/FieldContext.d.ts +0 -15
  206. package/dist/model/FilterModel.d.ts +0 -114
  207. package/dist/model/MoneySerializer.d.ts +0 -3
  208. package/dist/model/PaginatedList.d.ts +0 -29
  209. package/dist/model/SearchModel.d.ts +0 -22
  210. package/dist/notification/BSAlarmFrame.vue.d.ts +0 -26
  211. package/dist/notification/BSNotificationContainer.vue.d.ts +0 -2
  212. package/dist/notification/notificationPlugin.d.ts +0 -33
  213. package/dist/savepoint/SavePoint.d.ts +0 -47
  214. package/dist/text/i18n.d.ts +0 -28
  215. package/dist/util/alertUtil.d.ts +0 -1
  216. package/dist/util/componentUtil.d.ts +0 -40
  217. package/dist/util/debounceUtil.d.ts +0 -16
  218. package/dist/util/elementUtil.d.ts +0 -58
  219. package/dist/util/formatUtil.d.ts +0 -70
  220. package/dist/util/langUtil.d.ts +0 -3
  221. package/dist/util/multiLangUtil.d.ts +0 -27
  222. package/dist/util/routeUtil.d.ts +0 -3
  223. package/dist/util/typeUtil.d.ts +0 -18
  224. package/dist/util/waitUtil.d.ts +0 -19
  225. package/dist/validator/FieldValidator.d.ts +0 -45
  226. package/dist/validator/FormValidator.d.ts +0 -35
  227. package/scss/bluesea-base.scss +0 -6
  228. package/scss/bluesea.scss +0 -2
  229. package/scss/component.scss +0 -515
  230. package/scss/font.scss +0 -3
  231. package/scss/frame/default.scss +0 -293
  232. package/scss/layout.scss +0 -192
  233. package/scss/reset.scss +0 -68
  234. package/scss/rich-text-container.scss +0 -113
  235. package/scss/rich-text-content.scss +0 -137
  236. package/scss/transition.scss +0 -108
  237. package/scss/utility.scss +0 -816
  238. package/scss/variable.scss +0 -347
  239. package/text/bluesea_text_en.json +0 -956
  240. package/text/bluesea_text_fr.json +0 -956
  241. package/text/bluesea_text_ja.json +0 -956
  242. package/text/bluesea_text_ko.json +0 -956
  243. package/text/bluesea_text_zh.json +0 -956
@@ -1,956 +0,0 @@
1
- [
2
- {
3
- "key": "bs.addressfield.search",
4
- "text": "邮政编码搜索"
5
- },
6
- {
7
- "key": "bs.addYoutubeUrl",
8
- "text": "YouTube 视频注册"
9
- },
10
- {
11
- "key": "bs.align",
12
- "text": "對齊"
13
- },
14
- {
15
- "key": "bs.am",
16
- "text": "早晨"
17
- },
18
- {
19
- "key": "bs.bgcolor",
20
- "text": "背景颜色"
21
- },
22
- {
23
- "key": "bs.bottom",
24
- "text": "下侧"
25
- },
26
- {
27
- "key": "bs.cancel",
28
- "text": "取消"
29
- },
30
- {
31
- "key": "bs.changeTabAfterSaving",
32
- "text": "一些信息是新输入或修改的。保存后请移动。"
33
- },
34
- {
35
- "key": "bs.ckeditorfileupload.validatemessage",
36
- "text": "只能上传 {0} 以下的图像文件。"
37
- },
38
- {
39
- "key": "bs.clear",
40
- "text": "清除"
41
- },
42
- {
43
- "key": "bs.clearAll",
44
- "text": "完全擦拭"
45
- },
46
- {
47
- "key": "bs.cleared",
48
- "text": "已初始化。"
49
- },
50
- {
51
- "key": "bs.close",
52
- "text": "关闭"
53
- },
54
- {
55
- "key": "bs.collapseAll",
56
- "text": "全部关闭"
57
- },
58
- {
59
- "key": "bs.colorfield.desc",
60
- "text": "请以“#FFFFFFF”或“红色”格式输入。"
61
- },
62
- {
63
- "key": "bs.colorfield.rgb.desc",
64
- "text": "请输入 0 到 255 之间的 R/G/B 值。"
65
- },
66
- {
67
- "key": "bs.confirm.delete",
68
- "text": "您想删除它吗?"
69
- },
70
- {
71
- "key": "bs.confirmLeavingModifiedTab",
72
- "text": "新輸入或修改的資訊將被刪除。您確定要移動它嗎?"
73
- },
74
- {
75
- "key": "bs.copy",
76
- "text": "复制"
77
- },
78
- {
79
- "key": "bs.createdBy",
80
- "text": "注册人ID"
81
- },
82
- {
83
- "key": "bs.createdDt",
84
- "text": "注册日期和时间"
85
- },
86
- {
87
- "key": "bs.datefield.invalidFormat.day",
88
- "text": "请以“YYYYMMDD”格式输入。"
89
- },
90
- {
91
- "key": "bs.datefield.invalidFormat.hour",
92
- "text": "请以“YYYYMMDD HH”格式输入。"
93
- },
94
- {
95
- "key": "bs.datefield.invalidFormat.minute",
96
- "text": "请以“YYYYMMDD HHMM”格式输入。"
97
- },
98
- {
99
- "key": "bs.dateLookup.10daysAgo",
100
- "text": "过去10天"
101
- },
102
- {
103
- "key": "bs.dateLookup.15daysAgo",
104
- "text": "过去 15 天"
105
- },
106
- {
107
- "key": "bs.dateLookup.2monthsAgo",
108
- "text": "过去2个月"
109
- },
110
- {
111
- "key": "bs.dateLookup.30daysAgo",
112
- "text": "过去 30 天"
113
- },
114
- {
115
- "key": "bs.dateLookup.3monthsAgo",
116
- "text": "过去 3 个月"
117
- },
118
- {
119
- "key": "bs.dateLookup.7daysAgo",
120
- "text": "过去 7 天"
121
- },
122
- {
123
- "key": "bs.dateLookup.all",
124
- "text": "整个时期"
125
- },
126
- {
127
- "key": "bs.dateLookup.custom",
128
- "text": "风俗"
129
- },
130
- {
131
- "key": "bs.dateLookup.prevMonth",
132
- "text": "上个月"
133
- },
134
- {
135
- "key": "bs.dateLookup.thisMonth",
136
- "text": "本月"
137
- },
138
- {
139
- "key": "bs.dateLookup.today",
140
- "text": "今天"
141
- },
142
- {
143
- "key": "bs.dateLookup.yesterday",
144
- "text": "昨天"
145
- },
146
- {
147
- "key": "bs.daterangefield.day",
148
- "text": "天"
149
- },
150
- {
151
- "key": "bs.daterangefield.month",
152
- "text": "月"
153
- },
154
- {
155
- "key": "bs.daterangefield.week",
156
- "text": "星期"
157
- },
158
- {
159
- "key": "bs.daterangegroup.invalidDateOrder",
160
- "text": "请指定结束日期之前的日期作为开始日期。"
161
- },
162
- {
163
- "key": "bs.delete",
164
- "text": "删除"
165
- },
166
- {
167
- "key": "bs.deleted",
168
- "text": "已删除。"
169
- },
170
- {
171
- "key": "bs.details",
172
- "text": "细节"
173
- },
174
- {
175
- "key": "bs.edit",
176
- "text": "编辑"
177
- },
178
- {
179
- "key": "bs.error",
180
- "text": "错误"
181
- },
182
- {
183
- "key": "bs.error.failedToUpload",
184
- "text": "文件上传失败。 ({0})"
185
- },
186
- {
187
- "key": "bs.error.illegalAccess",
188
- "text": "这是错误的做法。"
189
- },
190
- {
191
- "key": "bs.error.tooManyTabs",
192
- "text": "最多将打开 {0} 个选项卡。 <br/>如果您想打开新标签,请关闭已打开的标签。",
193
- "html": true
194
- },
195
- {
196
- "key": "bs.error.uploadFailed",
197
- "text": "上传失败。"
198
- },
199
- {
200
- "key": "bs.error.validation.allowed",
201
- "text": "只能输入字符“{0}”。"
202
- },
203
- {
204
- "key": "bs.error.validation.currency",
205
- "text": "您只能输入金额。"
206
- },
207
- {
208
- "key": "bs.error.validation.digitPrecisionScale",
209
- "text": "您最多可以输入 {0} 位整数,最多可以输入 {1} 位小数点后的数字。"
210
- },
211
- {
212
- "key": "bs.error.validation.duplicated",
213
- "text": "重复的输入值。"
214
- },
215
- {
216
- "key": "bs.error.validation.duplicationNotChecked",
217
- "text": "请检查是否有重复。"
218
- },
219
- {
220
- "key": "bs.error.validation.email",
221
- "text": "电子邮件地址格式有错误。"
222
- },
223
- {
224
- "key": "bs.error.validation.integerNumber",
225
- "text": "请输入半角数字。"
226
- },
227
- {
228
- "key": "bs.error.validation.lengthExact",
229
- "text": "{0}请输入字符数。"
230
- },
231
- {
232
- "key": "bs.error.validation.lengthMax",
233
- "text": "请输入最多 {0} 个字符。"
234
- },
235
- {
236
- "key": "bs.error.validation.lengthMin",
237
- "text": "请输入至少 {0} 个字符。"
238
- },
239
- {
240
- "key": "bs.error.validation.lengthRange",
241
- "text": "请输入介于 {0} 到 {1} 个字符之间的字符数。"
242
- },
243
- {
244
- "key": "bs.error.validation.notAllowed",
245
- "text": "无法输入“{0}”字符。"
246
- },
247
- {
248
- "key": "bs.error.validation.number",
249
- "text": "请输入半角数字。"
250
- },
251
- {
252
- "key": "bs.error.validation.onlyFutureDate",
253
- "text": "请指定未来的日期和时间。"
254
- },
255
- {
256
- "key": "bs.error.validation.realNumber",
257
- "text": "请输入半角数字(包括小数点)。"
258
- },
259
- {
260
- "key": "bs.error.validation.regexp",
261
- "text": "请检查格式。"
262
- },
263
- {
264
- "key": "bs.error.validation.required",
265
- "text": "这是必填输入字段。"
266
- },
267
- {
268
- "key": "bs.error.validation.requiredCountryNo",
269
- "text": "需要國際電話號碼。"
270
- },
271
- {
272
- "key": "bs.error.validation.tel",
273
- "text": "请检查您的电话号码的格式。"
274
- },
275
- {
276
- "key": "bs.error.validation.url",
277
- "text": "URL 格式有错误。"
278
- },
279
- {
280
- "key": "bs.error.validation.valueMax",
281
- "text": "最大输入值为{0}。"
282
- },
283
- {
284
- "key": "bs.error.validation.valueMax.exclusive",
285
- "text": "必须小于最大值 {0}。"
286
- },
287
- {
288
- "key": "bs.error.validation.valueMin",
289
- "text": "最小输入值为 {0}。"
290
- },
291
- {
292
- "key": "bs.error.validation.valueMin.exclusive",
293
- "text": "必须至少大于 {0}。"
294
- },
295
- {
296
- "key": "bs.error.validation.valueRange",
297
- "text": "请输入一个介于 {0} 和 {1} 之间的值。"
298
- },
299
- {
300
- "key": "bs.error.validation.valueRange.exclusive",
301
- "text": "最小值 {0} 必须大于最大值 {1}。"
302
- },
303
- {
304
- "key": "bs.error.validation.valueRange.maxExclusive",
305
- "text": "最小必须为 {0} 或更多,最大必须为 {1} 或更多。"
306
- },
307
- {
308
- "key": "bs.error.validation.valueRange.minExclusive",
309
- "text": "必须大于或等于最小值 {0} 且小于或等于最大值 {1}。"
310
- },
311
- {
312
- "key": "bs.error.validator.digitPrecision",
313
- "text": "整数最多可以有 {0} 位。"
314
- },
315
- {
316
- "key": "bs.error.validator.digitScale",
317
- "text": "小数点后最多可输入 {0} 位数字。"
318
- },
319
- {
320
- "key": "bs.expandAll",
321
- "text": "全开"
322
- },
323
- {
324
- "key": "bs.fileupload.action",
325
- "text": "删除"
326
- },
327
- {
328
- "key": "bs.fileupload.alt",
329
- "text": "替代文本"
330
- },
331
- {
332
- "key": "bs.fileupload.filename",
333
- "text": "文件名"
334
- },
335
- {
336
- "key": "bs.fileupload.filesize",
337
- "text": "尺寸"
338
- },
339
- {
340
- "key": "bs.fileupload.filesizeTooBig",
341
- "text": "文件太大,无法上传。"
342
- },
343
- {
344
- "key": "bs.fileupload.invalidFileExt",
345
- "text": "只能上传扩展名为 {0} 的文件。"
346
- },
347
- {
348
- "key": "bs.fileupload.invalidFileName",
349
- "text": "文件名无效。"
350
- },
351
- {
352
- "key": "bs.fileupload.progress",
353
- "text": "进度状态"
354
- },
355
- {
356
- "key": "bs.fileupload.thumbnail",
357
- "text": "文件"
358
- },
359
- {
360
- "key": "bs.fileupload.totalFilesizeTooBig",
361
- "text": "文件太大,无法上传。 .<br/>您最多可以单独上传 {0} 个文件,或者总共上传 {1} 个文件。",
362
- "html": true
363
- },
364
- {
365
- "key": "bs.fileupload.uploadDone",
366
- "text": "完成"
367
- },
368
- {
369
- "key": "bs.grid.caption",
370
- "text": "标题"
371
- },
372
- {
373
- "key": "bs.grid.clearSetting",
374
- "text": "过滤器初始化"
375
- },
376
- {
377
- "key": "bs.grid.deleteSearchCond",
378
- "text": "删除查询条件"
379
- },
380
- {
381
- "key": "bs.grid.empty",
382
- "text": "没有物品。"
383
- },
384
- {
385
- "key": "bs.grid.excelDownload",
386
- "text": "下载为 Excel 文件"
387
- },
388
- {
389
- "key": "bs.grid.filter",
390
- "text": "筛选"
391
- },
392
- {
393
- "key": "bs.grid.fixed",
394
- "text": "立柱固定"
395
- },
396
- {
397
- "key": "bs.grid.hideColumn",
398
- "text": "隐藏列"
399
- },
400
- {
401
- "key": "bs.grid.lookup",
402
- "text": "询问"
403
- },
404
- {
405
- "key": "bs.grid.restoreAllColumnSetting",
406
- "text": "初始化所有列设置"
407
- },
408
- {
409
- "key": "bs.grid.restoreSetting",
410
- "text": "初始化"
411
- },
412
- {
413
- "key": "bs.grid.saveSearchCond",
414
- "text": "保存查询条件"
415
- },
416
- {
417
- "key": "bs.grid.visible",
418
- "text": "展示"
419
- },
420
- {
421
- "key": "bs.gridcontrol.addRow",
422
- "text": "添加行"
423
- },
424
- {
425
- "key": "bs.gridcontrol.autorefresh",
426
- "text": "自动更新"
427
- },
428
- {
429
- "key": "bs.gridcontrol.autoRefreshPeriod",
430
- "text": "自动更新频率"
431
- },
432
- {
433
- "key": "bs.gridcontrol.clearFilter",
434
- "text": "初始化搜索过滤器"
435
- },
436
- {
437
- "key": "bs.gridcontrol.columnSetting",
438
- "text": "栏目设置"
439
- },
440
- {
441
- "key": "bs.gridcontrol.deleteSelectedCount",
442
- "text": "删除选择"
443
- },
444
- {
445
- "key": "bs.gridcontrol.downloadExcel",
446
- "text": "您想下载 Excel 格式的数据吗? <br/>对于大数量,可能需要一些时间。"
447
- },
448
- {
449
- "key": "bs.gridcontrol.filter",
450
- "text": "过滤查询"
451
- },
452
- {
453
- "key": "bs.gridcontrol.pageLength",
454
- "text": "每页列表数"
455
- },
456
- {
457
- "key": "bs.gridcontrol.removeRow",
458
- "text": "行擦除"
459
- },
460
- {
461
- "key": "bs.gridcontrol.selectedCount",
462
- "text": "选择"
463
- },
464
- {
465
- "key": "bs.gridcontrol.selectRowToRemove",
466
- "text": "选择要删除的行。"
467
- },
468
- {
469
- "key": "bs.gridcontrol.totalCount",
470
- "text": "所有的"
471
- },
472
- {
473
- "key": "bs.height",
474
- "text": "高度"
475
- },
476
- {
477
- "key": "bs.hour",
478
- "text": "时间"
479
- },
480
- {
481
- "key": "bs.imageUpload.playVideo",
482
- "text": "播放/停止视频"
483
- },
484
- {
485
- "key": "bs.imageUpload.uploadImage",
486
- "text": "上传图片"
487
- },
488
- {
489
- "key": "bs.imageUpload.uploadImageOrVideo",
490
- "text": "图片/视频上传"
491
- },
492
- {
493
- "key": "bs.imageUpload.uploadThumbnail",
494
- "text": "缩略图注册"
495
- },
496
- {
497
- "key": "bs.initialValue",
498
- "text": "初始值"
499
- },
500
- {
501
- "key": "bs.item",
502
- "text": "物品"
503
- },
504
- {
505
- "key": "bs.language",
506
- "text": "语言"
507
- },
508
- {
509
- "key": "bs.lastmodified.title",
510
- "text": "最终修正"
511
- },
512
- {
513
- "key": "bs.left",
514
- "text": "左边"
515
- },
516
- {
517
- "key": "bs.link",
518
- "text": "关联"
519
- },
520
- {
521
- "key": "bs.linkTarget",
522
- "text": "链接目标"
523
- },
524
- {
525
- "key": "bs.linkUrl",
526
- "text": "链接网址"
527
- },
528
- {
529
- "key": "bs.margin",
530
- "text": "利润"
531
- },
532
- {
533
- "key": "bs.maxHeight",
534
- "text": "最大高度"
535
- },
536
- {
537
- "key": "bs.maximizeOrRestore",
538
- "text": "最大化/恢复"
539
- },
540
- {
541
- "key": "bs.maxSize",
542
- "text": "最大尺寸"
543
- },
544
- {
545
- "key": "bs.maxWidth",
546
- "text": "最大宽度"
547
- },
548
- {
549
- "key": "bs.minute",
550
- "text": "分钟"
551
- },
552
- {
553
- "key": "bs.moveDown",
554
- "text": "向下移动"
555
- },
556
- {
557
- "key": "bs.moveUp",
558
- "text": "向上移动"
559
- },
560
- {
561
- "key": "bs.multiimageupload.maxfilesize",
562
- "text": "{0}:只能上传低于{1}的图像文件。"
563
- },
564
- {
565
- "key": "bs.multilangfield.expandall",
566
- "text": "打开所有多语言字段"
567
- },
568
- {
569
- "key": "bs.nativeupload.selectFile",
570
- "text": "请选择文件"
571
- },
572
- {
573
- "key": "bs.nativeupload.upload",
574
- "text": "上传"
575
- },
576
- {
577
- "key": "bs.no",
578
- "text": "不"
579
- },
580
- {
581
- "key": "bs.ok",
582
- "text": "确认"
583
- },
584
- {
585
- "key": "bs.openInNewTab",
586
- "text": "在新选项卡中打开"
587
- },
588
- {
589
- "key": "bs.pm",
590
- "text": "下午"
591
- },
592
- {
593
- "key": "bs.preview",
594
- "text": "预览"
595
- },
596
- {
597
- "key": "bs.properties",
598
- "text": "特性"
599
- },
600
- {
601
- "key": "bs.refresh",
602
- "text": "重新加载"
603
- },
604
- {
605
- "key": "bs.registerUser.dupCheckButton",
606
- "text": "重复确认"
607
- },
608
- {
609
- "key": "bs.registerUser.emailAddr",
610
- "text": "电子邮件"
611
- },
612
- {
613
- "key": "bs.registerUser.loginId",
614
- "text": "ID"
615
- },
616
- {
617
- "key": "bs.registerUser.loginPassword",
618
- "text": "密码"
619
- },
620
- {
621
- "key": "bs.registerUser.passwordConfirm",
622
- "text": "确认密码"
623
- },
624
- {
625
- "key": "bs.registerUser.requestBtn",
626
- "text": "应用"
627
- },
628
- {
629
- "key": "bs.registerUser.telephoneNo",
630
- "text": "联系地址"
631
- },
632
- {
633
- "key": "bs.registerUser.title",
634
- "text": "账户注册"
635
- },
636
- {
637
- "key": "bs.registerUser.userName",
638
- "text": "姓名"
639
- },
640
- {
641
- "key": "bs.remove",
642
- "text": "擦除"
643
- },
644
- {
645
- "key": "bs.reset",
646
- "text": "重置"
647
- },
648
- {
649
- "key": "bs.richtext.addColumnAfter",
650
- "text": "在右侧添加列"
651
- },
652
- {
653
- "key": "bs.richtext.addColumnBefore",
654
- "text": "将列添加到左侧"
655
- },
656
- {
657
- "key": "bs.richtext.addRowAfter",
658
- "text": "在下面添加行"
659
- },
660
- {
661
- "key": "bs.richtext.addRowBefore",
662
- "text": "在上方添加行"
663
- },
664
- {
665
- "key": "bs.richtext.alignCenter",
666
- "text": "中心对齐"
667
- },
668
- {
669
- "key": "bs.richtext.alignLeft",
670
- "text": "左对齐"
671
- },
672
- {
673
- "key": "bs.richtext.alignRight",
674
- "text": "右对齐"
675
- },
676
- {
677
- "key": "bs.richtext.bold",
678
- "text": "大胆的"
679
- },
680
- {
681
- "key": "bs.richtext.bulletList",
682
- "text": "列表"
683
- },
684
- {
685
- "key": "bs.richtext.changeTextColor",
686
- "text": "更改文字颜色"
687
- },
688
- {
689
- "key": "bs.richtext.columns",
690
- "text": "柱子"
691
- },
692
- {
693
- "key": "bs.richtext.decreaseFontSize",
694
- "text": "减小字体大小"
695
- },
696
- {
697
- "key": "bs.richtext.deleteColumn",
698
- "text": "删除列"
699
- },
700
- {
701
- "key": "bs.richtext.deleteRow",
702
- "text": "删除行"
703
- },
704
- {
705
- "key": "bs.richtext.deleteTable",
706
- "text": "删除表"
707
- },
708
- {
709
- "key": "bs.richtext.heading1",
710
- "text": "标题1"
711
- },
712
- {
713
- "key": "bs.richtext.heading2",
714
- "text": "标题2"
715
- },
716
- {
717
- "key": "bs.richtext.heading3",
718
- "text": "标题3"
719
- },
720
- {
721
- "key": "bs.richtext.heading4",
722
- "text": "标题4"
723
- },
724
- {
725
- "key": "bs.richtext.imageProperties",
726
- "text": "图像属性"
727
- },
728
- {
729
- "key": "bs.richtext.increaseFontSize",
730
- "text": "增加字体大小"
731
- },
732
- {
733
- "key": "bs.richtext.insertImage",
734
- "text": "插入图片"
735
- },
736
- {
737
- "key": "bs.richtext.insertTable",
738
- "text": "表格插入"
739
- },
740
- {
741
- "key": "bs.richtext.insertVideo",
742
- "text": "视频插入"
743
- },
744
- {
745
- "key": "bs.richtext.insertYoutube",
746
- "text": "添加 YouTube 视频"
747
- },
748
- {
749
- "key": "bs.richtext.italic",
750
- "text": "倾角"
751
- },
752
- {
753
- "key": "bs.richtext.orderedList",
754
- "text": "号码表"
755
- },
756
- {
757
- "key": "bs.richtext.removeLink",
758
- "text": "链接删除"
759
- },
760
- {
761
- "key": "bs.richtext.rows",
762
- "text": "线"
763
- },
764
- {
765
- "key": "bs.richtext.showVideoControl",
766
- "text": "控制功能显示"
767
- },
768
- {
769
- "key": "bs.richtext.strike",
770
- "text": "删除线"
771
- },
772
- {
773
- "key": "bs.richtext.table",
774
- "text": "桌子"
775
- },
776
- {
777
- "key": "bs.richtext.tableColumnInfo",
778
- "text": "欄位資訊"
779
- },
780
- {
781
- "key": "bs.richtext.tableProperties",
782
- "text": "表格屬性"
783
- },
784
- {
785
- "key": "bs.richtext.text",
786
- "text": "正文"
787
- },
788
- {
789
- "key": "bs.richtext.videoAutoplay",
790
- "text": "自动播放"
791
- },
792
- {
793
- "key": "bs.richtext.videoLoop",
794
- "text": "重复播放"
795
- },
796
- {
797
- "key": "bs.richtext.videoMuted",
798
- "text": "沉默的"
799
- },
800
- {
801
- "key": "bs.richtext.videoProperties",
802
- "text": "视频属性"
803
- },
804
- {
805
- "key": "bs.richtext.youtube",
806
- "text": "YouTube"
807
- },
808
- {
809
- "key": "bs.richtext.youtubeProperties",
810
- "text": "YouTube 属性"
811
- },
812
- {
813
- "key": "bs.richtext.youtubeUrl",
814
- "text": "YouTube 网址"
815
- },
816
- {
817
- "key": "bs.right",
818
- "text": "右侧"
819
- },
820
- {
821
- "key": "bs.save",
822
- "text": "保持"
823
- },
824
- {
825
- "key": "bs.saved",
826
- "text": "已保存。"
827
- },
828
- {
829
- "key": "bs.search",
830
- "text": "搜索"
831
- },
832
- {
833
- "key": "bs.second",
834
- "text": "秒"
835
- },
836
- {
837
- "key": "bs.select.selectAll",
838
- "text": "所有的"
839
- },
840
- {
841
- "key": "bs.settingsIsReset",
842
- "text": "设置已初始化。当屏幕更新时将会反映出来。"
843
- },
844
- {
845
- "key": "bs.size",
846
- "text": "尺寸"
847
- },
848
- {
849
- "key": "bs.styledtextfield.bold",
850
- "text": "大胆的"
851
- },
852
- {
853
- "key": "bs.styledtextfield.italic",
854
- "text": "斜体"
855
- },
856
- {
857
- "key": "bs.styledtextfield.removeFormat",
858
- "text": "格式删除"
859
- },
860
- {
861
- "key": "bs.styledtextfield.strikethrough",
862
- "text": "删除线"
863
- },
864
- {
865
- "key": "bs.styledtextfield.underline",
866
- "text": "强调"
867
- },
868
- {
869
- "key": "bs.tabs.closeAllTabs",
870
- "text": "关闭所有选项卡"
871
- },
872
- {
873
- "key": "bs.tabs.closeOtherTabs",
874
- "text": "关闭其他选项卡"
875
- },
876
- {
877
- "key": "bs.tabs.closeThisTab",
878
- "text": "关闭选项卡"
879
- },
880
- {
881
- "key": "bs.timezone",
882
- "text": "时区"
883
- },
884
- {
885
- "key": "bs.top",
886
- "text": "上侧"
887
- },
888
- {
889
- "key": "bs.tree.cannotAddItem",
890
- "text": "您无法在您要添加的项目下方添加其他项目。"
891
- },
892
- {
893
- "key": "bs.tree.confirmCancelModified",
894
- "text": "部分内容尚未保存。您想继续而不保存吗?"
895
- },
896
- {
897
- "key": "bs.treecontrol.addRootBtnCaption",
898
- "text": "添加顶级项目"
899
- },
900
- {
901
- "key": "bs.treecontrol.addSiblingBtnCaption",
902
- "text": "添加项目"
903
- },
904
- {
905
- "key": "bs.treecontrol.addSubBtnCaption",
906
- "text": "添加子项目"
907
- },
908
- {
909
- "key": "bs.treecontrol.saveOrderButton",
910
- "text": "订单保存"
911
- },
912
- {
913
- "key": "bs.updatedBy",
914
- "text": "修饰符ID"
915
- },
916
- {
917
- "key": "bs.updatedDt",
918
- "text": "修改日期和时间"
919
- },
920
- {
921
- "key": "bs.url",
922
- "text": "网址"
923
- },
924
- {
925
- "key": "bs.used",
926
- "text": "可用性"
927
- },
928
- {
929
- "key": "bs.weekNames",
930
- "text": "日,月,火,水,木,金,土"
931
- },
932
- {
933
- "key": "bs.width",
934
- "text": "宽度"
935
- },
936
- {
937
- "key": "bs.widthHeightRatio",
938
- "text": "纵横比"
939
- },
940
- {
941
- "key": "bs.yes",
942
- "text": "是的"
943
- },
944
- {
945
- "key": "bs.youtubeUrl",
946
- "text": "Youtube 网址"
947
- },
948
- {
949
- "key": "bs.zoomIn",
950
- "text": "扩张"
951
- },
952
- {
953
- "key": "bs.zoomOut",
954
- "text": "减少"
955
- }
956
- ]