@k-int/stripes-kint-components 2.8.4 → 2.8.6

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 (229) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/es/lib/ActionList/ActionList.js +3 -1
  3. package/es/lib/ActionList/ActionListFieldArray.js +4 -2
  4. package/es/lib/CustomProperties/Config/CustomPropertiesLookup.js +5 -2
  5. package/es/lib/CustomProperties/Config/CustomPropertiesLookup.test.js +4 -1
  6. package/es/lib/CustomProperties/Config/CustomPropertiesSettings.js +6 -4
  7. package/es/lib/CustomProperties/Config/CustomPropertiesSettings.test.js +5 -3
  8. package/es/lib/CustomProperties/Config/CustomPropertyForm.js +1 -1
  9. package/es/lib/CustomProperties/Config/CustomPropertyForm.test.js +1 -1
  10. package/es/lib/CustomProperties/Config/CustomPropertyView.test.js +5 -3
  11. package/es/lib/CustomProperties/Edit/CustomPropertiesEdit.test.js +4 -1
  12. package/es/lib/CustomProperties/Edit/CustomPropertiesEditCtx.test.js +4 -1
  13. package/es/lib/CustomProperties/Edit/CustomPropertiesListField.js +5 -2
  14. package/es/lib/CustomProperties/Edit/CustomPropertiesListField.test.js +5 -3
  15. package/es/lib/CustomProperties/Edit/CustomPropertyField.js +3 -1
  16. package/es/lib/CustomProperties/Edit/CustomPropertyField.test.js +4 -2
  17. package/es/lib/CustomProperties/Filter/CustomPropertiesFilter.js +5 -2
  18. package/es/lib/CustomProperties/Filter/CustomPropertiesFilter.test.js +1 -1
  19. package/es/lib/CustomProperties/Filter/CustomPropertiesFilterField.js +5 -2
  20. package/es/lib/CustomProperties/Filter/CustomPropertiesFilterFieldArray.test.js +1 -1
  21. package/es/lib/CustomProperties/Filter/CustomPropertiesFilterForm.js +4 -1
  22. package/es/lib/CustomProperties/Filter/CustomPropertiesFilterForm.test.js +5 -3
  23. package/es/lib/CustomProperties/Filter/CustomPropertiesRule.js +4 -1
  24. package/es/lib/CustomProperties/Filter/CustomPropertiesRule.test.js +1 -1
  25. package/es/lib/CustomProperties/Filter/useParseActiveFilterStrings.js +1 -1
  26. package/es/lib/CustomProperties/View/CustomPropertiesViewCtx.js +1 -1
  27. package/es/lib/CustomProperties/View/CustomPropertiesViewCtx.test.js +4 -1
  28. package/es/lib/CycleButton/CycleButton.js +5 -2
  29. package/es/lib/EditableRefdataCategoryList/EditableRefdataCategoryList.js +6 -4
  30. package/es/lib/EditableRefdataList/EditableRefdataList.js +6 -4
  31. package/es/lib/EditableSettingsList/EditableSettingsListFieldArray.js +4 -1
  32. package/es/lib/EditableSettingsList/EditableSettingsListFieldArray.test.js +1 -1
  33. package/es/lib/EditableSettingsList/SettingField/RenderSettingValue.test.js +1 -1
  34. package/es/lib/EditableSettingsList/SettingField/SettingField.js +4 -2
  35. package/es/lib/EditableSettingsList/SettingField/SettingField.test.js +1 -1
  36. package/es/lib/FormModal/FormModal.js +4 -1
  37. package/es/lib/IconSelect/IconSelect.js +4 -2
  38. package/es/lib/QueryTypedown/QueryTypedown.js +4 -2
  39. package/es/lib/RefdataButtons/RefdataButtons.js +4 -1
  40. package/es/lib/RichSelect/RichSelect.js +5 -2
  41. package/es/lib/RichSelect/useSelectedOption.js +1 -1
  42. package/es/lib/SASQLookupComponent/SASQLookupComponent.js +5 -2
  43. package/es/lib/SASQLookupComponent/TableBody/TableBody.js +4 -1
  44. package/es/lib/SASQRoute/SASQRoute.js +4 -1
  45. package/es/lib/SASQViewComponent/SASQViewComponent.js +4 -1
  46. package/es/lib/SearchField/SearchField.js +4 -1
  47. package/es/lib/Typedown/Typedown.js +1 -1
  48. package/es/lib/hooks/settingsHooks/useSettings.js +3 -1
  49. package/es/lib/hooks/typedownHooks/useTypedownData.js +1 -1
  50. package/es/lib/hooks/typedownHooks/useTypedownToggle.js +1 -1
  51. package/es/lib/hooks/useActiveElement.js +1 -1
  52. package/es/lib/hooks/useAvailableCustomProperties.js +1 -1
  53. package/es/lib/hooks/useCustomProperties.js +4 -1
  54. package/es/lib/hooks/useHelperApp.js +4 -2
  55. package/es/lib/hooks/useKiwtFieldArray.js +5 -2
  56. package/es/lib/hooks/useKiwtSASQuery.js +4 -2
  57. package/es/lib/hooks/useLocalStorageState.js +1 -1
  58. package/es/lib/hooks/useMutateCustomProperties.js +1 -1
  59. package/es/lib/hooks/useMutateRefdataCategory.js +4 -2
  60. package/es/lib/hooks/useMutateRefdataValue.js +1 -1
  61. package/es/lib/hooks/useQIndex.js +4 -2
  62. package/es/lib/utils/generateKiwtQueryParams.js +1 -1
  63. package/es/lib/utils/groupCustomPropertiesByCtx.js +4 -1
  64. package/es/lib/utils/highlightString.js +1 -1
  65. package/es/lib/utils/parseErrorResponse.js +23 -19
  66. package/junit.xml +150 -150
  67. package/package.json +1 -1
  68. package/src/artifacts/coverage-jest/lcov-report/ActionList/ActionList.js.html +23 -5
  69. package/src/artifacts/coverage-jest/lcov-report/ActionList/ActionListFieldArray.js.html +324 -48
  70. package/src/artifacts/coverage-jest/lcov-report/ActionList/index.html +7 -7
  71. package/src/artifacts/coverage-jest/lcov-report/ActionList/index.js.html +1 -1
  72. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertiesLookup.js.html +171 -39
  73. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertiesSettings.js.html +271 -52
  74. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertyForm.js.html +293 -74
  75. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertyView.js.html +126 -54
  76. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/index.html +41 -56
  77. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/index.js.html +1 -1
  78. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesEdit.js.html +23 -5
  79. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesEditCtx.js.html +54 -42
  80. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesListField.js.html +213 -54
  81. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertyField.js.html +260 -41
  82. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertyFormCard.js.html +41 -68
  83. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/index.html +53 -53
  84. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/index.js.html +1 -1
  85. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/testResources.js.html +62 -3065
  86. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilter.js.html +45 -45
  87. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterField.js.html +103 -64
  88. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterFieldArray.js.html +54 -63
  89. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterForm.js.html +49 -16
  90. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesRule.js.html +69 -18
  91. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/index.html +81 -81
  92. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/index.js.html +1 -1
  93. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/testResources.js.html +33 -786
  94. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useOperators.js.html +45 -45
  95. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useParseActiveFilterStrings.js.html +6 -6
  96. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useValueProps.js.html +43 -28
  97. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertiesView.js.html +20 -2
  98. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertiesViewCtx.js.html +52 -46
  99. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertyCard.js.html +53 -74
  100. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/index.html +25 -25
  101. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/index.js.html +1 -1
  102. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/testResources.js.html +1 -1
  103. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/index.html +1 -1
  104. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/index.js.html +1 -1
  105. package/src/artifacts/coverage-jest/lcov-report/CycleButton/CycleButton.js.html +1 -1
  106. package/src/artifacts/coverage-jest/lcov-report/CycleButton/index.html +1 -1
  107. package/src/artifacts/coverage-jest/lcov-report/CycleButton/index.js.html +1 -1
  108. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/EditableRefdataCategoryList.js.html +86 -32
  109. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/index.html +3 -3
  110. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/index.js.html +1 -1
  111. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/EditableRefdataList.js.html +109 -37
  112. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/index.html +3 -3
  113. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/index.js.html +1 -1
  114. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/EditableSettingsList.js.html +41 -14
  115. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/EditableSettingsListFieldArray.js.html +45 -6
  116. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/EditSettingValue.js.html +47 -11
  117. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/RenderSettingValue.js.html +65 -14
  118. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/SettingField.js.html +154 -31
  119. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/index.html +26 -26
  120. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/index.js.html +1 -1
  121. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/index.html +18 -18
  122. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/index.js.html +1 -1
  123. package/src/artifacts/coverage-jest/lcov-report/FormModal/FormModal.js.html +35 -17
  124. package/src/artifacts/coverage-jest/lcov-report/FormModal/index.html +15 -15
  125. package/src/artifacts/coverage-jest/lcov-report/FormModal/index.js.html +1 -1
  126. package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/FormattedKintMessage.js.html +1 -1
  127. package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/index.html +1 -1
  128. package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/index.js.html +1 -1
  129. package/src/artifacts/coverage-jest/lcov-report/IconSelect/IconSelect.js.html +67 -34
  130. package/src/artifacts/coverage-jest/lcov-report/IconSelect/index.html +7 -7
  131. package/src/artifacts/coverage-jest/lcov-report/IconSelect/index.js.html +1 -1
  132. package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/NoResultsMessage.js.html +49 -7
  133. package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/index.html +7 -7
  134. package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/index.js.html +1 -1
  135. package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/QueryTypedown.js.html +1 -1
  136. package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/index.html +1 -1
  137. package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/index.js.html +1 -1
  138. package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/RefdataButtons.js.html +3 -3
  139. package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/index.html +1 -1
  140. package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/index.js.html +1 -1
  141. package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/ResponsiveButtonGroup.js.html +36 -12
  142. package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/index.html +9 -9
  143. package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/index.js.html +1 -1
  144. package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/useResponsiveButtonGroupSizing.js.html +1 -1
  145. package/src/artifacts/coverage-jest/lcov-report/RichSelect/RichSelect.js.html +24 -81
  146. package/src/artifacts/coverage-jest/lcov-report/RichSelect/index.html +3 -3
  147. package/src/artifacts/coverage-jest/lcov-report/RichSelect/index.js.html +1 -1
  148. package/src/artifacts/coverage-jest/lcov-report/RichSelect/useSelectedOption.js.html +1 -1
  149. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/SASQLookupComponent.js.html +146 -14
  150. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/TableBody.js.html +31 -4
  151. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/index.html +3 -3
  152. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/index.js.html +1 -1
  153. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/index.html +9 -9
  154. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/index.js.html +1 -1
  155. package/src/artifacts/coverage-jest/lcov-report/SASQRoute/SASQRoute.js.html +53 -8
  156. package/src/artifacts/coverage-jest/lcov-report/SASQRoute/index.html +7 -7
  157. package/src/artifacts/coverage-jest/lcov-report/SASQRoute/index.js.html +1 -1
  158. package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/SASQViewComponent.js.html +65 -11
  159. package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/index.html +9 -9
  160. package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/index.js.html +1 -1
  161. package/src/artifacts/coverage-jest/lcov-report/SearchField/SearchField.js.html +1 -1
  162. package/src/artifacts/coverage-jest/lcov-report/SearchField/index.html +1 -1
  163. package/src/artifacts/coverage-jest/lcov-report/SearchField/index.js.html +1 -1
  164. package/src/artifacts/coverage-jest/lcov-report/SettingPage/SettingPage.js.html +24 -27
  165. package/src/artifacts/coverage-jest/lcov-report/SettingPage/SettingPagePane.js.html +47 -17
  166. package/src/artifacts/coverage-jest/lcov-report/SettingPage/index.html +22 -22
  167. package/src/artifacts/coverage-jest/lcov-report/SettingPage/index.js.html +1 -1
  168. package/src/artifacts/coverage-jest/lcov-report/Typedown/Typedown.js.html +1 -1
  169. package/src/artifacts/coverage-jest/lcov-report/Typedown/index.html +1 -1
  170. package/src/artifacts/coverage-jest/lcov-report/Typedown/index.js.html +1 -1
  171. package/src/artifacts/coverage-jest/lcov-report/constants/customProperties.js.html +1 -1
  172. package/src/artifacts/coverage-jest/lcov-report/constants/eventCodes.js.html +1 -1
  173. package/src/artifacts/coverage-jest/lcov-report/constants/index.html +1 -1
  174. package/src/artifacts/coverage-jest/lcov-report/contexts/SettingsContext.js.html +1 -1
  175. package/src/artifacts/coverage-jest/lcov-report/contexts/index.html +1 -1
  176. package/src/artifacts/coverage-jest/lcov-report/contexts/index.js.html +1 -1
  177. package/src/artifacts/coverage-jest/lcov-report/hooks/index.html +151 -106
  178. package/src/artifacts/coverage-jest/lcov-report/hooks/index.js.html +12 -3
  179. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/index.html +25 -25
  180. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/index.js.html +1 -1
  181. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useAppSettings.js.html +7 -7
  182. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useSettingSection.js.html +7 -7
  183. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useSettings.js.html +61 -22
  184. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/index.html +1 -1
  185. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/index.js.html +1 -1
  186. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedown.js.html +1 -1
  187. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedownData.js.html +1 -1
  188. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedownToggle.js.html +1 -1
  189. package/src/artifacts/coverage-jest/lcov-report/hooks/useActiveElement.js.html +7 -7
  190. package/src/artifacts/coverage-jest/lcov-report/hooks/useCustomProperties.js.html +37 -37
  191. package/src/artifacts/coverage-jest/lcov-report/hooks/useHelperApp.js.html +7 -7
  192. package/src/artifacts/coverage-jest/lcov-report/hooks/useIntlKey.js.html +1 -1
  193. package/src/artifacts/coverage-jest/lcov-report/hooks/useIntlKeyStore.js.html +1 -1
  194. package/src/artifacts/coverage-jest/lcov-report/hooks/useInvalidateRefdata.js.html +7 -7
  195. package/src/artifacts/coverage-jest/lcov-report/hooks/useKintIntl.js.html +1 -1
  196. package/src/artifacts/coverage-jest/lcov-report/hooks/useKiwtFieldArray.js.html +7 -7
  197. package/src/artifacts/coverage-jest/lcov-report/hooks/useKiwtSASQuery.js.html +9 -9
  198. package/src/artifacts/coverage-jest/lcov-report/hooks/useLocalStorageState.js.html +7 -7
  199. package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateCustomProperties.js.html +7 -7
  200. package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateRefdataCategory.js.html +7 -7
  201. package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateRefdataValue.js.html +7 -7
  202. package/src/artifacts/coverage-jest/lcov-report/hooks/useQIndex.js.html +7 -7
  203. package/src/artifacts/coverage-jest/lcov-report/hooks/useRefdata.js.html +9 -9
  204. package/src/artifacts/coverage-jest/lcov-report/hooks/useSASQQueryMeta.js.html +1 -1
  205. package/src/artifacts/coverage-jest/lcov-report/hooks/useTemplates.js.html +7 -7
  206. package/src/artifacts/coverage-jest/lcov-report/index.html +166 -136
  207. package/src/artifacts/coverage-jest/lcov-report/utils/buildUrl.js.html +1 -1
  208. package/src/artifacts/coverage-jest/lcov-report/utils/generateKiwtQuery.js.html +16 -16
  209. package/src/artifacts/coverage-jest/lcov-report/utils/generateKiwtQueryParams.js.html +240 -90
  210. package/src/artifacts/coverage-jest/lcov-report/utils/groupCustomPropertiesByCtx.js.html +7 -7
  211. package/src/artifacts/coverage-jest/lcov-report/utils/highlightString.js.html +3 -3
  212. package/src/artifacts/coverage-jest/lcov-report/utils/index.html +62 -62
  213. package/src/artifacts/coverage-jest/lcov-report/utils/index.js.html +39 -3
  214. package/src/artifacts/coverage-jest/lcov-report/utils/matchString.js.html +2 -2
  215. package/src/artifacts/coverage-jest/lcov-report/utils/parseErrorResponse.js.html +11 -8
  216. package/src/artifacts/coverage-jest/lcov-report/utils/parseKiwtQueryGroups.js.html +280 -0
  217. package/src/artifacts/coverage-jest/lcov-report/utils/refdataOptions.js.html +1 -1
  218. package/src/artifacts/coverage-jest/lcov-report/utils/refdataQueryKey.js.html +2 -2
  219. package/src/artifacts/coverage-jest/lcov-report/utils/selectorSafe.js.html +2 -2
  220. package/src/artifacts/coverage-jest/lcov-report/utils/sortByLabel.js.html +2 -2
  221. package/src/artifacts/coverage-jest/lcov-report/utils/toCamelCase.js.html +2 -2
  222. package/src/artifacts/coverage-jest/lcov-report/utils/typedownQueryKey.js.html +2 -2
  223. package/src/artifacts/coverage-jest/lcov-report/utils/validators.js.html +124 -76
  224. package/src/artifacts/coverage-jest/lcov.info +2706 -2419
  225. package/src/lib/utils/parseErrorResponse.js +3 -2
  226. package/translations/stripes-kint-components/de.json +41 -41
  227. package/translations/stripes-kint-components/ja.json +45 -45
  228. package/translations/stripes-kint-components/ko.json +49 -49
  229. package/yarn-error.log +0 -147
