@k-int/stripes-kint-components 2.8.3 → 2.8.5
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.
- package/CHANGELOG.md +6 -0
- package/es/artifacts/coverage-jest/lcov-report/block-navigation.js +6 -19
- package/es/artifacts/coverage-jest/lcov-report/prettify.js +2 -182
- package/es/artifacts/coverage-jest/lcov-report/sorter.js +64 -94
- package/es/index.js +0 -27
- package/es/lib/ActionList/ActionList.js +18 -38
- package/es/lib/ActionList/ActionListFieldArray.js +57 -112
- package/es/lib/ActionList/index.js +0 -2
- package/es/lib/CustomProperties/Config/CustomPropertiesLookup.js +32 -63
- package/es/lib/CustomProperties/Config/CustomPropertiesLookup.test.js +2 -13
- package/es/lib/CustomProperties/Config/CustomPropertiesSettings.js +89 -138
- package/es/lib/CustomProperties/Config/CustomPropertiesSettings.test.js +3 -22
- package/es/lib/CustomProperties/Config/CustomPropertyForm.js +14 -50
- package/es/lib/CustomProperties/Config/CustomPropertyForm.test.js +17 -34
- package/es/lib/CustomProperties/Config/CustomPropertyView.js +3 -12
- package/es/lib/CustomProperties/Config/CustomPropertyView.test.js +1 -26
- package/es/lib/CustomProperties/Config/index.js +0 -5
- package/es/lib/CustomProperties/Edit/CustomPropertiesEdit.js +6 -12
- package/es/lib/CustomProperties/Edit/CustomPropertiesEdit.test.js +1 -13
- package/es/lib/CustomProperties/Edit/CustomPropertiesEditCtx.js +24 -39
- package/es/lib/CustomProperties/Edit/CustomPropertiesEditCtx.test.js +1 -13
- package/es/lib/CustomProperties/Edit/CustomPropertiesListField.js +25 -69
- package/es/lib/CustomProperties/Edit/CustomPropertiesListField.test.js +3 -23
- package/es/lib/CustomProperties/Edit/CustomPropertyField.js +26 -77
- package/es/lib/CustomProperties/Edit/CustomPropertyField.test.js +6 -33
- package/es/lib/CustomProperties/Edit/CustomPropertyFormCard.js +19 -33
- package/es/lib/CustomProperties/Edit/CustomPropertyFormCard.test.js +3 -14
- package/es/lib/CustomProperties/Edit/index.js +0 -6
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilter.js +33 -70
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilter.test.js +2 -18
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterField.js +14 -44
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterField.test.js +1 -10
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterFieldArray.js +4 -23
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterFieldArray.test.js +2 -19
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterForm.js +8 -22
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterForm.test.js +2 -20
- package/es/lib/CustomProperties/Filter/CustomPropertiesRule.js +9 -27
- package/es/lib/CustomProperties/Filter/CustomPropertiesRule.test.js +1 -32
- package/es/lib/CustomProperties/Filter/index.js +0 -7
- package/es/lib/CustomProperties/Filter/useOperators.js +5 -21
- package/es/lib/CustomProperties/Filter/useParseActiveFilterStrings.js +3 -15
- package/es/lib/CustomProperties/Filter/useValueProps.js +5 -20
- package/es/lib/CustomProperties/View/CustomPropertiesView.js +6 -12
- package/es/lib/CustomProperties/View/CustomPropertiesView.test.js +1 -10
- package/es/lib/CustomProperties/View/CustomPropertiesViewCtx.js +43 -65
- package/es/lib/CustomProperties/View/CustomPropertiesViewCtx.test.js +1 -13
- package/es/lib/CustomProperties/View/CustomPropertyCard.js +10 -38
- package/es/lib/CustomProperties/View/index.js +0 -4
- package/es/lib/CustomProperties/index.js +0 -4
- package/es/lib/CycleButton/CycleButton.js +8 -33
- package/es/lib/CycleButton/index.js +0 -2
- package/es/lib/EditableRefdataCategoryList/EditableRefdataCategoryList.js +85 -131
- package/es/lib/EditableRefdataCategoryList/index.js +0 -2
- package/es/lib/EditableRefdataList/EditableRefdataList.js +90 -139
- package/es/lib/EditableRefdataList/index.js +0 -2
- package/es/lib/EditableSettingsList/EditableSettingsList.js +3 -13
- package/es/lib/EditableSettingsList/EditableSettingsListFieldArray.js +2 -15
- package/es/lib/EditableSettingsList/EditableSettingsListFieldArray.test.js +4 -19
- package/es/lib/EditableSettingsList/SettingField/EditSettingValue.js +3 -25
- package/es/lib/EditableSettingsList/SettingField/EditSettingValue.test.js +19 -26
- package/es/lib/EditableSettingsList/SettingField/RenderSettingValue.js +2 -20
- package/es/lib/EditableSettingsList/SettingField/RenderSettingValue.test.js +14 -35
- package/es/lib/EditableSettingsList/SettingField/SettingField.js +15 -51
- package/es/lib/EditableSettingsList/SettingField/SettingField.test.js +6 -31
- package/es/lib/EditableSettingsList/SettingField/index.js +0 -4
- package/es/lib/EditableSettingsList/index.js +0 -4
- package/es/lib/FormModal/FormModal.js +14 -34
- package/es/lib/FormModal/index.js +0 -2
- package/es/lib/IconSelect/IconSelect.js +29 -67
- package/es/lib/IconSelect/index.js +0 -2
- package/es/lib/NoResultsMessage/NoResultsMessage.js +13 -22
- package/es/lib/NoResultsMessage/index.js +0 -2
- package/es/lib/QueryTypedown/QueryTypedown.js +9 -36
- package/es/lib/QueryTypedown/index.js +0 -2
- package/es/lib/RefdataButtons/RefdataButtons.js +5 -24
- package/es/lib/RefdataButtons/index.js +0 -2
- package/es/lib/RichSelect/RichSelect.js +39 -67
- package/es/lib/RichSelect/index.js +0 -3
- package/es/lib/RichSelect/useSelectedOption.js +3 -14
- package/es/lib/SASQLookupComponent/SASQLookupComponent.js +36 -80
- package/es/lib/SASQLookupComponent/TableBody/TableBody.js +16 -29
- package/es/lib/SASQLookupComponent/TableBody/index.js +0 -2
- package/es/lib/SASQLookupComponent/index.js +0 -3
- package/es/lib/SASQRoute/SASQRoute.js +6 -23
- package/es/lib/SASQRoute/index.js +0 -2
- package/es/lib/SASQViewComponent/SASQViewComponent.js +17 -36
- package/es/lib/SASQViewComponent/index.js +0 -2
- package/es/lib/SearchField/SearchField.js +1 -17
- package/es/lib/SearchField/index.js +0 -2
- package/es/lib/SettingPage/SettingPage.js +6 -21
- package/es/lib/SettingPage/SettingPagePane.js +2 -17
- package/es/lib/SettingPage/index.js +0 -3
- package/es/lib/Typedown/Typedown.js +51 -82
- package/es/lib/Typedown/index.js +0 -2
- package/es/lib/contexts/SettingsContext.js +0 -2
- package/es/lib/contexts/index.js +0 -2
- package/es/lib/hooks/index.js +0 -16
- package/es/lib/hooks/settingsHooks/index.js +0 -4
- package/es/lib/hooks/settingsHooks/useAppSettings.js +6 -27
- package/es/lib/hooks/settingsHooks/useSettingSection.js +10 -20
- package/es/lib/hooks/settingsHooks/useSettings.js +10 -43
- package/es/lib/hooks/typedownHooks/index.js +0 -4
- package/es/lib/hooks/typedownHooks/useTypedown.js +17 -37
- package/es/lib/hooks/typedownHooks/useTypedownData.js +12 -26
- package/es/lib/hooks/typedownHooks/useTypedownToggle.js +5 -19
- package/es/lib/hooks/useActiveElement.js +3 -15
- package/es/lib/hooks/useAvailableCustomProperties.js +3 -22
- package/es/lib/hooks/useCustomProperties.js +11 -25
- package/es/lib/hooks/useHelperApp.js +7 -30
- package/es/lib/hooks/useInvalidateRefdata.js +0 -4
- package/es/lib/hooks/useKiwtFieldArray.js +5 -29
- package/es/lib/hooks/useKiwtSASQuery.js +12 -37
- package/es/lib/hooks/useLocalStorageState.js +5 -21
- package/es/lib/hooks/useMutateCustomProperties.js +11 -28
- package/es/lib/hooks/useMutateRefdataCategory.js +9 -29
- package/es/lib/hooks/useMutateRefdataValue.js +10 -27
- package/es/lib/hooks/useQIndex.js +3 -27
- package/es/lib/hooks/useRefdata.js +7 -16
- package/es/lib/hooks/useTemplates.js +6 -17
- package/es/lib/utils/buildUrl.js +1 -10
- package/es/lib/utils/generateKiwtQuery.js +0 -4
- package/es/lib/utils/generateKiwtQueryParams.js +24 -62
- package/es/lib/utils/groupCustomPropertiesByCtx.js +0 -14
- package/es/lib/utils/highlightString.js +6 -23
- package/es/lib/utils/index.js +0 -15
- package/es/lib/utils/matchString.js +0 -6
- package/es/lib/utils/parseErrorResponse.js +2 -24
- package/es/lib/utils/refdataQueryKey.js +0 -4
- package/es/lib/utils/renderHelpText.js +0 -7
- package/es/lib/utils/selectorSafe.js +0 -2
- package/es/lib/utils/sortByLabel.js +0 -6
- package/es/lib/utils/toCamelCase.js +6 -5
- package/es/lib/utils/typedownQueryKey.js +0 -4
- package/es/lib/utils/validators.js +4 -35
- package/junit.xml +151 -151
- package/package.json +1 -1
- package/src/artifacts/coverage-jest/lcov-report/ActionList/ActionList.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/ActionList/ActionListFieldArray.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/ActionList/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/ActionList/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertiesLookup.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertiesSettings.js.html +4 -4
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertyForm.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertyView.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/index.html +5 -5
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/testResources.js.html +793 -0
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesEdit.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesEditCtx.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesListField.js.html +6 -9
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertyField.js.html +29 -92
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertyFormCard.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/index.html +24 -24
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/testResources.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilter.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterField.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterFieldArray.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterForm.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesRule.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/testResources.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useOperators.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useParseActiveFilterStrings.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useValueProps.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertiesView.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertiesViewCtx.js.html +17 -17
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertyCard.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/index.html +15 -15
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/testResources.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CycleButton/CycleButton.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CycleButton/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CycleButton/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/EditableRefdataCategoryList.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/EditableRefdataList.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/EditableSettingsList.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/EditableSettingsListFieldArray.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/EditSettingValue.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/RenderSettingValue.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/SettingField.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/FormModal/FormModal.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/FormModal/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/FormModal/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/FormattedKintMessage.js.html +3 -3
- package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/IconSelect/IconSelect.js.html +28 -22
- package/src/artifacts/coverage-jest/lcov-report/IconSelect/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/IconSelect/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/NoResultsMessage.js.html +2 -2
- package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/QueryTypedown.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/RefdataButtons.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/ResponsiveButtonGroup.js.html +535 -0
- package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/index.html +146 -0
- package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/index.js.html +88 -0
- package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/useResponsiveButtonGroupSizing.js.html +253 -0
- package/src/artifacts/coverage-jest/lcov-report/RichSelect/RichSelect.js.html +5 -2
- package/src/artifacts/coverage-jest/lcov-report/RichSelect/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/RichSelect/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/RichSelect/useSelectedOption.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/SASQLookupComponent.js.html +99 -12
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/TableBody.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/index.html +9 -9
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQRoute/SASQRoute.js.html +53 -8
- package/src/artifacts/coverage-jest/lcov-report/SASQRoute/index.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/SASQRoute/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/SASQViewComponent.js.html +65 -11
- package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/index.html +9 -9
- package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SearchField/SearchField.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SearchField/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SearchField/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SettingPage/SettingPage.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SettingPage/SettingPagePane.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SettingPage/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SettingPage/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/Typedown/Typedown.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/Typedown/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/Typedown/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/constants/customProperties.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/constants/eventCodes.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/constants/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/contexts/SettingsContext.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/contexts/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/contexts/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/index.html +24 -9
- package/src/artifacts/coverage-jest/lcov-report/hooks/index.js.html +5 -2
- package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useAppSettings.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useSettingSection.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useSettings.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedown.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedownData.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedownToggle.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useActiveElement.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useAvailableCustomProperties.js.html +205 -0
- package/src/artifacts/coverage-jest/lcov-report/hooks/useCustomProperties.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useHelperApp.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useIntlKey.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useIntlKeyStore.js.html +3 -3
- package/src/artifacts/coverage-jest/lcov-report/hooks/useInvalidateRefdata.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useKintIntl.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useKiwtFieldArray.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useKiwtSASQuery.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useLocalStorageState.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateCustomProperties.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateRefdataCategory.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateRefdataValue.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useQIndex.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useRefdata.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useSASQQueryMeta.js.html +187 -0
- package/src/artifacts/coverage-jest/lcov-report/hooks/useTemplates.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/index.html +74 -59
- package/src/artifacts/coverage-jest/lcov-report/utils/buildUrl.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/utils/generateKiwtQuery.js.html +9 -9
- package/src/artifacts/coverage-jest/lcov-report/utils/generateKiwtQueryParams.js.html +63 -21
- package/src/artifacts/coverage-jest/lcov-report/utils/groupCustomPropertiesByCtx.js.html +2 -2
- package/src/artifacts/coverage-jest/lcov-report/utils/highlightString.js.html +3 -3
- package/src/artifacts/coverage-jest/lcov-report/utils/index.html +33 -33
- package/src/artifacts/coverage-jest/lcov-report/utils/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/utils/matchString.js.html +2 -2
- package/src/artifacts/coverage-jest/lcov-report/utils/parseErrorResponse.js.html +2 -2
- package/src/artifacts/coverage-jest/lcov-report/utils/refdataOptions.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/utils/refdataQueryKey.js.html +2 -2
- package/src/artifacts/coverage-jest/lcov-report/utils/renderHelpText.js.html +166 -0
- package/src/artifacts/coverage-jest/lcov-report/utils/selectorSafe.js.html +2 -2
- package/src/artifacts/coverage-jest/lcov-report/utils/sortByLabel.js.html +2 -2
- package/src/artifacts/coverage-jest/lcov-report/utils/toCamelCase.js.html +2 -2
- package/src/artifacts/coverage-jest/lcov-report/utils/typedownQueryKey.js.html +2 -2
- package/src/artifacts/coverage-jest/lcov-report/utils/validators.js.html +39 -39
- package/src/artifacts/coverage-jest/lcov.info +755 -537
- package/src/lib/CustomProperties/Edit/CustomPropertiesListField.js +0 -1
- package/src/lib/utils/parseErrorResponse.js +1 -1
- package/translate.sh +4 -0
- package/translations/stripes-kint-components/ar.json +12 -12
- package/translations/stripes-kint-components/cs_CZ.json +4 -4
- package/translations/stripes-kint-components/de.json +41 -41
- package/translations/stripes-kint-components/en_GB.json +1 -0
- package/translations/stripes-kint-components/en_SE.json +1 -0
- package/translations/stripes-kint-components/es_419.json +122 -0
- package/translations/stripes-kint-components/es_ES.json +122 -0
- package/translations/stripes-kint-components/fr.json +105 -1
- package/translations/stripes-kint-components/fr_FR.json +105 -0
- package/translations/stripes-kint-components/hu.json +12 -12
- package/translations/stripes-kint-components/it_IT.json +6 -6
- package/translations/stripes-kint-components/ja.json +43 -43
- package/translations/stripes-kint-components/ko.json +49 -49
- package/translations/stripes-kint-components/pt_PT.json +6 -6
- package/translations/stripes-kint-components/ru.json +1 -1
- package/translations/stripes-kint-components/sv.json +7 -7
- package/translations/stripes-kint-components/zh_TW.json +122 -0
- package/yarn-error.log +147 -0
|
@@ -1 +1,105 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"AND": "ET",
|
|
3
|
+
"OR": "OU",
|
|
4
|
+
"create": "Créer",
|
|
5
|
+
"edit": "Edit",
|
|
6
|
+
"save": "Save",
|
|
7
|
+
"cancel": "Annuler",
|
|
8
|
+
"delete": "Supprimer",
|
|
9
|
+
"apply": "Appliquer",
|
|
10
|
+
"notSet": "Pas réglé",
|
|
11
|
+
"errors.hasNonAlphaName": "Le nom ne peut contenir que des caractères alphabétiques latins (a-z) et des caractères numériques non dominants.",
|
|
12
|
+
"settings.noCurrentValue": "Aucune valeur courante",
|
|
13
|
+
"settings.default": "default",
|
|
14
|
+
"settings.edit": "Edit",
|
|
15
|
+
"settings.settingLoading": "Chargement",
|
|
16
|
+
"settings.finishEditing": "Terminer l ' édition",
|
|
17
|
+
"settings.valueFor": "Valeur pour le réglage {name}",
|
|
18
|
+
"actionList.save": "Save",
|
|
19
|
+
"actionList.cancel": "Annuler",
|
|
20
|
+
"actionList.create": "Créer",
|
|
21
|
+
"actionList.actions": "Mesures à prendre",
|
|
22
|
+
"editableRefdataList.edit": "Edit",
|
|
23
|
+
"editableRefdataList.delete": "Supprimer",
|
|
24
|
+
"editableRefdataList.label": "Label",
|
|
25
|
+
"editableRefdataList.value": "Valeur",
|
|
26
|
+
"sasqLookupComponent.mainPane.found": "{total} records found",
|
|
27
|
+
"noResultsMessage.showFilters": "Afficher les filtres",
|
|
28
|
+
"customProperties": "Propriétés personnalisées",
|
|
29
|
+
"customProperties.all": "Tout",
|
|
30
|
+
"customProperties.none": "None",
|
|
31
|
+
"customProperties.label": "Label",
|
|
32
|
+
"customProperties.primary": "Primaire",
|
|
33
|
+
"customProperties.retired": "Retraite",
|
|
34
|
+
"customProperties.ctx": "Contexte",
|
|
35
|
+
"customProperties.ctx.addContext": "Ajouter le contexte {value}",
|
|
36
|
+
"customProperties.weight": "Poids de commande",
|
|
37
|
+
"customProperties.type": "Type",
|
|
38
|
+
"customProperties.internalFalse": "Public",
|
|
39
|
+
"customProperties.internalNote": "Note interne",
|
|
40
|
+
"customProperties.internalTrue": "Interne",
|
|
41
|
+
"customProperties.publicNote": "Note publique",
|
|
42
|
+
"customProperties.name": "Nom",
|
|
43
|
+
"customProperties.description": "Description",
|
|
44
|
+
"customProperties.category": "Picklist",
|
|
45
|
+
"customProperties.defaultVisibility": "Visibilité par défaut",
|
|
46
|
+
"customProperties.noCtxFound": "Aucun contexte correspondant n'a été trouvé",
|
|
47
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyBlob": "Blob",
|
|
48
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyBoolean": "Boolean",
|
|
49
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyContainer": "Conteneur",
|
|
50
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyDecimal": "Decimal",
|
|
51
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyInteger": "Integer",
|
|
52
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyRefdata": "Refdata",
|
|
53
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyRefdataDefinition": "Définition des données",
|
|
54
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyText": "Texte",
|
|
55
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyLocalDate": "Date",
|
|
56
|
+
"customProperties.delete.confirmLabel": "Supprimer",
|
|
57
|
+
"customProperties.delete.confirmHeading": "Supprimer la propriété personnalisée",
|
|
58
|
+
"customProperties.delete.confirmMessage": "Propriété personnalisée {name} parlé/strong guérira.",
|
|
59
|
+
"customProperties.primaryProperties": "Propriétés primaires",
|
|
60
|
+
"customProperties.optionalProperties": "Propriétés facultatives",
|
|
61
|
+
"customProperties.addProperty": "Ajouter propriété",
|
|
62
|
+
"customProperties.ctx.title": "Propriétés personnalisées ({ctx})",
|
|
63
|
+
"customProperty.optionalPropertyHeader": "Propriété {number}",
|
|
64
|
+
"customProperty.remove": "Supprimer la propriété {number}",
|
|
65
|
+
"search": "Recherche",
|
|
66
|
+
"yes": "Oui",
|
|
67
|
+
"no": "Non.",
|
|
68
|
+
"errors.invalidNumber": "Veuillez saisir un numéro valide pour continuer",
|
|
69
|
+
"errors.primaryRetired": "Une propriété personnalisée ne peut être à la fois primaire et retraitée",
|
|
70
|
+
"errors.customPropertyNoteInvalidNumber": "Un numéro valide doit être inscrit pour enregistrer une note",
|
|
71
|
+
"errors.customPropertyInvalidNumber": "Veuillez saisir un numéro valide pour continuer",
|
|
72
|
+
"errors.customPropertyNoteWithoutValue": "Une valeur doit être définie pour sauvegarder une note",
|
|
73
|
+
"errors.customPropertyValueNotInRange": "Veuillez entrer un nombre entier dans la gamme {min} à {max} pour continuer",
|
|
74
|
+
"errors.customPropertyDecimalValueNotInRange": "Veuillez entrer un nombre dans la gamme {min} à {max} pour continuer",
|
|
75
|
+
"errors.customPropertyMaxTwoDecimals": "Veuillez entrer un numéro avec un maximum de 2 décimales",
|
|
76
|
+
"customProperty": "Propriété personnalisée",
|
|
77
|
+
"customProperty.name": "Nom",
|
|
78
|
+
"customProperty.value": "Valeur",
|
|
79
|
+
"customProperty.internalNote": "Note interne",
|
|
80
|
+
"customProperty.visibility": "Visibilité",
|
|
81
|
+
"customProperty.publicNote": "Note publique",
|
|
82
|
+
"customProperty.internalTrue": "Interne",
|
|
83
|
+
"customProperty.internalFalse": "Public",
|
|
84
|
+
"customProperty.filtersApplied": "{count} filtres de propriétés personnalisées appliqués",
|
|
85
|
+
"customProperty.editCustomPropertyFilters": "Modifier les filtres de propriété personnalisés",
|
|
86
|
+
"customProperty.filterBuilder": "Fabricant de filtres de propriété personnalisés",
|
|
87
|
+
"customProperty.filterIndex": "Filtre de propriété personnalisée {index}",
|
|
88
|
+
"customProperty.removeFilter": "Supprimer la propriété personnalisée filter {number}",
|
|
89
|
+
"customProperty.removeRule": "Supprimer la règle {number}",
|
|
90
|
+
"customProperty.addFilter": "Ajouter un filtre personnalisé",
|
|
91
|
+
"customProperty.retiredName": "RETIRED: {name}",
|
|
92
|
+
"customProperty.notSet": "Pas réglé",
|
|
93
|
+
"operator.isSet": "Is set",
|
|
94
|
+
"operator.isNotSet": "N'est pas prêt",
|
|
95
|
+
"operator.equals": "Égalité",
|
|
96
|
+
"operator.doesNotEqual": "Ne pas égaler",
|
|
97
|
+
"operator.isGreaterThanOrEqual": "Est supérieur ou égal à",
|
|
98
|
+
"operator.isLessThanOrEqual": "Est inférieur ou égal à",
|
|
99
|
+
"operator.isOnOrAfter": "Est sur ou après",
|
|
100
|
+
"operator.isOnOrBefore": "Est sur ou avant",
|
|
101
|
+
"operator.is": "Est",
|
|
102
|
+
"operator.isNot": "Non.",
|
|
103
|
+
"operator.contains": "Contient",
|
|
104
|
+
"operator.doesNotContain": "Ne contient pas"
|
|
105
|
+
}
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
{
|
|
2
|
+
"AND": "ET",
|
|
3
|
+
"OR": "OU",
|
|
4
|
+
"create": "Créer",
|
|
5
|
+
"edit": "Edit",
|
|
6
|
+
"save": "Save",
|
|
7
|
+
"cancel": "Annuler",
|
|
8
|
+
"delete": "Supprimer",
|
|
9
|
+
"apply": "Appliquer",
|
|
10
|
+
"notSet": "Pas réglé",
|
|
11
|
+
"errors.hasNonAlphaName": "Le nom ne peut contenir que des caractères alphabétiques latins (a-z) et des caractères numériques non dominants.",
|
|
12
|
+
"settings.noCurrentValue": "Aucune valeur courante",
|
|
13
|
+
"settings.default": "default",
|
|
14
|
+
"settings.edit": "Edit",
|
|
15
|
+
"settings.settingLoading": "Chargement",
|
|
16
|
+
"settings.finishEditing": "Terminer l ' édition",
|
|
17
|
+
"settings.valueFor": "Valeur pour le réglage {name}",
|
|
18
|
+
"actionList.save": "Save",
|
|
19
|
+
"actionList.cancel": "Annuler",
|
|
20
|
+
"actionList.create": "Créer",
|
|
21
|
+
"actionList.actions": "Mesures à prendre",
|
|
22
|
+
"editableRefdataList.edit": "Edit",
|
|
23
|
+
"editableRefdataList.delete": "Supprimer",
|
|
24
|
+
"editableRefdataList.label": "Label",
|
|
25
|
+
"editableRefdataList.value": "Valeur",
|
|
26
|
+
"sasqLookupComponent.mainPane.found": "{total} records found",
|
|
27
|
+
"noResultsMessage.showFilters": "Afficher les filtres",
|
|
28
|
+
"customProperties": "Propriétés personnalisées",
|
|
29
|
+
"customProperties.all": "Tout",
|
|
30
|
+
"customProperties.none": "None",
|
|
31
|
+
"customProperties.label": "Label",
|
|
32
|
+
"customProperties.primary": "Primaire",
|
|
33
|
+
"customProperties.retired": "Retraite",
|
|
34
|
+
"customProperties.ctx": "Contexte",
|
|
35
|
+
"customProperties.ctx.addContext": "Ajouter le contexte {value}",
|
|
36
|
+
"customProperties.weight": "Poids de commande",
|
|
37
|
+
"customProperties.type": "Type",
|
|
38
|
+
"customProperties.internalFalse": "Public",
|
|
39
|
+
"customProperties.internalNote": "Note interne",
|
|
40
|
+
"customProperties.internalTrue": "Interne",
|
|
41
|
+
"customProperties.publicNote": "Note publique",
|
|
42
|
+
"customProperties.name": "Nom",
|
|
43
|
+
"customProperties.description": "Description",
|
|
44
|
+
"customProperties.category": "Picklist",
|
|
45
|
+
"customProperties.defaultVisibility": "Visibilité par défaut",
|
|
46
|
+
"customProperties.noCtxFound": "Aucun contexte correspondant n'a été trouvé",
|
|
47
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyBlob": "Blob",
|
|
48
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyBoolean": "Boolean",
|
|
49
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyContainer": "Conteneur",
|
|
50
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyDecimal": "Decimal",
|
|
51
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyInteger": "Integer",
|
|
52
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyRefdata": "Refdata",
|
|
53
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyRefdataDefinition": "Définition des données",
|
|
54
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyText": "Texte",
|
|
55
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyLocalDate": "Date",
|
|
56
|
+
"customProperties.delete.confirmLabel": "Supprimer",
|
|
57
|
+
"customProperties.delete.confirmHeading": "Supprimer la propriété personnalisée",
|
|
58
|
+
"customProperties.delete.confirmMessage": "Propriété personnalisée {name} parlé/strong guérira.",
|
|
59
|
+
"customProperties.primaryProperties": "Propriétés primaires",
|
|
60
|
+
"customProperties.optionalProperties": "Propriétés facultatives",
|
|
61
|
+
"customProperties.addProperty": "Ajouter propriété",
|
|
62
|
+
"customProperties.ctx.title": "Propriétés personnalisées ({ctx})",
|
|
63
|
+
"customProperty.optionalPropertyHeader": "Propriété {number}",
|
|
64
|
+
"customProperty.remove": "Supprimer la propriété {number}",
|
|
65
|
+
"search": "Recherche",
|
|
66
|
+
"yes": "Oui",
|
|
67
|
+
"no": "Non.",
|
|
68
|
+
"errors.invalidNumber": "Veuillez saisir un numéro valide pour continuer",
|
|
69
|
+
"errors.primaryRetired": "Une propriété personnalisée ne peut être à la fois primaire et retraitée",
|
|
70
|
+
"errors.customPropertyNoteInvalidNumber": "Un numéro valide doit être inscrit pour enregistrer une note",
|
|
71
|
+
"errors.customPropertyInvalidNumber": "Veuillez saisir un numéro valide pour continuer",
|
|
72
|
+
"errors.customPropertyNoteWithoutValue": "Une valeur doit être définie pour sauvegarder une note",
|
|
73
|
+
"errors.customPropertyValueNotInRange": "Veuillez entrer un nombre entier dans la gamme {min} à {max} pour continuer",
|
|
74
|
+
"errors.customPropertyDecimalValueNotInRange": "Veuillez entrer un nombre dans la gamme {min} à {max} pour continuer",
|
|
75
|
+
"errors.customPropertyMaxTwoDecimals": "Veuillez entrer un numéro avec un maximum de 2 décimales",
|
|
76
|
+
"customProperty": "Propriété personnalisée",
|
|
77
|
+
"customProperty.name": "Nom",
|
|
78
|
+
"customProperty.value": "Valeur",
|
|
79
|
+
"customProperty.internalNote": "Note interne",
|
|
80
|
+
"customProperty.visibility": "Visibilité",
|
|
81
|
+
"customProperty.publicNote": "Note publique",
|
|
82
|
+
"customProperty.internalTrue": "Interne",
|
|
83
|
+
"customProperty.internalFalse": "Public",
|
|
84
|
+
"customProperty.filtersApplied": "{count} filtres de propriétés personnalisées appliqués",
|
|
85
|
+
"customProperty.editCustomPropertyFilters": "Modifier les filtres de propriété personnalisés",
|
|
86
|
+
"customProperty.filterBuilder": "Fabricant de filtres de propriété personnalisés",
|
|
87
|
+
"customProperty.filterIndex": "Filtre de propriété personnalisée {index}",
|
|
88
|
+
"customProperty.removeFilter": "Supprimer la propriété personnalisée filter {number}",
|
|
89
|
+
"customProperty.removeRule": "Supprimer la règle {number}",
|
|
90
|
+
"customProperty.addFilter": "Ajouter un filtre personnalisé",
|
|
91
|
+
"customProperty.retiredName": "RETIRED: {name}",
|
|
92
|
+
"customProperty.notSet": "Pas réglé",
|
|
93
|
+
"operator.isSet": "Is set",
|
|
94
|
+
"operator.isNotSet": "N'est pas prêt",
|
|
95
|
+
"operator.equals": "Égalité",
|
|
96
|
+
"operator.doesNotEqual": "Ne pas égaler",
|
|
97
|
+
"operator.isGreaterThanOrEqual": "Est supérieur ou égal à",
|
|
98
|
+
"operator.isLessThanOrEqual": "Est inférieur ou égal à",
|
|
99
|
+
"operator.isOnOrAfter": "Est sur ou après",
|
|
100
|
+
"operator.isOnOrBefore": "Est sur ou avant",
|
|
101
|
+
"operator.is": "Est",
|
|
102
|
+
"operator.isNot": "Non.",
|
|
103
|
+
"operator.contains": "Contient",
|
|
104
|
+
"operator.doesNotContain": "Ne contient pas"
|
|
105
|
+
}
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"actionList.create": "Teremtés",
|
|
23
23
|
"actionList.actions": "Akciók",
|
|
24
24
|
"editableRefdataList.deleteRefdataValue": "Törölje a refdata értéket",
|
|
25
|
-
"editableRefdataList.deleteRefdataValue.confirmMessage": "<strong> {name
|
|
26
|
-
"editableRefdataList.deleteRefdataValue.errorMessage": "<strong>Error: {label
|
|
25
|
+
"editableRefdataList.deleteRefdataValue.confirmMessage": "<strong> {name}</strong> törlésre kerül.",
|
|
26
|
+
"editableRefdataList.deleteRefdataValue.errorMessage": "<strong>Error: {label}</strong> nem törölték. {LS}",
|
|
27
27
|
"editableRefdataList.label": "Címke",
|
|
28
28
|
"editableRefdataList.value": "Érték",
|
|
29
29
|
"editableRefdataList.editAriaLabel": "Edit érték {label}",
|
|
@@ -33,9 +33,9 @@
|
|
|
33
33
|
"editableRefdataCategoryList.refdataCategories": "Kategóriák",
|
|
34
34
|
"editableRefdataCategoryList.deleteAriaLabel": "Törlési érték {label}",
|
|
35
35
|
"editableRefdataCategoryList.deleteRefdataCategory": "Törölje a refdata kategóriát",
|
|
36
|
-
"editableRefdataCategoryList.deleteRefdataCategory.confirmMessage": "<strong> {name
|
|
37
|
-
"editableRefdataCategoryList.deleteRefdataCategory.errorMessage": "<strong>Error: {label
|
|
38
|
-
"sasqLookupComponent.mainPane.found": "{
|
|
36
|
+
"editableRefdataCategoryList.deleteRefdataCategory.confirmMessage": "<strong> {name}</strong> törlésre kerül.",
|
|
37
|
+
"editableRefdataCategoryList.deleteRefdataCategory.errorMessage": "<strong>Error: {label}</strong> nem törölték. {LS}",
|
|
38
|
+
"sasqLookupComponent.mainPane.found": "{total} rekordok",
|
|
39
39
|
"noResultsMessage.showFilters": "Mutasd meg a szűrőket",
|
|
40
40
|
"customProperties": "Vám tulajdonságok",
|
|
41
41
|
"customProperties.all": "Minden",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"customProperties.primary": "Elsődleges",
|
|
45
45
|
"customProperties.retired": "Nyugodt",
|
|
46
46
|
"customProperties.ctx": "Kontextus",
|
|
47
|
-
"customProperties.ctx.addContext": "Add hozzá a kontextust {
|
|
47
|
+
"customProperties.ctx.addContext": "Add hozzá a kontextust {value}",
|
|
48
48
|
"customProperties.weight": "Order súly",
|
|
49
49
|
"customProperties.type": "Típus",
|
|
50
50
|
"customProperties.internalFalse": "nyilvános",
|
|
@@ -67,14 +67,14 @@
|
|
|
67
67
|
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyLocalDate": "Dátum",
|
|
68
68
|
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyMultiRefdata": "Refdata (multi-select)",
|
|
69
69
|
"customProperties.delete.confirmHeading": "Törölje az egyéni tulajdont",
|
|
70
|
-
"customProperties.delete.confirmMessage": "Az egyedi tulajdon <strong>{name
|
|
71
|
-
"customPropertiesSettings.deleteCustomProperty.errorMessage": "<strong>Error: {label
|
|
70
|
+
"customProperties.delete.confirmMessage": "Az egyedi tulajdon <strong>{name}</strong> lesz <strong>deleted</strong>.",
|
|
71
|
+
"customPropertiesSettings.deleteCustomProperty.errorMessage": "<strong>Error: {label}</strong> nem törölték. {LS}",
|
|
72
72
|
"customProperties.primaryProperties": "Elsődleges tulajdonságok",
|
|
73
73
|
"customProperties.optionalProperties": "Opcionális tulajdonságok",
|
|
74
74
|
"customProperties.addProperty": "Adjon hozzá ingatlant",
|
|
75
75
|
"customProperties.ctx.title": "egyedi tulajdonságok ({ctx})",
|
|
76
|
-
"customProperty.optionalPropertyHeader": "Tulajdonság {
|
|
77
|
-
"customProperty.remove": "Távolítsa el az ingatlant {
|
|
76
|
+
"customProperty.optionalPropertyHeader": "Tulajdonság {number}",
|
|
77
|
+
"customProperty.remove": "Távolítsa el az ingatlant {number}",
|
|
78
78
|
"customProperty.newModal": "Új egyéni tulajdon",
|
|
79
79
|
"customProperty.editModal": "Edit egyedi tulajdon",
|
|
80
80
|
"search": "Keresés",
|
|
@@ -100,8 +100,8 @@
|
|
|
100
100
|
"customProperty.editCustomPropertyFilters": "Szerkeszteni egyedi ingatlanszűrők",
|
|
101
101
|
"customProperty.filterBuilder": "Custom ingatlanszűrő építő",
|
|
102
102
|
"customProperty.filterIndex": "egyedi tulajdonszűrő {index}",
|
|
103
|
-
"customProperty.removeFilter": "Távolítsa el az egyéni tulajdonszűrőt {
|
|
104
|
-
"customProperty.removeRule": "Távolítsa el a szabályt {
|
|
103
|
+
"customProperty.removeFilter": "Távolítsa el az egyéni tulajdonszűrőt {number}",
|
|
104
|
+
"customProperty.removeRule": "Távolítsa el a szabályt {number}",
|
|
105
105
|
"customProperty.addFilter": "Adjon hozzá egyedi ingatlanszűrőt",
|
|
106
106
|
"customProperty.retiredName": "Olvasson bele a(z)",
|
|
107
107
|
"customProperty.notSet": "Nem",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"customProperties.primary": "Primario",
|
|
45
45
|
"customProperties.retired": "Ritiro",
|
|
46
46
|
"customProperties.ctx": "Contesto",
|
|
47
|
-
"customProperties.ctx.addContext": "Aggiungi contesto {
|
|
47
|
+
"customProperties.ctx.addContext": "Aggiungi contesto {value}",
|
|
48
48
|
"customProperties.weight": "Peso dell'ordine",
|
|
49
49
|
"customProperties.type": "Tipo",
|
|
50
50
|
"customProperties.internalFalse": "Pubblico",
|
|
@@ -73,8 +73,8 @@
|
|
|
73
73
|
"customProperties.optionalProperties": "Proprietà opzionali",
|
|
74
74
|
"customProperties.addProperty": "Aggiungi proprietà",
|
|
75
75
|
"customProperties.ctx.title": "Proprietà personalizzate ({ctx})",
|
|
76
|
-
"customProperty.optionalPropertyHeader": "Proprietà {
|
|
77
|
-
"customProperty.remove": "Rimuovere la proprietà {
|
|
76
|
+
"customProperty.optionalPropertyHeader": "Proprietà {number}",
|
|
77
|
+
"customProperty.remove": "Rimuovere la proprietà {number}",
|
|
78
78
|
"customProperty.newModal": "Nuova proprietà personalizzata",
|
|
79
79
|
"customProperty.editModal": "Modifica della proprietà personalizzata",
|
|
80
80
|
"search": "Ricerca",
|
|
@@ -99,9 +99,9 @@
|
|
|
99
99
|
"customProperty.filtersApplied": "{count} proprietà personalizzate filtri applicati",
|
|
100
100
|
"customProperty.editCustomPropertyFilters": "Modifica filtri di proprietà personalizzati",
|
|
101
101
|
"customProperty.filterBuilder": "Costruttore di filtro personalizzato",
|
|
102
|
-
"customProperty.filterIndex": "Filtro di proprietà personalizzato {
|
|
103
|
-
"customProperty.removeFilter": "Rimuovere il filtro di proprietà personalizzato {
|
|
104
|
-
"customProperty.removeRule": "Rimuovi la regola {
|
|
102
|
+
"customProperty.filterIndex": "Filtro di proprietà personalizzato {index}",
|
|
103
|
+
"customProperty.removeFilter": "Rimuovere il filtro di proprietà personalizzato {number}",
|
|
104
|
+
"customProperty.removeRule": "Rimuovi la regola {number}",
|
|
105
105
|
"customProperty.addFilter": "Aggiungi filtro proprietà personalizzato",
|
|
106
106
|
"customProperty.retiredName": "RETIRED: {name}",
|
|
107
107
|
"customProperty.notSet": "Non impostato",
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
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": "
|
|
10
|
+
"apply": "適用",
|
|
11
11
|
"new": "ニュース",
|
|
12
12
|
"notSet": "セットなし",
|
|
13
|
-
"errors.hasNonAlphaName": "
|
|
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": "編集",
|
|
@@ -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": "
|
|
74
|
+
"customProperties.addProperty": "プロパティを追加",
|
|
75
75
|
"customProperties.ctx.title": "カスタムプロパティ({ctx})",
|
|
76
|
-
"customProperty.optionalPropertyHeader": "
|
|
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": "
|
|
89
|
-
"errors.customPropertyDecimalValueNotInRange": "
|
|
90
|
-
"errors.customPropertyMaxTwoDecimals": "
|
|
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": "
|
|
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": "
|
|
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
|
|
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": "
|
|
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": "계속하려면
|
|
89
|
-
"errors.customPropertyDecimalValueNotInRange": "계속하려면
|
|
90
|
-
"errors.customPropertyMaxTwoDecimals": "
|
|
91
|
-
"customProperty": "
|
|
92
|
-
"customProperty.name": "이름
|
|
93
|
-
"customProperty.value": "
|
|
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": "규칙 제거
|
|
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": "옵션 선택"
|