tntd 3.0.80 → 3.1.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 (293) hide show
  1. package/es/button/button.js +21 -13
  2. package/es/button/button.js.map +1 -1
  3. package/es/card/card.js +10 -4
  4. package/es/card/card.js.map +1 -1
  5. package/es/config-provider/index.js +5 -51
  6. package/es/config-provider/index.js.map +1 -1
  7. package/es/descriptions/descriptions.js +56 -51
  8. package/es/descriptions/descriptions.js.map +1 -1
  9. package/es/drawer/drawer.js +2 -2
  10. package/es/drawer/drawer.js.map +1 -1
  11. package/es/form/form.js +9 -4
  12. package/es/form/form.js.map +1 -1
  13. package/es/handle/index.js +1 -1
  14. package/es/handle/index.js.map +1 -1
  15. package/es/handle-icon/index.js +13 -4
  16. package/es/handle-icon/index.js.map +1 -1
  17. package/es/index.js +0 -14
  18. package/es/index.js.map +1 -1
  19. package/es/input/input.js +41 -30
  20. package/es/input/input.js.map +1 -1
  21. package/es/input-number/inputNumber.js +18 -12
  22. package/es/input-number/inputNumber.js.map +1 -1
  23. package/es/locale/ar_EG.js +116 -0
  24. package/es/locale/ar_EG.js.map +1 -0
  25. package/es/locale/en_US.js +42 -5
  26. package/es/locale/en_US.js.map +1 -1
  27. package/es/locale/es_ES.js +116 -0
  28. package/es/locale/es_ES.js.map +1 -0
  29. package/es/locale/index.js +55 -0
  30. package/es/locale/index.js.map +1 -1
  31. package/es/locale/ko_KR.js +116 -0
  32. package/es/locale/ko_KR.js.map +1 -0
  33. package/es/locale/th_TH.js +116 -0
  34. package/es/locale/th_TH.js.map +1 -0
  35. package/es/locale/zh_CN.js +40 -3
  36. package/es/locale/zh_CN.js.map +1 -1
  37. package/es/locale/zh_TW.js +116 -0
  38. package/es/locale/zh_TW.js.map +1 -0
  39. package/es/modal/modal.js +28 -23
  40. package/es/modal/modal.js.map +1 -1
  41. package/es/query-form/index.js +60 -61
  42. package/es/query-form/index.js.map +1 -1
  43. package/es/query-list-scene/List.js +43 -36
  44. package/es/query-list-scene/List.js.map +1 -1
  45. package/es/select/select.js +22 -20
  46. package/es/select/select.js.map +1 -1
  47. package/es/table/table.js +65 -64
  48. package/es/table/table.js.map +1 -1
  49. package/es/tabs/tabs.js +23 -15
  50. package/es/tabs/tabs.js.map +1 -1
  51. package/es/title/index.js +32 -27
  52. package/es/title/index.js.map +1 -1
  53. package/es/tntd-cascader/rc-cascader/Cascader.js +35 -32
  54. package/es/tntd-cascader/rc-cascader/Cascader.js.map +1 -1
  55. package/es/tntd-checkbox-select/index.js +102 -99
  56. package/es/tntd-checkbox-select/index.js.map +1 -1
  57. package/es/tntd-form/FormItemLabel.js +13 -3
  58. package/es/tntd-form/FormItemLabel.js.map +1 -1
  59. package/es/tntd-layout/Avatar.js +43 -41
  60. package/es/tntd-layout/Avatar.js.map +1 -1
  61. package/es/tntd-layout/EnterpriseLayout/Avatar.js +50 -47
  62. package/es/tntd-layout/EnterpriseLayout/Avatar.js.map +1 -1
  63. package/es/tntd-layout/GlobalNavigation/NavigationPopup.js +64 -60
  64. package/es/tntd-layout/GlobalNavigation/NavigationPopup.js.map +1 -1
  65. package/es/tntd-layout/GlobalNavigation/index.js +21 -17
  66. package/es/tntd-layout/GlobalNavigation/index.js.map +1 -1
  67. package/es/tntd-layout/createActions.js +0 -5
  68. package/es/tntd-layout/createActions.js.map +1 -1
  69. package/es/tntd-rc-select/index.js +29 -26
  70. package/es/tntd-rc-select/index.js.map +1 -1
  71. package/es/tntd-select/index.js +45 -43
  72. package/es/tntd-select/index.js.map +1 -1
  73. package/es/tntd-virtual-tree/index.js +64 -61
  74. package/es/tntd-virtual-tree/index.js.map +1 -1
  75. package/es/utils/index.js +3 -3
  76. package/es/utils/index.js.map +1 -1
  77. package/es/utils/lang.js +4 -3
  78. package/es/utils/lang.js.map +1 -1
  79. package/lib/button/button.d.ts.map +1 -1
  80. package/lib/button/button.js +21 -13
  81. package/lib/button/button.js.map +1 -1
  82. package/lib/card/card.d.ts.map +1 -1
  83. package/lib/card/card.js +14 -4
  84. package/lib/card/card.js.map +1 -1
  85. package/lib/config-provider/index.d.ts +1 -26
  86. package/lib/config-provider/index.d.ts.map +1 -1
  87. package/lib/config-provider/index.js +13 -63
  88. package/lib/config-provider/index.js.map +1 -1
  89. package/lib/descriptions/descriptions.d.ts.map +1 -1
  90. package/lib/descriptions/descriptions.js +56 -51
  91. package/lib/descriptions/descriptions.js.map +1 -1
  92. package/lib/drawer/drawer.d.ts.map +1 -1
  93. package/lib/drawer/drawer.js +2 -2
  94. package/lib/drawer/drawer.js.map +1 -1
  95. package/lib/form/form.js +9 -4
  96. package/lib/form/form.js.map +1 -1
  97. package/lib/handle/index.js +1 -1
  98. package/lib/handle/index.js.map +1 -1
  99. package/lib/handle-icon/index.d.ts +1 -1
  100. package/lib/handle-icon/index.d.ts.map +1 -1
  101. package/lib/handle-icon/index.js +13 -4
  102. package/lib/handle-icon/index.js.map +1 -1
  103. package/lib/index.d.ts +0 -2
  104. package/lib/index.d.ts.map +1 -1
  105. package/lib/index.js +0 -14
  106. package/lib/index.js.map +1 -1
  107. package/lib/input/input.d.ts.map +1 -1
  108. package/lib/input/input.js +41 -30
  109. package/lib/input/input.js.map +1 -1
  110. package/lib/input-number/inputNumber.d.ts +1 -0
  111. package/lib/input-number/inputNumber.d.ts.map +1 -1
  112. package/lib/input-number/inputNumber.js +18 -12
  113. package/lib/input-number/inputNumber.js.map +1 -1
  114. package/lib/locale/ar_EG.d.ts +164 -0
  115. package/lib/locale/ar_EG.d.ts.map +1 -0
  116. package/lib/locale/ar_EG.js +120 -0
  117. package/lib/locale/ar_EG.js.map +1 -0
  118. package/lib/locale/default.d.ts +37 -0
  119. package/lib/locale/default.d.ts.map +1 -1
  120. package/lib/locale/en_US.d.ts +37 -0
  121. package/lib/locale/en_US.d.ts.map +1 -1
  122. package/lib/locale/en_US.js +42 -5
  123. package/lib/locale/en_US.js.map +1 -1
  124. package/lib/locale/es_ES.d.ts +172 -0
  125. package/lib/locale/es_ES.d.ts.map +1 -0
  126. package/lib/locale/es_ES.js +120 -0
  127. package/lib/locale/es_ES.js.map +1 -0
  128. package/lib/locale/index.d.ts +5 -0
  129. package/lib/locale/index.d.ts.map +1 -1
  130. package/lib/locale/index.js +55 -0
  131. package/lib/locale/index.js.map +1 -1
  132. package/lib/locale/ko_KR.d.ts +156 -0
  133. package/lib/locale/ko_KR.d.ts.map +1 -0
  134. package/lib/locale/ko_KR.js +120 -0
  135. package/lib/locale/ko_KR.js.map +1 -0
  136. package/lib/locale/th_TH.d.ts +175 -0
  137. package/lib/locale/th_TH.d.ts.map +1 -0
  138. package/lib/locale/th_TH.js +120 -0
  139. package/lib/locale/th_TH.js.map +1 -0
  140. package/lib/locale/zh_CN.d.ts +37 -0
  141. package/lib/locale/zh_CN.d.ts.map +1 -1
  142. package/lib/locale/zh_CN.js +40 -3
  143. package/lib/locale/zh_CN.js.map +1 -1
  144. package/lib/locale/zh_TW.d.ts +159 -0
  145. package/lib/locale/zh_TW.d.ts.map +1 -0
  146. package/lib/locale/zh_TW.js +120 -0
  147. package/lib/locale/zh_TW.js.map +1 -0
  148. package/lib/modal/modal.d.ts.map +1 -1
  149. package/lib/modal/modal.js +28 -23
  150. package/lib/modal/modal.js.map +1 -1
  151. package/lib/notification/assets/svg-error-tip.d.ts +1 -1
  152. package/lib/notification/assets/svg-success-tip.d.ts +1 -1
  153. package/lib/query-form/index.d.ts +0 -1
  154. package/lib/query-form/index.d.ts.map +1 -1
  155. package/lib/query-form/index.js +60 -61
  156. package/lib/query-form/index.js.map +1 -1
  157. package/lib/query-list-scene/List.d.ts.map +1 -1
  158. package/lib/query-list-scene/List.js +43 -36
  159. package/lib/query-list-scene/List.js.map +1 -1
  160. package/lib/segmented/index.d.ts +1 -1
  161. package/lib/select/select.d.ts.map +1 -1
  162. package/lib/select/select.js +22 -20
  163. package/lib/select/select.js.map +1 -1
  164. package/lib/svg-components/illustration-403.d.ts +1 -1
  165. package/lib/svg-components/illustration-404.d.ts +1 -1
  166. package/lib/svg-components/illustration-500.d.ts +1 -1
  167. package/lib/svg-components/illustration-empty.d.ts +1 -1
  168. package/lib/svg-components/illustration-failure.d.ts +1 -1
  169. package/lib/svg-components/illustration-no-access.d.ts +1 -1
  170. package/lib/svg-components/illustration-no-chart.d.ts +1 -1
  171. package/lib/svg-components/illustration-no-result.d.ts +1 -1
  172. package/lib/svg-components/illustration-offline.d.ts +1 -1
  173. package/lib/svg-components/illustration-success.d.ts +1 -1
  174. package/lib/table/assets/image-loading-background.d.ts +1 -1
  175. package/lib/table/assets/image-loading.d.ts +1 -1
  176. package/lib/table/table.d.ts.map +1 -1
  177. package/lib/table/table.js +65 -64
  178. package/lib/table/table.js.map +1 -1
  179. package/lib/tabs/tabs.d.ts.map +1 -1
  180. package/lib/tabs/tabs.js +23 -15
  181. package/lib/tabs/tabs.js.map +1 -1
  182. package/lib/title/index.d.ts.map +1 -1
  183. package/lib/title/index.js +32 -27
  184. package/lib/title/index.js.map +1 -1
  185. package/lib/tntd-cascader/rc-cascader/Cascader.d.ts.map +1 -1
  186. package/lib/tntd-cascader/rc-cascader/Cascader.js +35 -32
  187. package/lib/tntd-cascader/rc-cascader/Cascader.js.map +1 -1
  188. package/lib/tntd-checkbox-select/index.d.ts.map +1 -1
  189. package/lib/tntd-checkbox-select/index.js +102 -99
  190. package/lib/tntd-checkbox-select/index.js.map +1 -1
  191. package/lib/tntd-form/FormItemLabel.d.ts +3 -5
  192. package/lib/tntd-form/FormItemLabel.d.ts.map +1 -1
  193. package/lib/tntd-form/FormItemLabel.js +13 -3
  194. package/lib/tntd-form/FormItemLabel.js.map +1 -1
  195. package/lib/tntd-layout/Avatar.d.ts.map +1 -1
  196. package/lib/tntd-layout/Avatar.js +43 -41
  197. package/lib/tntd-layout/Avatar.js.map +1 -1
  198. package/lib/tntd-layout/EnterpriseLayout/Avatar.d.ts.map +1 -1
  199. package/lib/tntd-layout/EnterpriseLayout/Avatar.js +50 -47
  200. package/lib/tntd-layout/EnterpriseLayout/Avatar.js.map +1 -1
  201. package/lib/tntd-layout/GlobalNavigation/NavigationPopup.d.ts.map +1 -1
  202. package/lib/tntd-layout/GlobalNavigation/NavigationPopup.js +64 -60
  203. package/lib/tntd-layout/GlobalNavigation/NavigationPopup.js.map +1 -1
  204. package/lib/tntd-layout/GlobalNavigation/index.js +21 -17
  205. package/lib/tntd-layout/GlobalNavigation/index.js.map +1 -1
  206. package/lib/tntd-layout/createActions.d.ts +0 -1
  207. package/lib/tntd-layout/createActions.d.ts.map +1 -1
  208. package/lib/tntd-layout/createActions.js +0 -5
  209. package/lib/tntd-layout/createActions.js.map +1 -1
  210. package/lib/tntd-rc-select/index.d.ts.map +1 -1
  211. package/lib/tntd-rc-select/index.js +29 -26
  212. package/lib/tntd-rc-select/index.js.map +1 -1
  213. package/lib/tntd-select/index.d.ts.map +1 -1
  214. package/lib/tntd-select/index.js +45 -43
  215. package/lib/tntd-select/index.js.map +1 -1
  216. package/lib/tntd-virtual-tree/index.d.ts.map +1 -1
  217. package/lib/tntd-virtual-tree/index.js +64 -61
  218. package/lib/tntd-virtual-tree/index.js.map +1 -1
  219. package/lib/utils/index.d.ts +1 -1
  220. package/lib/utils/index.d.ts.map +1 -1
  221. package/lib/utils/index.js +3 -3
  222. package/lib/utils/index.js.map +1 -1
  223. package/lib/utils/lang.d.ts +1 -1
  224. package/lib/utils/lang.d.ts.map +1 -1
  225. package/lib/utils/lang.js +4 -3
  226. package/lib/utils/lang.js.map +1 -1
  227. package/package.json +2 -2
  228. package/es/prev-locale.js +0 -199
  229. package/es/prev-locale.js.map +0 -1
  230. package/es/query-form-backup/Field/Composition/FieldPopover.less +0 -35
  231. package/es/query-form-backup/Field/Composition/index.less +0 -114
  232. package/es/query-form-backup/index.less +0 -90
  233. package/es/tntd-action_backup/index.less +0 -114
  234. package/es/tntd-reference/AHref/index.js +0 -44
  235. package/es/tntd-reference/AHref/index.js.map +0 -1
  236. package/es/tntd-reference/ReferenceBatchCheck/index.js +0 -165
  237. package/es/tntd-reference/ReferenceBatchCheck/index.js.map +0 -1
  238. package/es/tntd-reference/ReferenceBatchCheck/index.less +0 -21
  239. package/es/tntd-reference/ReferenceBatchDrawer/index.js +0 -126
  240. package/es/tntd-reference/ReferenceBatchDrawer/index.js.map +0 -1
  241. package/es/tntd-reference/ReferenceBatchDrawer/index.less +0 -0
  242. package/es/tntd-reference/ReferenceCheck/index.js +0 -126
  243. package/es/tntd-reference/ReferenceCheck/index.js.map +0 -1
  244. package/es/tntd-reference/ReferenceCheck/index.less +0 -10
  245. package/es/tntd-reference/ReferenceDrawer/index.js +0 -93
  246. package/es/tntd-reference/ReferenceDrawer/index.js.map +0 -1
  247. package/es/tntd-reference/ReferenceDrawer/index.less +0 -0
  248. package/es/tntd-reference/ReferenceInfo/index.js +0 -164
  249. package/es/tntd-reference/ReferenceInfo/index.js.map +0 -1
  250. package/es/tntd-reference/ReferenceInfo/index.less +0 -31
  251. package/es/tntd-reference/index.js +0 -20
  252. package/es/tntd-reference/index.js.map +0 -1
  253. package/lib/prev-locale.d.ts +0 -174
  254. package/lib/prev-locale.d.ts.map +0 -1
  255. package/lib/prev-locale.js +0 -207
  256. package/lib/prev-locale.js.map +0 -1
  257. package/lib/query-form-backup/Field/Composition/FieldPopover.less +0 -35
  258. package/lib/query-form-backup/Field/Composition/index.less +0 -114
  259. package/lib/query-form-backup/index.less +0 -90
  260. package/lib/tntd-action_backup/index.less +0 -114
  261. package/lib/tntd-reference/AHref/index.d.ts +0 -4
  262. package/lib/tntd-reference/AHref/index.d.ts.map +0 -1
  263. package/lib/tntd-reference/AHref/index.js +0 -48
  264. package/lib/tntd-reference/AHref/index.js.map +0 -1
  265. package/lib/tntd-reference/ReferenceBatchCheck/index.d.ts +0 -3
  266. package/lib/tntd-reference/ReferenceBatchCheck/index.d.ts.map +0 -1
  267. package/lib/tntd-reference/ReferenceBatchCheck/index.js +0 -169
  268. package/lib/tntd-reference/ReferenceBatchCheck/index.js.map +0 -1
  269. package/lib/tntd-reference/ReferenceBatchCheck/index.less +0 -21
  270. package/lib/tntd-reference/ReferenceBatchDrawer/index.d.ts +0 -4
  271. package/lib/tntd-reference/ReferenceBatchDrawer/index.d.ts.map +0 -1
  272. package/lib/tntd-reference/ReferenceBatchDrawer/index.js +0 -203
  273. package/lib/tntd-reference/ReferenceBatchDrawer/index.js.map +0 -1
  274. package/lib/tntd-reference/ReferenceBatchDrawer/index.less +0 -0
  275. package/lib/tntd-reference/ReferenceCheck/index.d.ts +0 -3
  276. package/lib/tntd-reference/ReferenceCheck/index.d.ts.map +0 -1
  277. package/lib/tntd-reference/ReferenceCheck/index.js +0 -130
  278. package/lib/tntd-reference/ReferenceCheck/index.js.map +0 -1
  279. package/lib/tntd-reference/ReferenceCheck/index.less +0 -10
  280. package/lib/tntd-reference/ReferenceDrawer/index.d.ts +0 -4
  281. package/lib/tntd-reference/ReferenceDrawer/index.d.ts.map +0 -1
  282. package/lib/tntd-reference/ReferenceDrawer/index.js +0 -170
  283. package/lib/tntd-reference/ReferenceDrawer/index.js.map +0 -1
  284. package/lib/tntd-reference/ReferenceDrawer/index.less +0 -0
  285. package/lib/tntd-reference/ReferenceInfo/index.d.ts +0 -4
  286. package/lib/tntd-reference/ReferenceInfo/index.d.ts.map +0 -1
  287. package/lib/tntd-reference/ReferenceInfo/index.js +0 -168
  288. package/lib/tntd-reference/ReferenceInfo/index.js.map +0 -1
  289. package/lib/tntd-reference/ReferenceInfo/index.less +0 -31
  290. package/lib/tntd-reference/index.d.ts +0 -15
  291. package/lib/tntd-reference/index.d.ts.map +0 -1
  292. package/lib/tntd-reference/index.js +0 -24
  293. package/lib/tntd-reference/index.js.map +0 -1