@@ -1,14 +1,15 @@
1
1
  const parseErrorResponse = async (responseObj) => {
2
2
  let errorResp;
3
+ const code = responseObj?.status;
3
4
  const contentType = [...responseObj?.headers]?.find(header => header[0] === 'content-type')?.[1];
4
5
 
5
6
  if (contentType.includes('json')) {
6
7
  errorResp = await responseObj.json();
7
8
  } else {
8
9
  try {
9
- errorResp = { message: await responseObj.text() };
10
+ errorResp = { code, message: await responseObj.text() };
10
11
  } catch {
11
- errorResp = { message: 'something went wrong' };
12
+ errorResp = { code, message: 'something went wrong' };
12
13
  }
13
14
  }
14
15
 
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "AND": "UND",
3
- "OR": "ANHANG",
3
+ "OR": "ODER",
4
4
  "create": "Erstellung",
5
5
  "edit": "Bearbeiten",
6
6
  "save": "Speichern",
7
7
  "saveAndClose": "Speichern und schließen",
8
8
  "cancel": "Abbrechen",
9
9
  "delete": "Löschen",
10
- "apply": "Anwendung",
10
+ "apply": "Anwenden",
11
11
  "new": "Neu",
12
12
  "notSet": "Nicht gesetzt",
13
- "errors.hasNonAlphaName": "Der Name kann nur lateinische alphabetische Zeichen (a-z) und nicht-führende numerische Zeichen enthalten.",
13
+ "errors.hasNonAlphaName": "Der Name darf nur lateinische alphabetische Zeichen (a-z) und nicht führende numerische Zeichen beinhalten.",
14
14
  "settings.noCurrentValue": "Kein aktueller Wert",
15
15
  "settings.default": "Standard",
16
16
  "settings.edit": "Bearbeiten",
@@ -20,11 +20,11 @@
20
20
  "actionList.save": "Speichern",
21
21
  "actionList.cancel": "Abbrechen",
22
22
  "actionList.create": "Erstellung",
23
- "actionList.actions": "Maßnahmen",
23
+ "actionList.actions": "Aktionen",
24
24
  "editableRefdataList.deleteRefdataValue": "Refdata Wert löschen",
25
25
  "editableRefdataList.deleteRefdataValue.confirmMessage": "<strong>{name}</strong> wird gestrichen.",
26
26
  "editableRefdataList.deleteRefdataValue.errorMessage": "<strong>Error: {label}</strong> wurde nicht gelöscht. {error}",
27
- "editableRefdataList.label": "Bezeichnung",
27
+ "editableRefdataList.label": "Anzeigename",
28
28
  "editableRefdataList.value": "Wert",
29
29
  "editableRefdataList.editAriaLabel": "Wert bearbeiten {label}",
30
30
  "editableRefdataList.deleteAriaLabel": "Löschwert {label}",
@@ -40,26 +40,26 @@
40
40
  "customProperties": "Eigene Eigenschaften",
41
41
  "customProperties.all": "Alle",
42
42
  "customProperties.none": "Keine",
43
- "customProperties.label": "Bezeichnung",
43
+ "customProperties.label": "Anzeigename",
44
44
  "customProperties.primary": "Primäre",
45
45
  "customProperties.retired": "Ruhestand",
46
46
  "customProperties.ctx": "Kontext",
47
47
  "customProperties.ctx.addContext": "Kontext hinzufügen {value}",
48
- "customProperties.weight": "Bestellgewicht",
49
- "customProperties.type": "Art",
50
- "customProperties.internalFalse": "Öffentliche",
51
- "customProperties.internalNote": "Interne Anmerkung",
48
+ "customProperties.weight": "Gewichtung der Reihenfolge",
49
+ "customProperties.type": "Typ",
50
+ "customProperties.internalFalse": "Öffentlich",
51
+ "customProperties.internalNote": "Interne Notiz",
52
52
  "customProperties.internalTrue": "Intern",
53
- "customProperties.publicNote": "Anmerkung",
53
+ "customProperties.publicNote": "Öffentliche Notiz",
54
54
  "customProperties.name": "Name",
55
- "customProperties.description": "Warenbezeichnung",
55
+ "customProperties.description": "Beschreibung",
56
56
  "customProperties.category": "Kategorie",
57
- "customProperties.defaultVisibility": "Standardsichtbarkeit",
57
+ "customProperties.defaultVisibility": "Standardmäßige Sichtbarkeit",
58
58
  "customProperties.noCtxFound": "Kein übereinstimmender Kontext gefunden",
59
59
  "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyBlob": "Blob",
60
60
  "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyBoolean": "Boolen",
61
61
  "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyContainer": "Container",
62
- "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyDecimal": "Deko",
62
+ "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyDecimal": "Dezimal",
63
63
  "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyInteger": "Integer",
64
64
  "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyRefdata": "Referenzen",
65
65
  "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyRefdataDefinition": "Definition der Referenzwerte",
@@ -67,56 +67,56 @@
67
67
  "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyLocalDate": "Datum",
68
68
  "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyMultiRefdata": "Refdata (multi-select)",
69
69
  "customProperties.delete.confirmHeading": "Benutzerdefinierte Eigenschaft löschen",
70
- "customProperties.delete.confirmMessage": "Zollgebiet <strong>{name}</strong> wird <strong>deleted</strong> sein.",
70
+ "customProperties.delete.confirmMessage": "Benutzerdefinierte Eigenschaft <strong>{name}</strong> wird <strong>gelöscht</strong> sein..",
71
71
  "customPropertiesSettings.deleteCustomProperty.errorMessage": "<strong>Error: {label}</strong> wurde nicht gelöscht. {error}",
72
72
  "customProperties.primaryProperties": "Primäre Eigenschaften",
73
73
  "customProperties.optionalProperties": "Optionale Eigenschaften",
74
- "customProperties.addProperty": "Objekt hinzufügen",
74
+ "customProperties.addProperty": "Eigenschaft hinzufügen",
75
75
  "customProperties.ctx.title": "Benutzerdefinierte Eigenschaften ({ctx})",
76
- "customProperty.optionalPropertyHeader": "Immobilien {number}",
76
+ "customProperty.optionalPropertyHeader": "Eigenschaft {number}",
77
77
  "customProperty.remove": "Objekt entfernen {number}",
78
78
  "customProperty.newModal": "Neue benutzerdefinierte Eigenschaft",
79
79
  "customProperty.editModal": "Benutzerdefinierte Eigenschaft bearbeiten",
80
80
  "search": "Suche",
81
- "yes": "Ja.",
81
+ "yes": "Ja",
82
82
  "no": "Nein",
83
- "errors.invalidNumber": "Bitte geben Sie eine gültige Nummer ein, um fortzufahren",
83
+ "errors.invalidNumber": "Gültige Nummer eingeben, um fortzufahren",
84
84
  "errors.primaryRetired": "Eine benutzerdefinierte Eigenschaft kann nicht primär und pensioniert werden",
85
- "errors.customPropertyNoteInvalidNumber": "Eine gültige Nummer muss eingegeben werden, um eine Notiz zu speichern",
86
- "errors.customPropertyInvalidNumber": "Bitte geben Sie eine gültige Nummer ein, um fortzufahren",
87
- "errors.customPropertyNoteWithoutValue": "Ein Wert muss gesetzt werden, um eine Notiz zu speichern",
88
- "errors.customPropertyValueNotInRange": "Bitte geben Sie eine ganze Zahl im Bereich {min} bis {max} ein, um weiter zu gehen",
89
- "errors.customPropertyDecimalValueNotInRange": "Bitte geben Sie eine Nummer im Bereich {min} bis {max} ein, um weiterzumachen",
90
- "errors.customPropertyMaxTwoDecimals": "Bitte geben Sie eine Nummer mit maximal 2 Dezimalsstellen ein",
91
- "customProperty": "Eigenes Eigentum",
85
+ "errors.customPropertyNoteInvalidNumber": "Eine gültige Nummer muss eingegeben werden, um Notiz zu speichern",
86
+ "errors.customPropertyInvalidNumber": "Gültige Nummer eingeben, um fortzufahren",
87
+ "errors.customPropertyNoteWithoutValue": "Ein Wert muss eingegeben werden, um Notiz zu speichern",
88
+ "errors.customPropertyValueNotInRange": "Ganze Zahl im Bereich von {min} bis {max} eingeben, um fortzufahren",
89
+ "errors.customPropertyDecimalValueNotInRange": "Zahl in einem Bereich von {min} bis {max} eingeben, um fortzufahren",
90
+ "errors.customPropertyMaxTwoDecimals": "Zahl mit maximal 2 Dezimalstellen eingeben",
91
+ "customProperty": "Benutzerdefinierte Eigenschaft",
92
92
  "customProperty.name": "Name",
93
- "customProperty.value": "Werte",
94
- "customProperty.internalNote": "Interne Anmerkung",
93
+ "customProperty.value": "Wert",
94
+ "customProperty.internalNote": "Interne Notiz",
95
95
  "customProperty.visibility": "Sichtbarkeit",
96
- "customProperty.publicNote": "Anmerkung",
96
+ "customProperty.publicNote": "Öffentliche Notiz",
97
97
  "customProperty.internalTrue": "Intern",
98
- "customProperty.internalFalse": "Öffentliche",
98
+ "customProperty.internalFalse": "Öffentlich",
99
99
  "customProperty.filtersApplied": "{count} benutzerdefinierte Eigenschaften Filter angewandt",
100
100
  "customProperty.editCustomPropertyFilters": "Benutzerdefinierte Immobilienfilter bearbeiten",
101
101
  "customProperty.filterBuilder": "Benutzerdefinierte Eigenschaft Filter Builder",
102
102
  "customProperty.filterIndex": "Benutzerdefinierte Immobilienfilter {index}",
103
103
  "customProperty.removeFilter": "Entfernen Sie benutzerdefinierte Eigenschaft filter {number}",
104
- "customProperty.removeRule": "Regel entfernen {number}",
104
+ "customProperty.removeRule": "Regel {number} entfernen",
105
105
  "customProperty.addFilter": "Benutzerdefinierte Eigenschaft filter hinzufügen",
106
106
  "customProperty.retiredName": "RETIRED: {name}",
107
107
  "customProperty.notSet": "Nicht gesetzt",
108
- "operator.isSet": "Ist eingestellt",
109
- "operator.isNotSet": "Wird nicht gesetzt",
110
- "operator.equals": "Gleiche",
111
- "operator.doesNotEqual": "Nicht gleich",
112
- "operator.isGreaterThanOrEqual": "Ist größer oder gleich",
113
- "operator.isLessThanOrEqual": "Ist kleiner oder gleich",
108
+ "operator.isSet": "ist belegt",
109
+ "operator.isNotSet": "ist nicht belegt",
110
+ "operator.equals": "ist gleich",
111
+ "operator.doesNotEqual": "ist nicht gleich",
112
+ "operator.isGreaterThanOrEqual": "ist größer oder gleich",
113
+ "operator.isLessThanOrEqual": "ist kleiner oder gleich",
114
114
  "operator.isOnOrAfter": "Ist an oder nach",
115
115
  "operator.isOnOrBefore": "Ist auf oder vor",
116
- "operator.is": "I",
117
- "operator.isNot": "nicht",
118
- "operator.contains": "Enthält",
119
- "operator.doesNotContain": "nicht enthalten",
116
+ "operator.is": "ist",
117
+ "operator.isNot": "ist nicht",
118
+ "operator.contains": "enthält",
119
+ "operator.doesNotContain": "enthält nicht",
120
120
  "iconSelect.notSet": "Nicht gesetzt",
121
121
  "richSelect.placeholder": "Bitte wählen Sie eine Option"
122
122
  }
@@ -1,20 +1,20 @@
1
1
  {
2
- "AND": "お問い合わせ",
3
- "OR": "お問い合わせ",
2
+ "AND": "AND",
3
+ "OR": "OR",
4
4
  "create": "ダウンロード",
5
5
  "edit": "編集",
6
6
  "save": "保存する",
7
7
  "saveAndClose": "保存&クローズ",
8
8
  "cancel": "キャンセル",
9
9
  "delete": "削除",
10
- "apply": "お問い合わせ",
11
- "new": "ニュース",
10
+ "apply": "適用",
11
+ "new": "新規",
12
12
  "notSet": "セットなし",
13
- "errors.hasNonAlphaName": "名前は、ラテン文字(a-z)と非先頭の数値文字のみを含むことができます。",
13
+ "errors.hasNonAlphaName": "The name can only contain Latin alphabetical characters (a-z) and non-leading numeric characters.",
14
14
  "settings.noCurrentValue": "現在の値はありません",
15
15
  "settings.default": "デフォルト",
16
16
  "settings.edit": "編集",
17
- "settings.settingLoading": "ログイン",
17
+ "settings.settingLoading": "読み込み中",
18
18
  "settings.finishEditing": "終わりの編集",
19
19
  "settings.valueFor": "{name} を設定するための値",
20
20
  "actionList.save": "保存する",
@@ -45,22 +45,22 @@
45
45
  "customProperties.retired": "リティレッド",
46
46
  "customProperties.ctx": "コンテンツ",
47
47
  "customProperties.ctx.addContext": "コンテキスト {value} を追加",
48
- "customProperties.weight": "注文の重量",
49
- "customProperties.type": "タイプ:",
50
- "customProperties.internalFalse": "パブリック",
51
- "customProperties.internalNote": "内部注記",
52
- "customProperties.internalTrue": "インテリア",
53
- "customProperties.publicNote": "パブリックノート",
54
- "customProperties.name": "お名前 (必須)",
55
- "customProperties.description": "コンテンツ",
48
+ "customProperties.weight": "順番の重みづけ",
49
+ "customProperties.type": "",
50
+ "customProperties.internalFalse": "公開",
51
+ "customProperties.internalNote": "内部ノート",
52
+ "customProperties.internalTrue": "内部",
53
+ "customProperties.publicNote": "公開ノート",
54
+ "customProperties.name": "名称",
55
+ "customProperties.description": "説明",
56
56
  "customProperties.category": "カテゴリー",
57
- "customProperties.defaultVisibility": "デフォルト可視性",
57
+ "customProperties.defaultVisibility": "デフォルトの表示(visibility))",
58
58
  "customProperties.noCtxFound": "一致するコンテキストが見つかりません",
59
59
  "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyBlob": "ブロブ",
60
60
  "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyBoolean": "ボオラン",
61
61
  "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyContainer": "コンテナ",
62
- "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyDecimal": "スケジュール",
63
- "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyInteger": "インテガー",
62
+ "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyDecimal": "小数(dicimal)",
63
+ "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyInteger": "整数(integer)",
64
64
  "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyRefdata": "参考文献",
65
65
  "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyRefdataDefinition": "Refdata 定義",
66
66
  "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyText": "テキスト",
@@ -71,31 +71,31 @@
71
71
  "customPropertiesSettings.deleteCustomProperty.errorMessage": "<strong>Error: {label}</strong> は削除されません。 お問い合わせ",
72
72
  "customProperties.primaryProperties": "主な特性",
73
73
  "customProperties.optionalProperties": "オプションのプロパティ",
74
- "customProperties.addProperty": "Add プロパティ",
74
+ "customProperties.addProperty": "プロパティを追加",
75
75
  "customProperties.ctx.title": "カスタムプロパティ({ctx})",
76
- "customProperty.optionalPropertyHeader": "プロパティ {number}",
76
+ "customProperty.optionalPropertyHeader": "Property {number}",
77
77
  "customProperty.remove": "プロパティの削除 {number}",
78
78
  "customProperty.newModal": "新しいカスタムプロパティ",
79
79
  "customProperty.editModal": "カスタムプロパティの編集",
80
80
  "search": "アクセス",
81
- "yes": "お問い合わせ",
82
- "no": "なし",
83
- "errors.invalidNumber": "有効な番号を入力してください",
81
+ "yes": "はい",
82
+ "no": "いいえ",
83
+ "errors.invalidNumber": "Please enter a valid number to continue",
84
84
  "errors.primaryRetired": "カスタムプロパティは、プライマリとリタイドの両方にすることはできません",
85
- "errors.customPropertyNoteInvalidNumber": "ノートを保存するために有効な番号を入力してください",
86
- "errors.customPropertyInvalidNumber": "有効な番号を入力してください",
87
- "errors.customPropertyNoteWithoutValue": "メモを保存するために値を設定する必要があります",
88
- "errors.customPropertyValueNotInRange": "続行するには、範囲{min}から{max}に全番号を入力してください",
89
- "errors.customPropertyDecimalValueNotInRange": "続行するには、範囲{min}{max}の数字を入力してください",
90
- "errors.customPropertyMaxTwoDecimals": "定員2名までご入力ください。",
91
- "customProperty": "カスタムプロパティ",
92
- "customProperty.name": "お名前 (必須)",
93
- "customProperty.value": "バリュー",
94
- "customProperty.internalNote": "内部注記",
85
+ "errors.customPropertyNoteInvalidNumber": "A valid number must be entered in order to save a note",
86
+ "errors.customPropertyInvalidNumber": "Please enter a valid number to continue",
87
+ "errors.customPropertyNoteWithoutValue": "A value must be set in order to save a note",
88
+ "errors.customPropertyValueNotInRange": "Please enter a whole number in the range {min} to {max} to continue",
89
+ "errors.customPropertyDecimalValueNotInRange": "Please enter a number in the range {min} to {max} to continue",
90
+ "errors.customPropertyMaxTwoDecimals": "Please enter a number with a maximum of 2 decimals places",
91
+ "customProperty": "Custom property",
92
+ "customProperty.name": "名称",
93
+ "customProperty.value": "",
94
+ "customProperty.internalNote": "内部ノート",
95
95
  "customProperty.visibility": "可視性",
96
- "customProperty.publicNote": "パブリックノート",
97
- "customProperty.internalTrue": "インテリア",
98
- "customProperty.internalFalse": "パブリック",
96
+ "customProperty.publicNote": "公開ノート",
97
+ "customProperty.internalTrue": "内部",
98
+ "customProperty.internalFalse": "公開",
99
99
  "customProperty.filtersApplied": "{count} カスタム プロパティ フィルタ 応用",
100
100
  "customProperty.editCustomPropertyFilters": "カスタムプロパティフィルタの編集",
101
101
  "customProperty.filterBuilder": "カスタム プロパティ フィルター ビルダー",
@@ -105,18 +105,18 @@
105
105
  "customProperty.addFilter": "カスタム プロパティ フィルターを追加",
106
106
  "customProperty.retiredName": "よくある質問",
107
107
  "customProperty.notSet": "セットなし",
108
- "operator.isSet": "セット",
109
- "operator.isNotSet": "設定されていない",
110
- "operator.equals": "エコール",
111
- "operator.doesNotEqual": "等しくない",
112
- "operator.isGreaterThanOrEqual": "より大きいか等しいです",
113
- "operator.isLessThanOrEqual": "または等しくない",
108
+ "operator.isSet": "is set",
109
+ "operator.isNotSet": "が設定されていません",
110
+ "operator.equals": "equals",
111
+ "operator.doesNotEqual": "does not equal",
112
+ "operator.isGreaterThanOrEqual": "is greater than or equals",
113
+ "operator.isLessThanOrEqual": "is less than or equals",
114
114
  "operator.isOnOrAfter": "以降",
115
115
  "operator.isOnOrBefore": "または前に",
116
- "operator.is": "です。",
117
- "operator.isNot": "ない",
118
- "operator.contains": "コンテンツ",
119
- "operator.doesNotContain": "含まない",
116
+ "operator.is": "is",
117
+ "operator.isNot": "is not",
118
+ "operator.contains": "contains",
119
+ "operator.doesNotContain": "does not contain",
120
120
  "iconSelect.notSet": "セットなし",
121
121
  "richSelect.placeholder": "オプションを選択してください"
122
122
  }
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "AND": "그리고",
3
- "OR": "이름 *",
3
+ "OR": "또는",
4
4
  "create": "이름 *",