@@ -0,0 +1,172 @@
1
+ declare const es_ES: {
2
+ locale: string;
3
+ Pagination: any;
4
+ DatePicker: {
5
+ lang: any;
6
+ timePickerLocale: {
7
+ placeholder: string;
8
+ };
9
+ };
10
+ TimePicker: {
11
+ placeholder: string;
12
+ };
13
+ Calendar: {
14
+ lang: any;
15
+ timePickerLocale: {
16
+ placeholder: string;
17
+ };
18
+ };
19
+ global: {
20
+ placeholder: string;
21
+ };
22
+ Table: {
23
+ filterTitle: string;
24
+ filterConfirm: string;
25
+ filterReset: string;
26
+ selectAll: string;
27
+ selectInvert: string;
28
+ sortTitle: string;
29
+ };
30
+ Modal: {
31
+ okText: string;
32
+ cancelText: string;
33
+ justOkText: string;
34
+ };
35
+ Popconfirm: {
36
+ okText: string;
37
+ cancelText: string;
38
+ };
39
+ Transfer: {
40
+ searchPlaceholder: string;
41
+ itemUnit: string;
42
+ itemsUnit: string;
43
+ };
44
+ Upload: {
45
+ uploading: string;
46
+ removeFile: string;
47
+ uploadError: string;
48
+ previewFile: string;
49
+ downloadFile: string;
50
+ };
51
+ Empty: {
52
+ description: string;
53
+ };
54
+ Icon: {
55
+ icon: string;
56
+ };
57
+ Text: {
58
+ edit: string;
59
+ copy: string;
60
+ copied: string;
61
+ expand: string;
62
+ };
63
+ PageHeader: {
64
+ back: string;
65
+ };
66
+ } & {
67
+ Table: {
68
+ loadingDescription: string;
69
+ emptyDescription: string;
70
+ total: string;
71
+ };
72
+ Empty: {
73
+ noGraphData: string;
74
+ noPermission: string;
75
+ createdSuccessfully: string;
76
+ creationFailed: string;
77
+ noNetwork: string;
78
+ noData: string;
79
+ };
80
+ Handle: {
81
+ more: string;
82
+ };
83
+ Exception: {
84
+ 403: string;
85
+ 404: string;
86
+ 500: string;
87
+ };
88
+ TntdCascader: {
89
+ noData: string;
90
+ select: string;
91
+ };
92
+ PageLoading: {
93
+ text: string;
94
+ };
95
+ TntdSelect: {
96
+ noData: string;
97
+ select: string;
98
+ };
99
+ TntdVirtualTree: {
100
+ functionalDep: string;
101
+ };
102
+ TntdSecondPage: {
103
+ back: string;
104
+ };
105
+ ColorPicker: {};
106
+ QueryForm: {
107
+ placeholder: string;
108
+ yes: string;
109
+ no: string;
110
+ propTitle: string;
111
+ propValue: string;
112
+ moreFiltering: string;
113
+ search: string;
114
+ reset: string;
115
+ collapse: string;
116
+ expand: string;
117
+ };
118
+ Drawer: {
119
+ okText: string;
120
+ cancelText: string;
121
+ };
122
+ ArrayInput: {
123
+ add: string;
124
+ action: string;
125
+ error: string;
126
+ };
127
+ TntdReference: {
128
+ onLineFail: string;
129
+ weakMsg: string;
130
+ strongMsg: string;
131
+ cancel: string;
132
+ next: string;
133
+ exist: string;
134
+ strong: string;
135
+ weak: string;
136
+ relationFail: string;
137
+ reliableQuery: string;
138
+ referenceFail: string;
139
+ inQuery: string;
140
+ noData: string;
141
+ viewReference: string;
142
+ };
143
+ Input: {
144
+ enter: string;
145
+ };
146
+ InputNumber: {
147
+ enter: string;
148
+ };
149
+ QueryListScene: {
150
+ total: string;
151
+ records: string;
152
+ };
153
+ Select: {
154
+ select: string;
155
+ };
156
+ TntdCheckboxSelect: {
157
+ all: string;
158
+ };
159
+ TntdLayout: {
160
+ nameNull: string;
161
+ personalSettings: string;
162
+ changePwd: string;
163
+ signOut: string;
164
+ globalNavigation: string;
165
+ menuSearch: string;
166
+ };
167
+ TntdRcSelect: {
168
+ select: string;
169
+ };
170
+ };
171
+ export default es_ES;
172
+ //# sourceMappingURL=es_ES.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"es_ES.d.ts","sourceRoot":"","sources":["../../src/locale/es_ES.ts"],"names":[],"mappings":"AAKA,QAAA,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0GT,CAAA;AAEF,eAAe,KAAK,CAAA"}
@@ -0,0 +1,120 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var _merge2 = _interopRequireDefault(require("lodash/merge"));
8
+ var _es_ES = _interopRequireDefault(require("antd/lib/locale/es_ES"));
9
+ function _interopRequireDefault(e) {
10
+ return e && e.__esModule ? e : {
11
+ "default": e
12
+ };
13
+ }
14
+ // 覆盖原始的语言包,以便在使用 LocalReceiver 时获取正确的语言包
15
+ var es_ES = (0, _merge2["default"])(_es_ES["default"], {
16
+ Table: {
17
+ loadingDescription: 'Cargando datos...',
18
+ emptyDescription: 'Sin datos',
19
+ total: 'Total: ${total} registros'
20
+ },
21
+ Empty: {
22
+ noGraphData: 'Sin gráficos',
23
+ noPermission: 'Sin permisos',
24
+ createdSuccessfully: 'Creado correctamente',
25
+ creationFailed: 'Error al crear',
26
+ noNetwork: 'Sin conexión a internet',
27
+ noData: 'Sin datos'
28
+ },
29
+ Handle: {
30
+ more: 'Más'
31
+ },
32
+ Exception: {
33
+ 403: 'Lo sentimos, no tienes permiso para acceder a esta página',
34
+ 404: 'Lo sentimos, esta página no tiene resultados',
35
+ 500: 'Lo sentimos, el servidor ha devuelto un error'
36
+ },
37
+ TntdCascader: {
38
+ noData: 'Sin datos',
39
+ select: 'Selecciona'
40
+ },
41
+ PageLoading: {
42
+ text: 'Cargando...'
43
+ },
44
+ TntdSelect: {
45
+ noData: 'Sin datos',
46
+ select: 'Selecciona'
47
+ },
48
+ TntdVirtualTree: {
49
+ functionalDep: 'Departamentos funcionales'
50
+ },
51
+ TntdSecondPage: {
52
+ back: 'Volver'
53
+ },
54
+ ColorPicker: {},
55
+ QueryForm: {
56
+ placeholder: 'Filtrar por tipo de atributo',
57
+ yes: 'Sí',
58
+ no: 'No',
59
+ propTitle: 'Tipo de atributo',
60
+ propValue: 'Valor del tipo de atributo',
61
+ moreFiltering: 'Más filtros',
62
+ search: 'Buscar',
63
+ reset: 'Restablecer',
64
+ collapse: 'Contraer',
65
+ expand: 'Expandir'
66
+ },
67
+ Drawer: {
68
+ okText: 'Aceptar',
69
+ cancelText: 'Cancelar'
70
+ },
71
+ ArrayInput: {
72
+ add: 'Añadir',
73
+ action: 'Acción',
74
+ error: 'Los children de ArrayInput deben ser una función'
75
+ },
76
+ TntdReference: {
77
+ onLineFail: 'Error en la validación en línea',
78
+ weakMsg: 'Existen referencias débiles (elementos referenciados que están fuera de línea, desactivados, pendientes de envío/aprobación, importados pero pendientes, guardados temporalmente, etc.). Procede con precaución.',
79
+ strongMsg: 'Existen referencias fuertes (elementos referenciados que están en línea, activos, en revisión de activación/desactivación o inicializados como métricas). No se permite la operación.',
80
+ cancel: 'Cancelar',
81
+ next: 'Siguiente',
82
+ exist: 'Existe',
83
+ strong: 'Referencia fuerte',
84
+ weak: 'Referencia débil',
85
+ relationFail: 'Error al consultar relaciones asociadas',
86
+ reliableQuery: 'Proporcione una consulta fiable',
87
+ referenceFail: 'Error al consultar relaciones de referencia',
88
+ inQuery: 'Consultando...',
89
+ noData: 'Sin datos',
90
+ viewReference: 'Ver relaciones de referencia'
91
+ },
92
+ Input: {
93
+ enter: 'Introduce'
94
+ },
95
+ InputNumber: {
96
+ enter: 'Introduce'
97
+ },
98
+ QueryListScene: {
99
+ total: 'Total',
100
+ records: 'registros'
101
+ },
102
+ Select: {
103
+ select: 'Selecciona'
104
+ },
105
+ TntdCheckboxSelect: {
106
+ all: 'Seleccionar todo'
107
+ },
108
+ TntdLayout: {
109
+ nameNull: 'Sin alias',
110
+ personalSettings: 'Configuración personal',
111
+ changePwd: 'Cambiar contraseña',
112
+ signOut: 'Cerrar sesión',
113
+ globalNavigation: 'Navegación global',
114
+ menuSearch: 'Buscar en el menú'
115
+ },
116
+ TntdRcSelect: {
117
+ select: 'Selecciona'
118
+ }
119
+ });
120
+ var _default = exports["default"] = es_ES;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"es_ES.js","sourceRoot":"","sources":["../../src/locale/es_ES.ts"],"names":[],"mappings":";;;;;AAAA,iEAA+C;AAE/C,mCAA8B;AAE9B,yCAAyC;AACzC,MAAM,KAAK,GAAG,IAAA,cAAK,EAAC,eAAY,EAAE;IAChC,KAAK,EAAE;QACL,kBAAkB,EAAE,mBAAmB;QACvC,gBAAgB,EAAE,WAAW;QAC7B,KAAK,EAAE,2BAA2B;KACnC;IACD,KAAK,EAAE;QACL,WAAW,EAAE,cAAc;QAC3B,YAAY,EAAE,cAAc;QAC5B,mBAAmB,EAAE,sBAAsB;QAC3C,cAAc,EAAE,gBAAgB;QAChC,SAAS,EAAE,yBAAyB;QACpC,MAAM,EAAE,WAAW;KACpB;IACD,MAAM,EAAE;QACN,IAAI,EAAE,KAAK;KACZ;IACD,SAAS,EAAE;QACT,GAAG,EAAE,2DAA2D;QAChE,GAAG,EAAE,8CAA8C;QACnD,GAAG,EAAE,+CAA+C;KACrD;IACD,YAAY,EAAE;QACZ,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,YAAY;KACrB;IACD,WAAW,EAAE;QACX,IAAI,EAAE,aAAa;KACpB;IACD,UAAU,EAAE;QACV,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,YAAY;KACrB;IACD,eAAe,EAAE;QACf,aAAa,EAAE,2BAA2B;KAC3C;IACD,cAAc,EAAE;QACd,IAAI,EAAE,QAAQ;KACf;IACD,WAAW,EAAE,EAAE;IACf,SAAS,EAAE;QACT,WAAW,EAAE,8BAA8B;QAC3C,GAAG,EAAE,IAAI;QACT,EAAE,EAAE,IAAI;QACR,SAAS,EAAE,kBAAkB;QAC7B,SAAS,EAAE,4BAA4B;QACvC,aAAa,EAAE,aAAa;QAC5B,MAAM,EAAE,QAAQ;QAChB,KAAK,EAAE,aAAa;QACpB,QAAQ,EAAE,UAAU;QACpB,MAAM,EAAE,UAAU;KACnB;IACD,MAAM,EAAE;QACN,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,UAAU;KACvB;IACD,UAAU,EAAE;QACV,GAAG,EAAE,QAAQ;QACb,MAAM,EAAE,QAAQ;QAChB,KAAK,EAAE,kDAAkD;KAC1D;IACD,aAAa,EAAE;QACb,UAAU,EAAE,iCAAiC;QAC7C,OAAO,EACL,kNAAkN;QACpN,SAAS,EACP,uLAAuL;QACzL,MAAM,EAAE,UAAU;QAClB,IAAI,EAAE,WAAW;QACjB,KAAK,EAAE,QAAQ;QACf,MAAM,EAAE,mBAAmB;QAC3B,IAAI,EAAE,kBAAkB;QACxB,YAAY,EAAE,yCAAyC;QACvD,aAAa,EAAE,iCAAiC;QAChD,aAAa,EAAE,6CAA6C;QAC5D,OAAO,EAAE,gBAAgB;QACzB,MAAM,EAAE,WAAW;QACnB,aAAa,EAAE,8BAA8B;KAC9C;IACD,KAAK,EAAE;QACL,KAAK,EAAE,WAAW;KACnB;IACD,WAAW,EAAE;QACX,KAAK,EAAE,WAAW;KACnB;IACD,cAAc,EAAE;QACd,KAAK,EAAE,OAAO;QACd,OAAO,EAAE,WAAW;KACrB;IACD,MAAM,EAAE;QACN,MAAM,EAAE,YAAY;KACrB;IACD,kBAAkB,EAAE;QAClB,GAAG,EAAE,kBAAkB;KACxB;IACD,UAAU,EAAE;QACV,QAAQ,EAAE,WAAW;QACrB,gBAAgB,EAAE,wBAAwB;QAC1C,SAAS,EAAE,oBAAoB;QAC/B,OAAO,EAAE,eAAe;QACxB,gBAAgB,EAAE,mBAAmB;QACrC,UAAU,EAAE,mBAAmB;KAChC;IACD,YAAY,EAAE;QACZ,MAAM,EAAE,YAAY;KACrB;CACF,CAAC,CAAA;AAEF,kBAAe,KAAK,CAAA","sourcesContent":["import sourceLocale from 'antd/lib/locale/es_ES'\n\nimport { merge } from 'lodash'\n\n// 覆盖原始的语言包,以便在使用 LocalReceiver 时获取正确的语言包\nconst es_ES = merge(sourceLocale, {\n Table: {\n loadingDescription: 'Cargando datos...',\n emptyDescription: 'Sin datos',\n total: 'Total: ${total} registros',\n },\n Empty: {\n noGraphData: 'Sin gráficos',\n noPermission: 'Sin permisos',\n createdSuccessfully: 'Creado correctamente',\n creationFailed: 'Error al crear',\n noNetwork: 'Sin conexión a internet',\n noData: 'Sin datos',\n },\n Handle: {\n more: 'Más',\n },\n Exception: {\n 403: 'Lo sentimos, no tienes permiso para acceder a esta página',\n 404: 'Lo sentimos, esta página no tiene resultados',\n 500: 'Lo sentimos, el servidor ha devuelto un error',\n },\n TntdCascader: {\n noData: 'Sin datos',\n select: 'Selecciona',\n },\n PageLoading: {\n text: 'Cargando...',\n },\n TntdSelect: {\n noData: 'Sin datos',\n select: 'Selecciona',\n },\n TntdVirtualTree: {\n functionalDep: 'Departamentos funcionales',\n },\n TntdSecondPage: {\n back: 'Volver',\n },\n ColorPicker: {},\n QueryForm: {\n placeholder: 'Filtrar por tipo de atributo',\n yes: 'Sí',\n no: 'No',\n propTitle: 'Tipo de atributo',\n propValue: 'Valor del tipo de atributo',\n moreFiltering: 'Más filtros',\n search: 'Buscar',\n reset: 'Restablecer',\n collapse: 'Contraer',\n expand: 'Expandir',\n },\n Drawer: {\n okText: 'Aceptar',\n cancelText: 'Cancelar',\n },\n ArrayInput: {\n add: 'Añadir',\n action: 'Acción',\n error: 'Los children de ArrayInput deben ser una función',\n },\n TntdReference: {\n onLineFail: 'Error en la validación en línea',\n weakMsg:\n 'Existen referencias débiles (elementos referenciados que están fuera de línea, desactivados, pendientes de envío/aprobación, importados pero pendientes, guardados temporalmente, etc.). Procede con precaución.',\n strongMsg:\n 'Existen referencias fuertes (elementos referenciados que están en línea, activos, en revisión de activación/desactivación o inicializados como métricas). No se permite la operación.',\n cancel: 'Cancelar',\n next: 'Siguiente',\n exist: 'Existe',\n strong: 'Referencia fuerte',\n weak: 'Referencia débil',\n relationFail: 'Error al consultar relaciones asociadas',\n reliableQuery: 'Proporcione una consulta fiable',\n referenceFail: 'Error al consultar relaciones de referencia',\n inQuery: 'Consultando...',\n noData: 'Sin datos',\n viewReference: 'Ver relaciones de referencia',\n },\n Input: {\n enter: 'Introduce',\n },\n InputNumber: {\n enter: 'Introduce',\n },\n QueryListScene: {\n total: 'Total',\n records: 'registros',\n },\n Select: {\n select: 'Selecciona',\n },\n TntdCheckboxSelect: {\n all: 'Seleccionar todo',\n },\n TntdLayout: {\n nameNull: 'Sin alias',\n personalSettings: 'Configuración personal',\n changePwd: 'Cambiar contraseña',\n signOut: 'Cerrar sesión',\n globalNavigation: 'Navegación global',\n menuSearch: 'Buscar en el menú',\n },\n TntdRcSelect: {\n select: 'Selecciona',\n },\n})\n\nexport default es_ES\n"]}
@@ -1,4 +1,9 @@
1
1
  export * from './en_US';
2
2
  export * from './zh_CN';
3
+ export * from './zh_TW';
4
+ export * from './ar_EG';
5
+ export * from './es_ES';
6
+ export * from './ko_KR';
7
+ export * from './th_TH';
3
8
  export * from './default';
4
9
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/locale/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAA;AACvB,cAAc,SAAS,CAAA;AACvB,cAAc,WAAW,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/locale/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAA;AACvB,cAAc,SAAS,CAAA;AACvB,cAAc,SAAS,CAAA;AACvB,cAAc,SAAS,CAAA;AACvB,cAAc,SAAS,CAAA;AACvB,cAAc,SAAS,CAAA;AACvB,cAAc,SAAS,CAAA;AACvB,cAAc,WAAW,CAAA"}
@@ -25,6 +25,61 @@ Object.keys(_zh_CN).forEach(function (key) {
25
25
  }
26
26
  });
27
27
  });
28
+ var _zh_TW = require("./zh_TW");
29
+ Object.keys(_zh_TW).forEach(function (key) {
30
+ if (key === "default" || key === "__esModule") return;
31
+ if (key in exports && exports[key] === _zh_TW[key]) return;
32
+ Object.defineProperty(exports, key, {
33
+ enumerable: true,
34
+ get: function get() {
35
+ return _zh_TW[key];
36
+ }
37
+ });
38
+ });
39
+ var _ar_EG = require("./ar_EG");
40
+ Object.keys(_ar_EG).forEach(function (key) {
41
+ if (key === "default" || key === "__esModule") return;
42
+ if (key in exports && exports[key] === _ar_EG[key]) return;
43
+ Object.defineProperty(exports, key, {
44
+ enumerable: true,
45
+ get: function get() {
46
+ return _ar_EG[key];
47
+ }
48
+ });
49
+ });
50
+ var _es_ES = require("./es_ES");
51
+ Object.keys(_es_ES).forEach(function (key) {
52
+ if (key === "default" || key === "__esModule") return;
53
+ if (key in exports && exports[key] === _es_ES[key]) return;
54
+ Object.defineProperty(exports, key, {
55
+ enumerable: true,
56
+ get: function get() {
57
+ return _es_ES[key];
58
+ }
59
+ });
60
+ });
61
+ var _ko_KR = require("./ko_KR");
62
+ Object.keys(_ko_KR).forEach(function (key) {
63
+ if (key === "default" || key === "__esModule") return;
64
+ if (key in exports && exports[key] === _ko_KR[key]) return;
65
+ Object.defineProperty(exports, key, {
66
+ enumerable: true,
67
+ get: function get() {
68
+ return _ko_KR[key];
69
+ }
70
+ });
71
+ });
72
+ var _th_TH = require("./th_TH");
73
+ Object.keys(_th_TH).forEach(function (key) {
74
+ if (key === "default" || key === "__esModule") return;
75
+ if (key in exports && exports[key] === _th_TH[key]) return;
76
+ Object.defineProperty(exports, key, {
77
+ enumerable: true,
78
+ get: function get() {
79
+ return _th_TH[key];
80
+ }
81
+ });
82
+ });
28
83
  var _default = require("./default");