5
5
  "edit": "제품정보",
6
6
  "save": "제품 정보",
7
7
  "saveAndClose": "저장 및 닫기",
8
- "cancel": "이름 *",
9
- "delete": "기타 제품",
10
- "apply": "지원하다",
8
+ "cancel": "취소",
9
+ "delete": "삭제",
10
+ "apply": "적용",
11
11
  "new": "으로",
12
12
  "notSet": "설정하기",
13
- "errors.hasNonAlphaName": "이름은 라틴 알파벳 문자 (a-z) 최고의 숫자 문자 만 포함 할 수 있습니다.",
13
+ "errors.hasNonAlphaName": "이름에는 라틴어 알파벳 문자(a-z) 숫자만 포함될 수 있습니다.",
14
14
  "settings.noCurrentValue": "현재 값 없음",
15
15
  "settings.default": "기본 정보",
16
16
  "settings.edit": "제품정보",
@@ -18,17 +18,17 @@
18
18
  "settings.finishEditing": "끝 편집",
19
19
  "settings.valueFor": "설정 값 {name}",
20
20
  "actionList.save": "제품 정보",
21
- "actionList.cancel": "이름 *",
21
+ "actionList.cancel": "취소",
22
22
  "actionList.create": "이름 *",
23
- "actionList.actions": "기타",
23
+ "actionList.actions": "작업",
24
24
  "editableRefdataList.deleteRefdataValue": "refdata 값 삭제",
25
25
  "editableRefdataList.deleteRefdataValue.confirmMessage": "<strong>{name}</strong>은 삭제됩니다.",
26
26
  "editableRefdataList.deleteRefdataValue.errorMessage": "<strong>Error: {label}</strong>은 삭제되지 않았습니다. 이름 *",
27
- "editableRefdataList.label": "제품정보",
27
+ "editableRefdataList.label": "레이블",
28
28
  "editableRefdataList.value": "주요 특징",
29
29
  "editableRefdataList.editAriaLabel": "편집 값 {label}",
30
30
  "editableRefdataList.deleteAriaLabel": "값 삭제 {label}",
31
- "editableRefdataCategoryList.refdataCategory": "(주)",
31
+ "editableRefdataCategoryList.refdataCategory": "카테고리",
32
32
  "editableRefdataCategoryList.noOfValues": "# 값",
33
33
  "editableRefdataCategoryList.refdataCategories": "5개",
34
34
  "editableRefdataCategoryList.deleteAriaLabel": "값 삭제 {label}",
@@ -40,82 +40,82 @@
40
40
  "customProperties": "공급 능력",
41
41
  "customProperties.all": "모든 것",
42
42
  "customProperties.none": "이름 *",
43
- "customProperties.label": "제품정보",
43
+ "customProperties.label": "레이블",
44
44
  "customProperties.primary": "(주)",