29
84
  Object.keys(_default).forEach(function (key) {
30
85
  if (key === "default" || key === "__esModule") return;
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/locale/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0CAAuB;AACvB,0CAAuB;AACvB,4CAAyB","sourcesContent":["export * from './en_US'\nexport * from './zh_CN'\nexport * from './default'\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/locale/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0CAAuB;AACvB,0CAAuB;AACvB,0CAAuB;AACvB,0CAAuB;AACvB,0CAAuB;AACvB,0CAAuB;AACvB,0CAAuB;AACvB,4CAAyB","sourcesContent":["export * from './en_US'\nexport * from './zh_CN'\nexport * from './zh_TW'\nexport * from './ar_EG'\nexport * from './es_ES'\nexport * from './ko_KR'\nexport * from './th_TH'\nexport * from './default'\n"]}
@@ -0,0 +1,156 @@
1
+ declare const ko_KR: {
2
+ locale: string;
3
+ Pagination: any;
4
+ DatePicker: {
5
+ lang: any;
6
+ timePickerLocale: {
7
+ placeholder: string;
8
+ };
9
+ };
10
+ TimePicker: {
11
+ placeholder: string;
12
+ };
13
+ Calendar: {
14
+ lang: any;
15
+ timePickerLocale: {
16
+ placeholder: string;
17
+ };
18
+ };
19
+ Table: {
20
+ filterTitle: string;
21
+ filterConfirm: string;
22
+ filterReset: string;
23
+ selectAll: string;
24
+ selectInvert: string;
25
+ };
26
+ Modal: {
27
+ okText: string;
28
+ cancelText: string;
29
+ justOkText: string;
30
+ };
31
+ Popconfirm: {
32
+ okText: string;
33
+ cancelText: string;
34
+ };
35
+ Transfer: {
36
+ searchPlaceholder: string;
37
+ itemUnit: string;
38
+ itemsUnit: string;
39
+ };
40
+ Upload: {
41
+ uploading: string;
42
+ removeFile: string;
43
+ uploadError: string;
44
+ previewFile: string;
45
+ downloadFile: string;
46
+ };
47
+ Empty: {
48
+ description: string;
49
+ };
50
+ } & {
51
+ Table: {
52
+ loadingDescription: string;
53
+ emptyDescription: string;
54
+ total: string;
55
+ };
56
+ Empty: {
57
+ noGraphData: string;
58
+ noPermission: string;
59
+ createdSuccessfully: string;
60
+ creationFailed: string;
61
+ noNetwork: string;
62
+ noData: string;
63
+ };
64
+ Handle: {
65
+ more: string;
66
+ };
67
+ Exception: {
68
+ 403: string;
69
+ 404: string;
70
+ 500: string;
71
+ };
72
+ TntdCascader: {
73
+ noData: string;
74
+ select: string;
75
+ };
76
+ PageLoading: {
77
+ text: string;
78
+ };
79
+ TntdSelect: {
80
+ noData: string;
81
+ select: string;
82
+ };
83
+ TntdVirtualTree: {
84
+ functionalDep: string;
85
+ };
86
+ TntdSecondPage: {
87
+ back: string;
88
+ };
89
+ ColorPicker: {};
90
+ QueryForm: {
91
+ placeholder: string;
92
+ yes: string;
93
+ no: string;
94
+ propTitle: string;
95
+ propValue: string;
96
+ moreFiltering: string;
97
+ search: string;
98
+ reset: string;
99
+ collapse: string;
100
+ expand: string;
101
+ };
102
+ Drawer: {
103
+ okText: string;
104
+ cancelText: string;
105
+ };
106
+ ArrayInput: {
107
+ add: string;
108
+ action: string;
109
+ error: string;
110
+ };
111
+ TntdReference: {
112
+ onLineFail: string;
113
+ weakMsg: string;
114
+ strongMsg: string;
115
+ cancel: string;
116
+ next: string;
117
+ exist: string;
118
+ strong: string;
119
+ weak: string;
120
+ relationFail: string;
121
+ reliableQuery: string;
122
+ referenceFail: string;
123
+ inQuery: string;
124
+ noData: string;
125
+ viewReference: string;
126
+ };
127
+ Input: {
128
+ enter: string;
129
+ };
130
+ InputNumber: {
131
+ enter: string;
132
+ };
133
+ QueryListScene: {
134
+ total: string;
135
+ records: string;
136
+ };
137
+ Select: {
138
+ select: string;
139
+ };
140
+ TntdCheckboxSelect: {
141
+ all: string;
142
+ };
143
+ TntdLayout: {
144
+ nameNull: string;
145
+ personalSettings: string;
146
+ changePwd: string;
147
+ signOut: string;
148
+ globalNavigation: string;
149
+ menuSearch: string;
150
+ };
151
+ TntdRcSelect: {
152
+ select: string;
153
+ };
154
+ };
155
+ export default ko_KR;
156
+ //# sourceMappingURL=ko_KR.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ko_KR.d.ts","sourceRoot":"","sources":["../../src/locale/ko_KR.ts"],"names":[],"mappings":"AAKA,QAAA,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0GT,CAAA;AAEF,eAAe,KAAK,CAAA"}
@@ -0,0 +1,120 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var _merge2 = _interopRequireDefault(require("lodash/merge"));
8
+ var _ko_KR = _interopRequireDefault(require("antd/lib/locale/ko_KR"));
9
+ function _interopRequireDefault(e) {
10
+ return e && e.__esModule ? e : {
11
+ "default": e
12
+ };
13
+ }
14
+ // 覆盖原始的语言包,以便在使用 LocalReceiver 时获取正确的语言包
15
+ var ko_KR = (0, _merge2["default"])(_ko_KR["default"], {
16
+ Table: {
17
+ loadingDescription: '데이터를 불러오는 중입니다...',
18
+ emptyDescription: '데이터가 없습니다',
19
+ total: '총 ${total}건'
20
+ },
21
+ Empty: {
22
+ noGraphData: '차트 데이터가 없습니다',
23
+ noPermission: '권한이 없습니다',
24
+ createdSuccessfully: '생성이 완료되었습니다',
25
+ creationFailed: '생성에 실패했습니다',
26
+ noNetwork: '네트워크에 연결되어 있지 않습니다',
27
+ noData: '데이터가 없습니다'
28
+ },
29
+ Handle: {
30
+ more: '더보기'
31
+ },
32
+ Exception: {
33
+ 403: '죄송합니다. 이 페이지에 접근할 권한이 없습니다',
34
+ 404: '죄송합니다. 요청하신 페이지를 찾을 수 없습니다',
35
+ 500: '죄송합니다. 서버에 오류가 발생했습니다'
36
+ },
37
+ TntdCascader: {
38
+ noData: '데이터가 없습니다',
39
+ select: '선택하세요'
40
+ },
41
+ PageLoading: {
42
+ text: '로딩 중...'
43
+ },
44
+ TntdSelect: {
45
+ noData: '데이터가 없습니다',
46
+ select: '선택하세요'
47
+ },
48
+ TntdVirtualTree: {
49
+ functionalDep: '기능 부서'
50
+ },
51
+ TntdSecondPage: {
52
+ back: '뒤로가기'
53
+ },
54
+ ColorPicker: {},
55
+ QueryForm: {
56
+ placeholder: '속성 유형으로 필터링',
57
+ yes: '예',
58
+ no: '아니요',
59
+ propTitle: '속성 유형',
60
+ propValue: '속성 유형 값',
61
+ moreFiltering: '추가 필터',
62
+ search: '검색',
63
+ reset: '초기화',
64
+ collapse: '접기',
65
+ expand: '펼치기'
66
+ },
67
+ Drawer: {
68
+ okText: '확인',
69
+ cancelText: '취소'
70
+ },
71
+ ArrayInput: {
72
+ add: '추가',
73
+ action: '작업',
74
+ error: 'ArrayInput의 children은 함수여야 합니다'
75
+ },
76
+ TntdReference: {
77
+ onLineFail: '온라인 검증에 실패했습니다',
78
+ weakMsg: '약한 참조 관계가 존재합니다(오프라인, 비활성화, 제출/승인 대기, 임시 저장 등 상태의 요소가 참조 중). 작업 시 주의가 필요합니다',
79
+ strongMsg: '강한 참조 관계가 존재합니다(온라인, 활성화, 승인 진행 중, 지표 초기화 상태의 요소가 참조 중). 작업이 금지됩니다',
80
+ cancel: '취소',
81
+ next: '다음',
82
+ exist: '존재함',
83
+ strong: '강한 참조',
84
+ weak: '약한 참조',
85
+ relationFail: '연관 관계 조회에 실패했습니다',
86
+ reliableQuery: '유효한 조회 요청을 제공해 주세요',
87
+ referenceFail: '참조 관계 조회에 실패했습니다',
88
+ inQuery: '조회 중...',
89
+ noData: '데이터가 없습니다',
90
+ viewReference: '참조 관계 보기'
91
+ },
92
+ Input: {
93
+ enter: '입력하세요'
94
+ },
95
+ InputNumber: {
96
+ enter: '입력하세요'
97
+ },
98
+ QueryListScene: {
99
+ total: '총',
100
+ records: '건'
101
+ },
102
+ Select: {
103
+ select: '선택하세요'
104
+ },
105
+ TntdCheckboxSelect: {
106
+ all: '전체 선택'
107
+ },
108
+ TntdLayout: {
109
+ nameNull: '닉네임이 없습니다',
110
+ personalSettings: '개인 설정',
111
+ changePwd: '비밀번호 변경',
112
+ signOut: '로그아웃',
113
+ globalNavigation: '글로벌 네비게이션',
114
+ menuSearch: '메뉴 검색'
115
+ },
116
+ TntdRcSelect: {
117
+ select: '선택하세요'
118
+ }
119
+ });
120
+ var _default = exports["default"] = ko_KR;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ko_KR.js","sourceRoot":"","sources":["../../src/locale/ko_KR.ts"],"names":[],"mappings":";;;;;AAAA,iEAA+C;AAE/C,mCAA8B;AAE9B,yCAAyC;AACzC,MAAM,KAAK,GAAG,IAAA,cAAK,EAAC,eAAY,EAAE;IAChC,KAAK,EAAE;QACL,kBAAkB,EAAE,mBAAmB;QACvC,gBAAgB,EAAE,WAAW;QAC7B,KAAK,EAAE,aAAa;KACrB;IACD,KAAK,EAAE;QACL,WAAW,EAAE,cAAc;QAC3B,YAAY,EAAE,UAAU;QACxB,mBAAmB,EAAE,aAAa;QAClC,cAAc,EAAE,YAAY;QAC5B,SAAS,EAAE,oBAAoB;QAC/B,MAAM,EAAE,WAAW;KACpB;IACD,MAAM,EAAE;QACN,IAAI,EAAE,KAAK;KACZ;IACD,SAAS,EAAE;QACT,GAAG,EAAE,4BAA4B;QACjC,GAAG,EAAE,4BAA4B;QACjC,GAAG,EAAE,uBAAuB;KAC7B;IACD,YAAY,EAAE;QACZ,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,OAAO;KAChB;IACD,WAAW,EAAE;QACX,IAAI,EAAE,SAAS;KAChB;IACD,UAAU,EAAE;QACV,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,OAAO;KAChB;IACD,eAAe,EAAE;QACf,aAAa,EAAE,OAAO;KACvB;IACD,cAAc,EAAE;QACd,IAAI,EAAE,MAAM;KACb;IACD,WAAW,EAAE,EAAE;IACf,SAAS,EAAE;QACT,WAAW,EAAE,aAAa;QAC1B,GAAG,EAAE,GAAG;QACR,EAAE,EAAE,KAAK;QACT,SAAS,EAAE,OAAO;QAClB,SAAS,EAAE,SAAS;QACpB,aAAa,EAAE,OAAO;QACtB,MAAM,EAAE,IAAI;QACZ,KAAK,EAAE,KAAK;QACZ,QAAQ,EAAE,IAAI;QACd,MAAM,EAAE,KAAK;KACd;IACD,MAAM,EAAE;QACN,MAAM,EAAE,IAAI;QACZ,UAAU,EAAE,IAAI;KACjB;IACD,UAAU,EAAE;QACV,GAAG,EAAE,IAAI;QACT,MAAM,EAAE,IAAI;QACZ,KAAK,EAAE,gCAAgC;KACxC;IACD,aAAa,EAAE;QACb,UAAU,EAAE,gBAAgB;QAC5B,OAAO,EACL,6EAA6E;QAC/E,SAAS,EACP,oEAAoE;QACtE,MAAM,EAAE,IAAI;QACZ,IAAI,EAAE,IAAI;QACV,KAAK,EAAE,KAAK;QACZ,MAAM,EAAE,OAAO;QACf,IAAI,EAAE,OAAO;QACb,YAAY,EAAE,kBAAkB;QAChC,aAAa,EAAE,oBAAoB;QACnC,aAAa,EAAE,kBAAkB;QACjC,OAAO,EAAE,SAAS;QAClB,MAAM,EAAE,WAAW;QACnB,aAAa,EAAE,UAAU;KAC1B;IACD,KAAK,EAAE;QACL,KAAK,EAAE,OAAO;KACf;IACD,WAAW,EAAE;QACX,KAAK,EAAE,OAAO;KACf;IACD,cAAc,EAAE;QACd,KAAK,EAAE,GAAG;QACV,OAAO,EAAE,GAAG;KACb;IACD,MAAM,EAAE;QACN,MAAM,EAAE,OAAO;KAChB;IACD,kBAAkB,EAAE;QAClB,GAAG,EAAE,OAAO;KACb;IACD,UAAU,EAAE;QACV,QAAQ,EAAE,WAAW;QACrB,gBAAgB,EAAE,OAAO;QACzB,SAAS,EAAE,SAAS;QACpB,OAAO,EAAE,MAAM;QACf,gBAAgB,EAAE,WAAW;QAC7B,UAAU,EAAE,OAAO;KACpB;IACD,YAAY,EAAE;QACZ,MAAM,EAAE,OAAO;KAChB;CACF,CAAC,CAAA;AAEF,kBAAe,KAAK,CAAA","sourcesContent":["import sourceLocale from 'antd/lib/locale/ko_KR'\n\nimport { merge } from 'lodash'\n\n// 覆盖原始的语言包,以便在使用 LocalReceiver 时获取正确的语言包\nconst ko_KR = merge(sourceLocale, {\n Table: {\n loadingDescription: '데이터를 불러오는 중입니다...',\n emptyDescription: '데이터가 없습니다',\n total: '총 ${total}건',\n },\n Empty: {\n noGraphData: '차트 데이터가 없습니다',\n noPermission: '권한이 없습니다',\n createdSuccessfully: '생성이 완료되었습니다',\n creationFailed: '생성에 실패했습니다',\n noNetwork: '네트워크에 연결되어 있지 않습니다',\n noData: '데이터가 없습니다',\n },\n Handle: {\n more: '더보기',\n },\n Exception: {\n 403: '죄송합니다. 이 페이지에 접근할 권한이 없습니다',\n 404: '죄송합니다. 요청하신 페이지를 찾을 수 없습니다',\n 500: '죄송합니다. 서버에 오류가 발생했습니다',\n },\n TntdCascader: {\n noData: '데이터가 없습니다',\n select: '선택하세요',\n },\n PageLoading: {\n text: '로딩 중...',\n },\n TntdSelect: {\n noData: '데이터가 없습니다',\n select: '선택하세요',\n },\n TntdVirtualTree: {\n functionalDep: '기능 부서',\n },\n TntdSecondPage: {\n back: '뒤로가기',\n },\n ColorPicker: {},\n QueryForm: {\n placeholder: '속성 유형으로 필터링',\n yes: '예',\n no: '아니요',\n propTitle: '속성 유형',\n propValue: '속성 유형 값',\n moreFiltering: '추가 필터',\n search: '검색',\n reset: '초기화',\n collapse: '접기',\n expand: '펼치기',\n },\n Drawer: {\n okText: '확인',\n cancelText: '취소',\n },\n ArrayInput: {\n add: '추가',\n action: '작업',\n error: 'ArrayInput의 children은 함수여야 합니다',\n },\n TntdReference: {\n onLineFail: '온라인 검증에 실패했습니다',\n weakMsg:\n '약한 참조 관계가 존재합니다(오프라인, 비활성화, 제출/승인 대기, 임시 저장 등 상태의 요소가 참조 중). 작업 시 주의가 필요합니다',\n strongMsg:\n '강한 참조 관계가 존재합니다(온라인, 활성화, 승인 진행 중, 지표 초기화 상태의 요소가 참조 중). 작업이 금지됩니다',\n cancel: '취소',\n next: '다음',\n exist: '존재함',\n strong: '강한 참조',\n weak: '약한 참조',\n relationFail: '연관 관계 조회에 실패했습니다',\n reliableQuery: '유효한 조회 요청을 제공해 주세요',\n referenceFail: '참조 관계 조회에 실패했습니다',\n inQuery: '조회 중...',\n noData: '데이터가 없습니다',\n viewReference: '참조 관계 보기',\n },\n Input: {\n enter: '입력하세요',\n },\n InputNumber: {\n enter: '입력하세요',\n },\n QueryListScene: {\n total: '총',\n records: '건',\n },\n Select: {\n select: '선택하세요',\n },\n TntdCheckboxSelect: {\n all: '전체 선택',\n },\n TntdLayout: {\n nameNull: '닉네임이 없습니다',\n personalSettings: '개인 설정',\n changePwd: '비밀번호 변경',\n signOut: '로그아웃',\n globalNavigation: '글로벌 네비게이션',\n menuSearch: '메뉴 검색',\n },\n TntdRcSelect: {\n select: '선택하세요',\n },\n})\n\nexport default ko_KR\n"]}