45
45
  "customProperties.retired": "전체장편",
46
46
  "customProperties.ctx": "설정하기",
47
47
  "customProperties.ctx.addContext": "context {value} 추가",
48
- "customProperties.weight": "주문 무게",
49
- "customProperties.type": "제품정보",
50
- "customProperties.internalFalse": "한국어",
51
- "customProperties.internalNote": "내부 메모",
52
- "customProperties.internalTrue": "내 계정",
53
- "customProperties.publicNote": "회사연혁",
54
- "customProperties.name": "이름 *",
55
- "customProperties.description": "제품 설명",
48
+ "customProperties.weight": "순서 가중치",
49
+ "customProperties.type": "유형",
50
+ "customProperties.internalFalse": "공개용",
51
+ "customProperties.internalNote": "내부용 메모",
52
+ "customProperties.internalTrue": "내부용",
53
+ "customProperties.publicNote": "공개용 메모",
54
+ "customProperties.name": "이름",
55
+ "customProperties.description": "설명",
56
56
  "customProperties.category": "(주)",
57
- "customProperties.defaultVisibility": "기본 가시성",
57
+ "customProperties.defaultVisibility": "기본 출력 (Visibility)",
58
58
  "customProperties.noCtxFound": "일치하는 컨텍스트가 없습니다.",
59
59
  "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyBlob": "브로브",
60
60
  "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyBoolean": "스낵 바",
61
61
  "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyContainer": "회사 소개",
62
- "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyDecimal": "댓글 RSS",
63
- "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyInteger": "팟캐스트",
62
+ "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyDecimal": "십진수",
63
+ "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyInteger": "정수",
64
64
  "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyRefdata": "관련 기사",
65
65
  "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyRefdataDefinition": "Refdata 정의",
66
- "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyText": "이름 *",
66
+ "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyText": "텍스트",
67
67
  "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyLocalDate": "(주)",
68
68
  "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyMultiRefdata": "Refdata (다 선택)",
69
69
  "customProperties.delete.confirmHeading": "사용자 정의 속성",
70
- "customProperties.delete.confirmMessage": "<strong>{name}</strong>은 <strong>deleted</strong>일 것입니다.",
70
+ "customProperties.delete.confirmMessage": "<strong> {name} </strong> 이 (가) <strong> 삭제됩니다 </strong> .",
71
71
  "customPropertiesSettings.deleteCustomProperty.errorMessage": "<strong>Error: {label}</strong>은 삭제되지 않았습니다. 이름 *",
72
72
  "customProperties.primaryProperties": "주요 속성",
73
73
  "customProperties.optionalProperties": "옵션 속성",
74
- "customProperties.addProperty": "관련 상품",
74
+ "customProperties.addProperty": "속성 추가",
75
75
  "customProperties.ctx.title": "사용자 정의 속성 ({ctx})",
76
- "customProperty.optionalPropertyHeader": "부동산 {number}",
76
+ "customProperty.optionalPropertyHeader": "속성 {number}",
77
77
  "customProperty.remove": "속성 제거 {number}",
78
78
  "customProperty.newModal": "새로운 사용자 정의 속성",
79
79
  "customProperty.editModal": "사용자 정의 속성",
80
80
  "search": "제품정보",
81
- "yes": "이름 *",
82
- "no": "없음",
83
- "errors.invalidNumber": "자주 묻는 질문",
81
+ "yes": "",
82
+ "no": "아니요",
83
+ "errors.invalidNumber": "계속하려면 유효한 번호를 입력하세요.",
84
84
  "errors.primaryRetired": "사용자 정의 속성은 1 차 및 은퇴 할 수 없습니다",
85
- "errors.customPropertyNoteInvalidNumber": "유효한 번호를 입력해야 합니다.",
86
- "errors.customPropertyInvalidNumber": "자주 묻는 질문",
87
- "errors.customPropertyNoteWithoutValue": "값을 저장하기 위해 설정해야 합니다.",
88
- "errors.customPropertyValueNotInRange": "계속하려면 범위 {min} 전체 번호를 입력하십시오.",
89
- "errors.customPropertyDecimalValueNotInRange": "계속하려면 범위 {min}에서 {max} 번호를 입력하십시오.",
90
- "errors.customPropertyMaxTwoDecimals": "최대 2 소수의 장소에 숫자를 입력하십시오.",
91
- "customProperty": "회사 소개",
92
- "customProperty.name": "이름 *",
93
- "customProperty.value": "가치 (s)",
94
- "customProperty.internalNote": "내부 메모",
85
+ "errors.customPropertyNoteInvalidNumber": "메모를 저장하려면 유효한 번호를 입력해야합니다.",
86
+ "errors.customPropertyInvalidNumber": "계속하려면 유효한 번호를 입력하세요.",
87
+ "errors.customPropertyNoteWithoutValue": "메모를 저장하려면 값을 설정해야합니다.",
88
+ "errors.customPropertyValueNotInRange": "계속하려면 {max} {min} 에서 {max} 의 정수를 입력하십시오.",
89
+ "errors.customPropertyDecimalValueNotInRange": "계속하려면 {max} {min} 에서 {max} 숫자를 입력하십시오.",
90
+ "errors.customPropertyMaxTwoDecimals": "소수점 이하 2 자리까지의 숫자를 입력하세요.",
91
+ "customProperty": "사용자 지정 속성",
92
+ "customProperty.name": "이름",
93
+ "customProperty.value": "",
94
+ "customProperty.internalNote": "내부용 메모",
95
95
  "customProperty.visibility": "제품정보",
96
- "customProperty.publicNote": "회사연혁",
97
- "customProperty.internalTrue": "내 계정",
98
- "customProperty.internalFalse": "한국어",
96
+ "customProperty.publicNote": "공개용 메모",
97
+ "customProperty.internalTrue": "내부용",
98
+ "customProperty.internalFalse": "공개용",
99
99
  "customProperty.filtersApplied": "{count} 사용자 정의 속성 필터 적용",
100
100
  "customProperty.editCustomPropertyFilters": "사용자 정의 속성 필터",
101
101
  "customProperty.filterBuilder": "사용자 정의 속성 필터 빌더",
102
102
  "customProperty.filterIndex": "사용자 정의 속성 필터 {index}",
103
103
  "customProperty.removeFilter": "사용자 정의 속성 필터 제거 {number}",
104
- "customProperty.removeRule": "규칙 제거 {number}",
104
+ "customProperty.removeRule": "{number} 규칙 제거",
105
105
  "customProperty.addFilter": "사용자 정의 속성 필터 추가",
106
106
  "customProperty.retiredName": "이름 *",
107
107
  "customProperty.notSet": "설정하기",
108
108
  "operator.isSet": "설정",
109
109
  "operator.isNotSet": "설정되지 않음",
110
- "operator.equals": "이름 *",
111
- "operator.doesNotEqual": "동일하지 않음",
112
- "operator.isGreaterThanOrEqual": " 크거나 동등하다",
113
- "operator.isLessThanOrEqual": " 적은 또는 동등한 것",
110
+ "operator.equals": "같음",
111
+ "operator.doesNotEqual": "같지 않음",
112
+ "operator.isGreaterThanOrEqual": "보다 크거나 같음",
113
+ "operator.isLessThanOrEqual": "보다 작거나 같음",
114
114
  "operator.isOnOrAfter": "에 또는 후",
115
115
  "operator.isOnOrBefore": "또는 전에",
116
- "operator.is": "이름 *",
117
- "operator.isNot": "아니다.",
118
- "operator.contains": "제품정보",
116
+ "operator.is": "이다",
117
+ "operator.isNot": "아니다",
118
+ "operator.contains": "포함",
119
119
  "operator.doesNotContain": "포함되지 않음",
120
120
  "iconSelect.notSet": "설정하기",
121
121
  "richSelect.placeholder": "옵션 선택"