@k-int/stripes-kint-components 2.8.2 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -3
- package/es/index.js +48 -12
- package/es/lib/ActionList/ActionList.js +11 -5
- package/es/lib/ActionList/ActionListFieldArray.js +147 -77
- package/es/lib/CustomProperties/Config/CustomPropertiesLookup.js +43 -31
- package/es/lib/CustomProperties/Config/CustomPropertiesLookup.test.js +17 -14
- package/es/lib/CustomProperties/Config/CustomPropertiesSettings.js +64 -46
- package/es/lib/CustomProperties/Config/CustomPropertiesSettings.test.js +17 -24
- package/es/lib/CustomProperties/Config/CustomPropertyForm.js +91 -70
- package/es/lib/CustomProperties/Config/CustomPropertyForm.test.js +53 -36
- package/es/lib/CustomProperties/Config/CustomPropertyView.js +50 -31
- package/es/lib/CustomProperties/Config/CustomPropertyView.test.js +13 -14
- package/es/lib/CustomProperties/Edit/CustomPropertiesEdit.js +6 -0
- package/es/lib/CustomProperties/Edit/CustomPropertiesEdit.test.js +8 -12
- package/es/lib/CustomProperties/Edit/CustomPropertiesEditCtx.js +22 -24
- package/es/lib/CustomProperties/Edit/CustomPropertiesEditCtx.test.js +9 -12
- package/es/lib/CustomProperties/Edit/CustomPropertiesListField.js +62 -13
- package/es/lib/CustomProperties/Edit/CustomPropertiesListField.test.js +12 -13
- package/es/lib/CustomProperties/Edit/CustomPropertyField.js +91 -44
- package/es/lib/CustomProperties/Edit/CustomPropertyField.test.js +80 -73
- package/es/lib/CustomProperties/Edit/CustomPropertyFormCard.js +31 -32
- package/es/lib/CustomProperties/Edit/CustomPropertyFormCard.test.js +26 -24
- package/es/lib/CustomProperties/Edit/testResources.js +73 -908
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilter.js +21 -29
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilter.test.js +12 -10
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterField.js +38 -39
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterField.test.js +28 -13
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterFieldArray.js +29 -44
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterFieldArray.test.js +6 -6
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterForm.js +16 -10
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterForm.test.js +12 -12
- package/es/lib/CustomProperties/Filter/CustomPropertiesRule.js +20 -11
- package/es/lib/CustomProperties/Filter/CustomPropertiesRule.test.js +4 -3
- package/es/lib/CustomProperties/Filter/testResources.js +37 -233
- package/es/lib/CustomProperties/Filter/useOperators.js +69 -27
- package/es/lib/CustomProperties/Filter/useParseActiveFilterStrings.js +3 -2
- package/es/lib/CustomProperties/Filter/useValueProps.js +7 -2
- package/es/lib/CustomProperties/View/CustomPropertiesView.js +6 -0
- package/es/lib/CustomProperties/View/CustomPropertiesView.test.js +4 -3
- package/es/lib/CustomProperties/View/CustomPropertiesViewCtx.js +13 -19
- package/es/lib/CustomProperties/View/CustomPropertiesViewCtx.test.js +4 -10
- package/es/lib/CustomProperties/View/CustomPropertyCard.js +34 -51
- package/es/lib/EditableRefdataCategoryList/EditableRefdataCategoryList.js +35 -27
- package/es/lib/EditableRefdataList/EditableRefdataList.js +41 -31
- package/es/lib/EditableSettingsList/EditableSettingsList.js +11 -1
- package/es/lib/EditableSettingsList/EditableSettingsListFieldArray.js +10 -0
- package/es/lib/EditableSettingsList/SettingField/EditSettingValue.js +19 -11
- package/es/lib/EditableSettingsList/SettingField/EditSettingValue.test.js +9 -8
- package/es/lib/EditableSettingsList/SettingField/RenderSettingValue.js +21 -9
- package/es/lib/EditableSettingsList/SettingField/RenderSettingValue.test.js +1 -0
- package/es/lib/EditableSettingsList/SettingField/SettingField.js +83 -16
- package/es/lib/EditableSettingsList/SettingField/SettingField.test.js +138 -65
- package/es/lib/FormModal/FormModal.js +14 -9
- package/es/lib/FormattedKintMessage/FormattedKintMessage.js +91 -0
- package/es/lib/FormattedKintMessage/index.js +15 -0
- package/es/lib/IconSelect/IconSelect.js +18 -12
- package/es/lib/NoResultsMessage/NoResultsMessage.js +13 -2
- package/es/lib/RichSelect/RichSelect.js +13 -34
- package/es/lib/SASQLookupComponent/SASQLookupComponent.js +16 -5
- package/es/lib/SASQLookupComponent/TableBody/TableBody.js +11 -1
- package/es/lib/SettingPage/SettingPage.js +12 -13
- package/es/lib/SettingPage/SettingPagePane.js +12 -20
- package/es/lib/hooks/__mocks__/index.js +46 -0
- package/es/lib/hooks/index.js +24 -8
- package/es/lib/hooks/settingsHooks/useSettings.js +22 -17
- package/es/lib/hooks/useIntlKey.js +34 -0
- package/es/lib/hooks/useIntlKeyStore.js +84 -0
- package/es/lib/hooks/useKintIntl.js +93 -0
- package/es/lib/utils/index.js +40 -4
- package/es/lib/utils/parseErrorResponse.js +1 -1
- package/es/lib/utils/validators.js +76 -59
- package/jest.config.js +4 -1
- package/junit.xml +157 -656
- package/package.json +54 -33
- package/src/artifacts/coverage-jest/lcov-report/ActionList/ActionList.js.html +56 -8
- package/src/artifacts/coverage-jest/lcov-report/ActionList/ActionListFieldArray.js.html +394 -64
- package/src/artifacts/coverage-jest/lcov-report/ActionList/index.html +10 -10
- 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 +187 -52
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertiesSettings.js.html +372 -87
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertyForm.js.html +293 -74
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertyView.js.html +126 -54
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/index.html +45 -60
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesEdit.js.html +23 -5
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesEditCtx.js.html +59 -47
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesListField.js.html +259 -97
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertyField.js.html +399 -105
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertyFormCard.js.html +41 -68
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/index.html +57 -57
- 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 +67 -688
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilter.js.html +92 -53
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterField.js.html +103 -64
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterFieldArray.js.html +54 -63
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterForm.js.html +49 -16
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesRule.js.html +69 -18
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/index.html +89 -89
- 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 +33 -786
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useOperators.js.html +46 -46
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useParseActiveFilterStrings.js.html +45 -36
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useValueProps.js.html +43 -28
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertiesView.js.html +20 -2
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertiesViewCtx.js.html +50 -41
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertyCard.js.html +54 -75
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/index.html +24 -24
- 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/{hooks/useAvailableCustomProperties.js.html → CycleButton/CycleButton.js.html} +62 -50
- package/src/artifacts/coverage-jest/lcov-report/CycleButton/index.html +131 -0
- package/src/artifacts/coverage-jest/lcov-report/CycleButton/index.js.html +88 -0
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/EditableRefdataCategoryList.js.html +664 -0
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/index.html +131 -0
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/index.js.html +88 -0
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/EditableRefdataList.js.html +264 -39
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/index.html +9 -9
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/EditableSettingsList.js.html +41 -14
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/EditableSettingsListFieldArray.js.html +45 -6
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/EditSettingValue.js.html +47 -11
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/RenderSettingValue.js.html +65 -14
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/SettingField.js.html +154 -31
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/index.html +26 -26
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/index.html +18 -18
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/FormModal/FormModal.js.html +35 -17
- package/src/artifacts/coverage-jest/lcov-report/FormModal/index.html +15 -15
- package/src/artifacts/coverage-jest/lcov-report/FormModal/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/FormattedKintMessage.js.html +247 -0
- package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/index.html +131 -0
- package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/index.js.html +88 -0
- package/src/artifacts/coverage-jest/lcov-report/{CustomProperties/Config/CustomPropertiesView.js.html → IconSelect/IconSelect.js.html} +158 -257
- package/src/artifacts/coverage-jest/lcov-report/IconSelect/index.html +131 -0
- package/src/artifacts/coverage-jest/lcov-report/IconSelect/index.js.html +88 -0
- package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/NoResultsMessage.js.html +48 -6
- package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/index.html +7 -7
- 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 +3 -3
- 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/{CustomProperties/Config/testResources.js.html → RichSelect/RichSelect.js.html} +256 -334
- package/src/artifacts/coverage-jest/lcov-report/RichSelect/index.html +146 -0
- package/src/artifacts/coverage-jest/lcov-report/RichSelect/index.js.html +91 -0
- package/src/artifacts/coverage-jest/lcov-report/RichSelect/useSelectedOption.js.html +127 -0
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/SASQLookupComponent.js.html +52 -7
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/TableBody.js.html +31 -4
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/index.html +3 -3
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/index.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQRoute/SASQRoute.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQRoute/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQRoute/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/SASQViewComponent.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/index.html +1 -1
- 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 +24 -27
- package/src/artifacts/coverage-jest/lcov-report/SettingPage/SettingPagePane.js.html +47 -17
- package/src/artifacts/coverage-jest/lcov-report/SettingPage/index.html +22 -22
- 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 +2 -2
- 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/favicon.png +0 -0
- package/src/artifacts/coverage-jest/lcov-report/hooks/index.html +142 -97
- package/src/artifacts/coverage-jest/lcov-report/hooks/index.js.html +13 -4
- package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/index.html +35 -20
- package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/index.js.html +5 -2
- package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useAppSettings.js.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useSettingSection.js.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useSettings.js.html +61 -22
- 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 +7 -7
- package/src/artifacts/coverage-jest/lcov-report/hooks/useCustomProperties.js.html +19 -22
- package/src/artifacts/coverage-jest/lcov-report/hooks/useHelperApp.js.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/hooks/useIntlKey.js.html +151 -0
- package/src/artifacts/coverage-jest/lcov-report/{utils/renderHelpText.js.html → hooks/useIntlKeyStore.js.html} +71 -38
- package/src/artifacts/coverage-jest/lcov-report/hooks/useInvalidateRefdata.js.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/hooks/useKintIntl.js.html +238 -0
- package/src/artifacts/coverage-jest/lcov-report/hooks/useKiwtFieldArray.js.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/hooks/useKiwtSASQuery.js.html +9 -9
- package/src/artifacts/coverage-jest/lcov-report/hooks/useLocalStorageState.js.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateCustomProperties.js.html +23 -11
- package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateRefdataCategory.js.html +274 -0
- package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateRefdataValue.js.html +19 -10
- package/src/artifacts/coverage-jest/lcov-report/hooks/useQIndex.js.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/hooks/useRefdata.js.html +9 -9
- package/src/artifacts/coverage-jest/lcov-report/hooks/useTemplates.js.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/index.html +205 -130
- package/src/artifacts/coverage-jest/lcov-report/sort-arrow-sprite.png +0 -0
- package/src/artifacts/coverage-jest/lcov-report/utils/buildUrl.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/utils/generateKiwtQuery.js.html +2 -2
- package/src/artifacts/coverage-jest/lcov-report/utils/generateKiwtQueryParams.js.html +2 -2
- package/src/artifacts/coverage-jest/lcov-report/utils/groupCustomPropertiesByCtx.js.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/utils/highlightString.js.html +3 -3
- package/src/artifacts/coverage-jest/lcov-report/utils/index.html +34 -34
- package/src/artifacts/coverage-jest/lcov-report/utils/index.js.html +42 -3
- package/src/artifacts/coverage-jest/lcov-report/utils/matchString.js.html +2 -2
- package/src/artifacts/coverage-jest/lcov-report/utils/parseErrorResponse.js.html +139 -0
- package/src/artifacts/coverage-jest/lcov-report/utils/refdataOptions.js.html +5 -2
- package/src/artifacts/coverage-jest/lcov-report/utils/refdataQueryKey.js.html +2 -2
- 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 +128 -80
- package/src/artifacts/coverage-jest/lcov.info +2603 -2086
- package/src/index.js +11 -4
- package/src/lib/ActionList/ActionList.js +9 -3
- package/src/lib/ActionList/ActionListFieldArray.js +115 -37
- package/src/lib/ActionList/README.md +2 -1
- package/src/lib/CustomProperties/Config/CustomPropertiesLookup.js +60 -16
- package/src/lib/CustomProperties/Config/CustomPropertiesLookup.test.js +14 -4
- package/src/lib/CustomProperties/Config/CustomPropertiesSettings.js +106 -33
- package/src/lib/CustomProperties/Config/CustomPropertiesSettings.test.js +16 -9
- package/src/lib/CustomProperties/Config/CustomPropertyForm.js +131 -58
- package/src/lib/CustomProperties/Config/CustomPropertyForm.test.js +52 -33
- package/src/lib/CustomProperties/Config/CustomPropertyView.js +71 -47
- package/src/lib/CustomProperties/Config/CustomPropertyView.test.js +8 -6
- package/src/lib/CustomProperties/Config/README.md +33 -28
- package/src/lib/CustomProperties/Edit/CustomPropertiesEdit.js +6 -0
- package/src/lib/CustomProperties/Edit/CustomPropertiesEdit.test.js +7 -3
- package/src/lib/CustomProperties/Edit/CustomPropertiesEditCtx.js +23 -19
- package/src/lib/CustomProperties/Edit/CustomPropertiesEditCtx.test.js +5 -3
- package/src/lib/CustomProperties/Edit/CustomPropertiesListField.js +65 -11
- package/src/lib/CustomProperties/Edit/CustomPropertiesListField.test.js +10 -8
- package/src/lib/CustomProperties/Edit/CustomPropertyField.js +115 -21
- package/src/lib/CustomProperties/Edit/CustomPropertyField.test.js +59 -60
- package/src/lib/CustomProperties/Edit/CustomPropertyFormCard.js +24 -33
- package/src/lib/CustomProperties/Edit/CustomPropertyFormCard.test.js +20 -27
- package/src/lib/CustomProperties/Edit/testResources.js +46 -1047
- package/src/lib/CustomProperties/Filter/CustomPropertiesFilter.js +22 -22
- package/src/lib/CustomProperties/Filter/CustomPropertiesFilter.test.js +12 -8
- package/src/lib/CustomProperties/Filter/CustomPropertiesFilterField.js +44 -31
- package/src/lib/CustomProperties/Filter/CustomPropertiesFilterField.test.js +26 -13
- package/src/lib/CustomProperties/Filter/CustomPropertiesFilterFieldArray.js +33 -36
- package/src/lib/CustomProperties/Filter/CustomPropertiesFilterFieldArray.test.js +3 -3
- package/src/lib/CustomProperties/Filter/CustomPropertiesFilterForm.js +19 -8
- package/src/lib/CustomProperties/Filter/CustomPropertiesFilterForm.test.js +9 -12
- package/src/lib/CustomProperties/Filter/CustomPropertiesRule.js +22 -5
- package/src/lib/CustomProperties/Filter/CustomPropertiesRule.test.js +3 -1
- package/src/lib/CustomProperties/Filter/testResources.js +14 -265
- package/src/lib/CustomProperties/Filter/useOperators.js +20 -20
- package/src/lib/CustomProperties/Filter/useParseActiveFilterStrings.js +2 -2
- package/src/lib/CustomProperties/Filter/useValueProps.js +8 -3
- package/src/lib/CustomProperties/View/CustomPropertiesView.js +6 -0
- package/src/lib/CustomProperties/View/CustomPropertiesView.test.js +2 -1
- package/src/lib/CustomProperties/View/CustomPropertiesViewCtx.js +15 -13
- package/src/lib/CustomProperties/View/CustomPropertiesViewCtx.test.js +2 -5
- package/src/lib/CustomProperties/View/CustomPropertyCard.js +36 -43
- package/src/lib/EditableRefdataCategoryList/EditableRefdataCategoryList.js +45 -27
- package/src/lib/EditableRefdataList/EditableRefdataList.js +56 -32
- package/src/lib/EditableSettingsList/EditableSettingsList.js +10 -1
- package/src/lib/EditableSettingsList/EditableSettingsListFieldArray.js +14 -1
- package/src/lib/EditableSettingsList/SettingField/EditSettingValue.js +17 -5
- package/src/lib/EditableSettingsList/SettingField/EditSettingValue.test.js +9 -8
- package/src/lib/EditableSettingsList/SettingField/RenderSettingValue.js +24 -7
- package/src/lib/EditableSettingsList/SettingField/RenderSettingValue.test.js +1 -0
- package/src/lib/EditableSettingsList/SettingField/SettingField.js +57 -16
- package/src/lib/EditableSettingsList/SettingField/SettingField.test.js +14 -19
- package/src/lib/FormModal/FormModal.js +15 -9
- package/src/lib/FormattedKintMessage/FormattedKintMessage.js +54 -0
- package/src/lib/FormattedKintMessage/index.js +1 -0
- package/src/lib/IconSelect/IconSelect.js +17 -8
- package/src/lib/NoResultsMessage/NoResultsMessage.js +15 -1
- package/src/lib/RichSelect/RichSelect.js +16 -36
- package/src/lib/SASQLookupComponent/SASQLookupComponent.js +17 -2
- package/src/lib/SASQLookupComponent/TableBody/TableBody.js +10 -1
- package/src/lib/SettingPage/SettingPage.js +12 -13
- package/src/lib/SettingPage/SettingPagePane.js +16 -6
- package/src/lib/hooks/__mocks__/index.js +17 -0
- package/src/lib/hooks/index.js +3 -1
- package/src/lib/hooks/settingsHooks/useSettings.js +25 -12
- package/src/lib/hooks/useIntlKey.js +22 -0
- package/src/lib/hooks/useIntlKeyStore.js +38 -0
- package/src/lib/hooks/useKintIntl.js +51 -0
- package/src/lib/utils/index.js +11 -1
- package/src/lib/utils/parseErrorResponse.js +1 -1
- package/src/lib/utils/validators.js +57 -41
- package/styles/RichSelect.css +7 -4
- package/test/helpers/test-implementor-translations.json +80 -0
- package/test/helpers/translationsProperties.js +6 -1
- package/test/jest/customProperties.js +166 -0
- package/test/jest/helpers/KintHarness.js +1 -1
- package/test/jest/helpers/renderWithKintHarness.js +2 -1
- package/test/jest/index.js +8 -0
- package/test/jest/refdata.js +471 -0
- package/test/jest/resolver.js +29 -0
- package/translations/stripes-kint-components/ar.json +1 -122
- package/translations/stripes-kint-components/cs_CZ.json +1 -122
- package/translations/stripes-kint-components/de.json +1 -122
- package/translations/stripes-kint-components/en.json +1 -148
- package/translations/stripes-kint-components/es.json +1 -122
- package/translations/stripes-kint-components/hi_IN.json +1 -122
- package/translations/stripes-kint-components/hu.json +1 -122
- package/translations/stripes-kint-components/it_IT.json +1 -122
- package/translations/stripes-kint-components/ja.json +1 -122
- package/translations/stripes-kint-components/ko.json +1 -122
- package/translations/stripes-kint-components/pt_PT.json +1 -122
- package/translations/stripes-kint-components/ru.json +1 -122
- package/translations/stripes-kint-components/sv.json +1 -122
- package/translations/stripes-kint-components/zh_CN.json +1 -122
- package/es/lib/CustomProperties/Config/testResources.js +0 -198
- package/es/lib/hooks/useAvailableCustomProperties.js +0 -73
- package/es/lib/utils/renderHelpText.js +0 -80
- package/src/lib/CustomProperties/Config/testResources.js +0 -236
- package/src/lib/hooks/useAvailableCustomProperties.js +0 -40
- package/src/lib/utils/renderHelpText.js +0 -27
|
@@ -1,122 +1 @@
|
|
|
1
|
-
{
|
|
2
|
-
"AND": "그리고",
|
|
3
|
-
"OR": "이름 *",
|
|
4
|
-
"create": "이름 *",
|
|
5
|
-
"edit": "제품정보",
|
|
6
|
-
"save": "제품 정보",
|
|
7
|
-
"saveAndClose": "저장 및 닫기",
|
|
8
|
-
"cancel": "이름 *",
|
|
9
|
-
"delete": "기타 제품",
|
|
10
|
-
"apply": "지원하다",
|
|
11
|
-
"new": "으로",
|
|
12
|
-
"notSet": "설정하기",
|
|
13
|
-
"errors.hasNonAlphaName": "이름은 라틴 알파벳 문자 (a-z) 및 비 최고의 숫자 문자 만 포함 할 수 있습니다.",
|
|
14
|
-
"settings.noCurrentValue": "현재 값 없음",
|
|
15
|
-
"settings.default": "기본 정보",
|
|
16
|
-
"settings.edit": "제품정보",
|
|
17
|
-
"settings.settingLoading": "제품정보",
|
|
18
|
-
"settings.finishEditing": "끝 편집",
|
|
19
|
-
"settings.valueFor": "설정 값 {name}",
|
|
20
|
-
"actionList.save": "제품 정보",
|
|
21
|
-
"actionList.cancel": "이름 *",
|
|
22
|
-
"actionList.create": "이름 *",
|
|
23
|
-
"actionList.actions": "기타",
|
|
24
|
-
"editableRefdataList.deleteRefdataValue": "refdata 값 삭제",
|
|
25
|
-
"editableRefdataList.deleteRefdataValue.confirmMessage": "<strong>{name}</strong>은 삭제됩니다.",
|
|
26
|
-
"editableRefdataList.deleteRefdataValue.errorMessage": "<strong>Error: {label}</strong>은 삭제되지 않았습니다. 이름 *",
|
|
27
|
-
"editableRefdataList.label": "제품정보",
|
|
28
|
-
"editableRefdataList.value": "주요 특징",
|
|
29
|
-
"editableRefdataList.editAriaLabel": "편집 값 {label}",
|
|
30
|
-
"editableRefdataList.deleteAriaLabel": "값 삭제 {label}",
|
|
31
|
-
"editableRefdataCategoryList.refdataCategory": "(주)",
|
|
32
|
-
"editableRefdataCategoryList.noOfValues": "# 값",
|
|
33
|
-
"editableRefdataCategoryList.refdataCategories": "5개",
|
|
34
|
-
"editableRefdataCategoryList.deleteAriaLabel": "값 삭제 {label}",
|
|
35
|
-
"editableRefdataCategoryList.deleteRefdataCategory": "refdata 범주 삭제",
|
|
36
|
-
"editableRefdataCategoryList.deleteRefdataCategory.confirmMessage": "<strong>{name}</strong>은 삭제됩니다.",
|
|
37
|
-
"editableRefdataCategoryList.deleteRefdataCategory.errorMessage": "<strong>Error: {label}</strong>은 삭제되지 않았습니다. 이름 *",
|
|
38
|
-
"sasqLookupComponent.mainPane.found": "{total}개의 레코드가 있습니다.",
|
|
39
|
-
"noResultsMessage.showFilters": "필터 보기",
|
|
40
|
-
"customProperties": "공급 능력",
|
|
41
|
-
"customProperties.all": "모든 것",
|
|
42
|
-
"customProperties.none": "이름 *",
|
|
43
|
-
"customProperties.label": "제품정보",
|
|
44
|
-
"customProperties.primary": "(주)",
|
|
45
|
-
"customProperties.retired": "전체장편",
|
|
46
|
-
"customProperties.ctx": "설정하기",
|
|
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": "제품 설명",
|
|
56
|
-
"customProperties.category": "(주)",
|
|
57
|
-
"customProperties.defaultVisibility": "기본 가시성",
|
|
58
|
-
"customProperties.noCtxFound": "일치하는 컨텍스트가 없습니다.",
|
|
59
|
-
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyBlob": "브로브",
|
|
60
|
-
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyBoolean": "스낵 바",
|
|
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": "팟캐스트",
|
|
64
|
-
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyRefdata": "관련 기사",
|
|
65
|
-
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyRefdataDefinition": "Refdata 정의",
|
|
66
|
-
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyText": "이름 *",
|
|
67
|
-
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyLocalDate": "(주)",
|
|
68
|
-
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyMultiRefdata": "Refdata (다 선택)",
|
|
69
|
-
"customProperties.delete.confirmHeading": "사용자 정의 속성",
|
|
70
|
-
"customProperties.delete.confirmMessage": "<strong>{name}</strong>은 <strong>deleted</strong>일 것입니다.",
|
|
71
|
-
"customPropertiesSettings.deleteCustomProperty.errorMessage": "<strong>Error: {label}</strong>은 삭제되지 않았습니다. 이름 *",
|
|
72
|
-
"customProperties.primaryProperties": "주요 속성",
|
|
73
|
-
"customProperties.optionalProperties": "옵션 속성",
|
|
74
|
-
"customProperties.addProperty": "관련 상품",
|
|
75
|
-
"customProperties.ctx.title": "사용자 정의 속성 ({ctx})",
|
|
76
|
-
"customProperty.optionalPropertyHeader": "부동산 {number}",
|
|
77
|
-
"customProperty.remove": "속성 제거 {number}",
|
|
78
|
-
"customProperty.newModal": "새로운 사용자 정의 속성",
|
|
79
|
-
"customProperty.editModal": "사용자 정의 속성",
|
|
80
|
-
"search": "제품정보",
|
|
81
|
-
"yes": "이름 *",
|
|
82
|
-
"no": "없음",
|
|
83
|
-
"errors.invalidNumber": "자주 묻는 질문",
|
|
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": "내부 메모",
|
|
95
|
-
"customProperty.visibility": "제품정보",
|
|
96
|
-
"customProperty.publicNote": "회사연혁",
|
|
97
|
-
"customProperty.internalTrue": "내 계정",
|
|
98
|
-
"customProperty.internalFalse": "한국어",
|
|
99
|
-
"customProperty.filtersApplied": "{count} 사용자 정의 속성 필터 적용",
|
|
100
|
-
"customProperty.editCustomPropertyFilters": "사용자 정의 속성 필터",
|
|
101
|
-
"customProperty.filterBuilder": "사용자 정의 속성 필터 빌더",
|
|
102
|
-
"customProperty.filterIndex": "사용자 정의 속성 필터 {index}",
|
|
103
|
-
"customProperty.removeFilter": "사용자 정의 속성 필터 제거 {number}",
|
|
104
|
-
"customProperty.removeRule": "규칙 제거 {number}",
|
|
105
|
-
"customProperty.addFilter": "사용자 정의 속성 필터 추가",
|
|
106
|
-
"customProperty.retiredName": "이름 *",
|
|
107
|
-
"customProperty.notSet": "설정하기",
|
|
108
|
-
"operator.isSet": "설정",
|
|
109
|
-
"operator.isNotSet": "설정되지 않음",
|
|
110
|
-
"operator.equals": "이름 *",
|
|
111
|
-
"operator.doesNotEqual": "동일하지 않음",
|
|
112
|
-
"operator.isGreaterThanOrEqual": "더 크거나 동등하다",
|
|
113
|
-
"operator.isLessThanOrEqual": "더 적은 또는 동등한 것",
|
|
114
|
-
"operator.isOnOrAfter": "에 또는 후",
|
|
115
|
-
"operator.isOnOrBefore": "또는 전에",
|
|
116
|
-
"operator.is": "이름 *",
|
|
117
|
-
"operator.isNot": "아니다.",
|
|
118
|
-
"operator.contains": "제품정보",
|
|
119
|
-
"operator.doesNotContain": "포함되지 않음",
|
|
120
|
-
"iconSelect.notSet": "설정하기",
|
|
121
|
-
"richSelect.placeholder": "옵션 선택"
|
|
122
|
-
}
|
|
1
|
+
{}
|
|
@@ -1,122 +1 @@
|
|
|
1
|
-
{
|
|
2
|
-
"AND": "E",
|
|
3
|
-
"OR": "OU",
|
|
4
|
-
"create": "Criar",
|
|
5
|
-
"edit": "Editar",
|
|
6
|
-
"save": "Salvar",
|
|
7
|
-
"saveAndClose": "Salvar e fechar",
|
|
8
|
-
"cancel": "Cancelar Cancelar Cancelar",
|
|
9
|
-
"delete": "Excluir",
|
|
10
|
-
"apply": "Aplicar",
|
|
11
|
-
"new": "Novo",
|
|
12
|
-
"notSet": "Não definido",
|
|
13
|
-
"errors.hasNonAlphaName": "O nome só pode conter caracteres alfabéticos latinos (a-z) e caracteres numéricos não líderes.",
|
|
14
|
-
"settings.noCurrentValue": "Nenhum valor atual",
|
|
15
|
-
"settings.default": "padrão",
|
|
16
|
-
"settings.edit": "Editar",
|
|
17
|
-
"settings.settingLoading": "A carregar",
|
|
18
|
-
"settings.finishEditing": "Edição de acabamento",
|
|
19
|
-
"settings.valueFor": "Valor para configuração {nome}",
|
|
20
|
-
"actionList.save": "Salvar",
|
|
21
|
-
"actionList.cancel": "Cancelar Cancelar Cancelar",
|
|
22
|
-
"actionList.create": "Criar",
|
|
23
|
-
"actionList.actions": "Acções",
|
|
24
|
-
"editableRefdataList.deleteRefdataValue": "Excluir valor de refdata",
|
|
25
|
-
"editableRefdataList.deleteRefdataValue.confirmMessage": "<strong>{name}</strong> será excluído.",
|
|
26
|
-
"editableRefdataList.deleteRefdataValue.errorMessage": "<strong>Error: {label}</strong> não foi excluído. Não.",
|
|
27
|
-
"editableRefdataList.label": "etiqueta",
|
|
28
|
-
"editableRefdataList.value": "Valor",
|
|
29
|
-
"editableRefdataList.editAriaLabel": "Editar valor {label}",
|
|
30
|
-
"editableRefdataList.deleteAriaLabel": "Excluir valor {label}",
|
|
31
|
-
"editableRefdataCategoryList.refdataCategory": "Categoria",
|
|
32
|
-
"editableRefdataCategoryList.noOfValues": "# de valores",
|
|
33
|
-
"editableRefdataCategoryList.refdataCategories": "Categorias",
|
|
34
|
-
"editableRefdataCategoryList.deleteAriaLabel": "Excluir valor {label}",
|
|
35
|
-
"editableRefdataCategoryList.deleteRefdataCategory": "Excluir categoria de refdata",
|
|
36
|
-
"editableRefdataCategoryList.deleteRefdataCategory.confirmMessage": "<strong>{name}</strong> será excluído.",
|
|
37
|
-
"editableRefdataCategoryList.deleteRefdataCategory.errorMessage": "<strong>Error: {label}</strong> não foi excluído. Não.",
|
|
38
|
-
"sasqLookupComponent.mainPane.found": "Registros encontrados",
|
|
39
|
-
"noResultsMessage.showFilters": "Mostrar filtros",
|
|
40
|
-
"customProperties": "Propriedades personalizadas",
|
|
41
|
-
"customProperties.all": "Todos",
|
|
42
|
-
"customProperties.none": "Nenhuma",
|
|
43
|
-
"customProperties.label": "etiqueta",
|
|
44
|
-
"customProperties.primary": "Primário",
|
|
45
|
-
"customProperties.retired": "Reformado",
|
|
46
|
-
"customProperties.ctx": "Contexto",
|
|
47
|
-
"customProperties.ctx.addContext": "Adicionar contexto {valor}",
|
|
48
|
-
"customProperties.weight": "Peso da ordem",
|
|
49
|
-
"customProperties.type": "Tipo",
|
|
50
|
-
"customProperties.internalFalse": "Público",
|
|
51
|
-
"customProperties.internalNote": "Nota interna",
|
|
52
|
-
"customProperties.internalTrue": "Intervenções",
|
|
53
|
-
"customProperties.publicNote": "Nota pública",
|
|
54
|
-
"customProperties.name": "Nome",
|
|
55
|
-
"customProperties.description": "Descrição",
|
|
56
|
-
"customProperties.category": "Categoria",
|
|
57
|
-
"customProperties.defaultVisibility": "Visibilidade padrão",
|
|
58
|
-
"customProperties.noCtxFound": "Nenhum contexto correspondente encontrado",
|
|
59
|
-
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyBlob": "Blob",
|
|
60
|
-
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyBoolean": "Boole.",
|
|
61
|
-
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyContainer": "Container",
|
|
62
|
-
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyDecimal": "Decimal",
|
|
63
|
-
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyInteger": "Integer",
|
|
64
|
-
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyRefdata": "Dados de referência",
|
|
65
|
-
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyRefdataDefinition": "Definição de refdata",
|
|
66
|
-
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyText": "Texto",
|
|
67
|
-
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyLocalDate": "Data",
|
|
68
|
-
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyMultiRefdata": "Refdata (multi-selecionar)",
|
|
69
|
-
"customProperties.delete.confirmHeading": "Excluir propriedade personalizada",
|
|
70
|
-
"customProperties.delete.confirmMessage": "Propriedade personalizada <strong>{name}</strong> será <strong>deleted</strong>.",
|
|
71
|
-
"customPropertiesSettings.deleteCustomProperty.errorMessage": "<strong>Error: {label}</strong> não foi excluído. Não.",
|
|
72
|
-
"customProperties.primaryProperties": "Propriedades primárias",
|
|
73
|
-
"customProperties.optionalProperties": "Propriedades opcionais",
|
|
74
|
-
"customProperties.addProperty": "Adicionar propriedade",
|
|
75
|
-
"customProperties.ctx.title": "Propriedades personalizadas ({ctx})",
|
|
76
|
-
"customProperty.optionalPropertyHeader": "Propriedade {número}",
|
|
77
|
-
"customProperty.remove": "Remover propriedade {número}",
|
|
78
|
-
"customProperty.newModal": "Nova propriedade personalizada",
|
|
79
|
-
"customProperty.editModal": "Editar propriedade personalizada",
|
|
80
|
-
"search": "Pesquisar",
|
|
81
|
-
"yes": "Sim.",
|
|
82
|
-
"no": "Não.",
|
|
83
|
-
"errors.invalidNumber": "Insira um número válido para continuar",
|
|
84
|
-
"errors.primaryRetired": "Uma propriedade personalizada não pode ser tanto primária quanto aposentada",
|
|
85
|
-
"errors.customPropertyNoteInvalidNumber": "Um número válido deve ser inserido para salvar uma nota",
|
|
86
|
-
"errors.customPropertyInvalidNumber": "Insira um número válido para continuar",
|
|
87
|
-
"errors.customPropertyNoteWithoutValue": "Um valor deve ser definido para salvar uma nota",
|
|
88
|
-
"errors.customPropertyValueNotInRange": "Digite um número inteiro no intervalo {min} para {max} para continuar",
|
|
89
|
-
"errors.customPropertyDecimalValueNotInRange": "Digite um número no intervalo {min} para {max} para continuar",
|
|
90
|
-
"errors.customPropertyMaxTwoDecimals": "Digite um número com um máximo de 2 casas decimais",
|
|
91
|
-
"customProperty": "Propriedade personalizada",
|
|
92
|
-
"customProperty.name": "Nome",
|
|
93
|
-
"customProperty.value": "Valor(s)",
|
|
94
|
-
"customProperty.internalNote": "Nota interna",
|
|
95
|
-
"customProperty.visibility": "Visibilidade",
|
|
96
|
-
"customProperty.publicNote": "Nota pública",
|
|
97
|
-
"customProperty.internalTrue": "Intervenções",
|
|
98
|
-
"customProperty.internalFalse": "Público",
|
|
99
|
-
"customProperty.filtersApplied": "Filtros de propriedades personalizados aplicados",
|
|
100
|
-
"customProperty.editCustomPropertyFilters": "Editar filtros de propriedade personalizados",
|
|
101
|
-
"customProperty.filterBuilder": "Construtor de filtro de propriedade personalizada",
|
|
102
|
-
"customProperty.filterIndex": "Filtro de propriedade personalizado {index}",
|
|
103
|
-
"customProperty.removeFilter": "Remover filtro de propriedade personalizado {número}",
|
|
104
|
-
"customProperty.removeRule": "Remover regra {número}",
|
|
105
|
-
"customProperty.addFilter": "Adicionar filtro de propriedade personalizado",
|
|
106
|
-
"customProperty.retiredName": "Não.",
|
|
107
|
-
"customProperty.notSet": "Não definido",
|
|
108
|
-
"operator.isSet": "Está definido",
|
|
109
|
-
"operator.isNotSet": "Não está definido",
|
|
110
|
-
"operator.equals": "Igualdades",
|
|
111
|
-
"operator.doesNotEqual": "Não é igual",
|
|
112
|
-
"operator.isGreaterThanOrEqual": "É maior ou igual a",
|
|
113
|
-
"operator.isLessThanOrEqual": "É inferior ou igual a",
|
|
114
|
-
"operator.isOnOrAfter": "Está ligado ou depois",
|
|
115
|
-
"operator.isOnOrBefore": "Está ligado ou antes",
|
|
116
|
-
"operator.is": "É",
|
|
117
|
-
"operator.isNot": "Não é",
|
|
118
|
-
"operator.contains": "Contém",
|
|
119
|
-
"operator.doesNotContain": "Não contém",
|
|
120
|
-
"iconSelect.notSet": "Não definido",
|
|
121
|
-
"richSelect.placeholder": "Por favor, selecione uma opção"
|
|
122
|
-
}
|
|
1
|
+
{}
|
|
@@ -1,122 +1 @@
|
|
|
1
|
-
{
|
|
2
|
-
"AND": "И",
|
|
3
|
-
"OR": "ИЛИ",
|
|
4
|
-
"create": "Создать",
|
|
5
|
-
"edit": "Редактировать",
|
|
6
|
-
"save": "Сохранить",
|
|
7
|
-
"saveAndClose": "Сохранить и закрыть",
|
|
8
|
-
"cancel": "Отмена",
|
|
9
|
-
"delete": "Удалить",
|
|
10
|
-
"apply": "Подать заявку",
|
|
11
|
-
"new": "Новый",
|
|
12
|
-
"notSet": "Не установлено",
|
|
13
|
-
"errors.hasNonAlphaName": "Название может содержать только латинские буквы (а-з) и неведущие цифры.",
|
|
14
|
-
"settings.noCurrentValue": "Нет текущего значения",
|
|
15
|
-
"settings.default": "по умолчанию",
|
|
16
|
-
"settings.edit": "Редактировать",
|
|
17
|
-
"settings.settingLoading": "Загрузка",
|
|
18
|
-
"settings.finishEditing": "Финиш редактирование",
|
|
19
|
-
"settings.valueFor": "Значение для настройки {name}",
|
|
20
|
-
"actionList.save": "Сохранить",
|
|
21
|
-
"actionList.cancel": "Отмена",
|
|
22
|
-
"actionList.create": "Создать",
|
|
23
|
-
"actionList.actions": "Действия",
|
|
24
|
-
"editableRefdataList.deleteRefdataValue": "Удалить значение рефданных",
|
|
25
|
-
"editableRefdataList.deleteRefdataValue.confirmMessage": "<strong>{name}</strong> будет удален.",
|
|
26
|
-
"editableRefdataList.deleteRefdataValue.errorMessage": "<strong>Error: {label}</strong> не был удален. {error}",
|
|
27
|
-
"editableRefdataList.label": "Ярлык",
|
|
28
|
-
"editableRefdataList.value": "Значение",
|
|
29
|
-
"editableRefdataList.editAriaLabel": "Значение редактирования {label}",
|
|
30
|
-
"editableRefdataList.deleteAriaLabel": "Удалить значение {label}",
|
|
31
|
-
"editableRefdataCategoryList.refdataCategory": "категория",
|
|
32
|
-
"editableRefdataCategoryList.noOfValues": "# ценностей",
|
|
33
|
-
"editableRefdataCategoryList.refdataCategories": "Категории",
|
|
34
|
-
"editableRefdataCategoryList.deleteAriaLabel": "Удалить значение {label}",
|
|
35
|
-
"editableRefdataCategoryList.deleteRefdataCategory": "Удалить категорию рефданных",
|
|
36
|
-
"editableRefdataCategoryList.deleteRefdataCategory.confirmMessage": "<strong>{name}</strong> будет удален.",
|
|
37
|
-
"editableRefdataCategoryList.deleteRefdataCategory.errorMessage": "<strong>Error: {label}</strong> не был удален. {error}",
|
|
38
|
-
"sasqLookupComponent.mainPane.found": "{total} записей найдено",
|
|
39
|
-
"noResultsMessage.showFilters": "Показать фильтры",
|
|
40
|
-
"customProperties": "Пользовательские свойства",
|
|
41
|
-
"customProperties.all": "Все",
|
|
42
|
-
"customProperties.none": "Нет",
|
|
43
|
-
"customProperties.label": "Ярлык",
|
|
44
|
-
"customProperties.primary": "Главная",
|
|
45
|
-
"customProperties.retired": "Пенсионер",
|
|
46
|
-
"customProperties.ctx": "Контекст",
|
|
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": "Описание",
|
|
56
|
-
"customProperties.category": "категория",
|
|
57
|
-
"customProperties.defaultVisibility": "По умолчанию видимость",
|
|
58
|
-
"customProperties.noCtxFound": "Не найдено соответствующего контекста",
|
|
59
|
-
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyBlob": "Блеб",
|
|
60
|
-
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyBoolean": "Боулан",
|
|
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": "Целое",
|
|
64
|
-
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyRefdata": "Ссылки",
|
|
65
|
-
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyRefdataDefinition": "Определение рефданных",
|
|
66
|
-
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyText": "Текст",
|
|
67
|
-
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyLocalDate": "Дата",
|
|
68
|
-
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyMultiRefdata": "Refdata (multi-select)",
|
|
69
|
-
"customProperties.delete.confirmHeading": "Удалить недвижимость на заказ",
|
|
70
|
-
"customProperties.delete.confirmMessage": "Собственная недвижимость <strong>{name}</strong> будет <strong>deleted</strong>.",
|
|
71
|
-
"customPropertiesSettings.deleteCustomProperty.errorMessage": "<strong>Error: {label}</strong> не был удален. {error}",
|
|
72
|
-
"customProperties.primaryProperties": "Основные свойства",
|
|
73
|
-
"customProperties.optionalProperties": "Дополнительные свойства",
|
|
74
|
-
"customProperties.addProperty": "Добавить недвижимость",
|
|
75
|
-
"customProperties.ctx.title": "Пользовательские свойства ({ctx})",
|
|
76
|
-
"customProperty.optionalPropertyHeader": "Недвижимость {number}",
|
|
77
|
-
"customProperty.remove": "Удалить недвижимость {number}",
|
|
78
|
-
"customProperty.newModal": "Новая недвижимость",
|
|
79
|
-
"customProperty.editModal": "Редактировать пользовательские свойства",
|
|
80
|
-
"search": "Поиск",
|
|
81
|
-
"yes": "Да",
|
|
82
|
-
"no": "Нет",
|
|
83
|
-
"errors.invalidNumber": "Пожалуйста, введите действительный номер, чтобы продолжить",
|
|
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": "Внутренняя заметка",
|
|
95
|
-
"customProperty.visibility": "Видимость",
|
|
96
|
-
"customProperty.publicNote": "Публичная заметка",
|
|
97
|
-
"customProperty.internalTrue": "Внутреннее",
|
|
98
|
-
"customProperty.internalFalse": "Публикация",
|
|
99
|
-
"customProperty.filtersApplied": "{count} пользовательские фильтры свойств применяется",
|
|
100
|
-
"customProperty.editCustomPropertyFilters": "Изменить пользовательские фильтры недвижимости",
|
|
101
|
-
"customProperty.filterBuilder": "Пользовательский фильтр недвижимости Builder",
|
|
102
|
-
"customProperty.filterIndex": "Пользовательский фильтр недвижимости {index}",
|
|
103
|
-
"customProperty.removeFilter": "Удалить пользовательский фильтр недвижимости {number}",
|
|
104
|
-
"customProperty.removeRule": "Удалить правило {number}",
|
|
105
|
-
"customProperty.addFilter": "Добавить пользовательский фильтр недвижимости",
|
|
106
|
-
"customProperty.retiredName": "RETIRED: {имя}",
|
|
107
|
-
"customProperty.notSet": "Не установлено",
|
|
108
|
-
"operator.isSet": "Сет",
|
|
109
|
-
"operator.isNotSet": "Не установлено",
|
|
110
|
-
"operator.equals": "Равно",
|
|
111
|
-
"operator.doesNotEqual": "Не равно",
|
|
112
|
-
"operator.isGreaterThanOrEqual": "Больше чем или равно",
|
|
113
|
-
"operator.isLessThanOrEqual": "меньше или равно",
|
|
114
|
-
"operator.isOnOrAfter": "На или после",
|
|
115
|
-
"operator.isOnOrBefore": "На или до",
|
|
116
|
-
"operator.is": "Это",
|
|
117
|
-
"operator.isNot": "Не",
|
|
118
|
-
"operator.contains": "Содержит",
|
|
119
|
-
"operator.doesNotContain": "Не содержит",
|
|
120
|
-
"iconSelect.notSet": "Не установлено",
|
|
121
|
-
"richSelect.placeholder": "Пожалуйста, выберите вариант"
|
|
122
|
-
}
|
|
1
|
+
{}
|
|
@@ -1,122 +1 @@
|
|
|
1
|
-
{
|
|
2
|
-
"AND": "och",
|
|
3
|
-
"OR": "eller",
|
|
4
|
-
"create": "Skapa",
|
|
5
|
-
"edit": "Edit",
|
|
6
|
-
"save": "Spara",
|
|
7
|
-
"saveAndClose": "Spara och nära",
|
|
8
|
-
"cancel": "Avbokning",
|
|
9
|
-
"delete": "Delete",
|
|
10
|
-
"apply": "Applicera",
|
|
11
|
-
"new": "Nytt nytt",
|
|
12
|
-
"notSet": "Inte set",
|
|
13
|
-
"errors.hasNonAlphaName": "Namnet kan endast innehålla latinska alfabetiska tecken (a-z) och icke-ledande numeriska tecken.",
|
|
14
|
-
"settings.noCurrentValue": "Inget nuvarande värde",
|
|
15
|
-
"settings.default": "Default",
|
|
16
|
-
"settings.edit": "Edit",
|
|
17
|
-
"settings.settingLoading": "Loading",
|
|
18
|
-
"settings.finishEditing": "Finish redigering",
|
|
19
|
-
"settings.valueFor": "Värde för inställning {namn}",
|
|
20
|
-
"actionList.save": "Spara",
|
|
21
|
-
"actionList.cancel": "Avbokning",
|
|
22
|
-
"actionList.create": "Skapa",
|
|
23
|
-
"actionList.actions": "Åtgärder",
|
|
24
|
-
"editableRefdataList.deleteRefdataValue": "Radera refdata värde",
|
|
25
|
-
"editableRefdataList.deleteRefdataValue.confirmMessage": "<strong>{name|/strong> kommer att raderas.",
|
|
26
|
-
"editableRefdataList.deleteRefdataValue.errorMessage": "<strong>Error: {label≤/strong> raderades inte. {error}",
|
|
27
|
-
"editableRefdataList.label": "Etikett",
|
|
28
|
-
"editableRefdataList.value": "Värde",
|
|
29
|
-
"editableRefdataList.editAriaLabel": "Redigera värde {label}",
|
|
30
|
-
"editableRefdataList.deleteAriaLabel": "Ta bort värdet {label}",
|
|
31
|
-
"editableRefdataCategoryList.refdataCategory": "Kategori",
|
|
32
|
-
"editableRefdataCategoryList.noOfValues": "# av värderingar",
|
|
33
|
-
"editableRefdataCategoryList.refdataCategories": "Kategorier",
|
|
34
|
-
"editableRefdataCategoryList.deleteAriaLabel": "Ta bort värdet {label}",
|
|
35
|
-
"editableRefdataCategoryList.deleteRefdataCategory": "Delete refdata kategori",
|
|
36
|
-
"editableRefdataCategoryList.deleteRefdataCategory.confirmMessage": "<strong>{name|/strong> kommer att raderas.",
|
|
37
|
-
"editableRefdataCategoryList.deleteRefdataCategory.errorMessage": "<strong>Error: {label≤/strong> raderades inte. {error}",
|
|
38
|
-
"sasqLookupComponent.mainPane.found": "{total} rekord funna",
|
|
39
|
-
"noResultsMessage.showFilters": "Visa filter",
|
|
40
|
-
"customProperties": "Anpassade egenskaper",
|
|
41
|
-
"customProperties.all": "Allt allt",
|
|
42
|
-
"customProperties.none": "Ingen",
|
|
43
|
-
"customProperties.label": "Etikett",
|
|
44
|
-
"customProperties.primary": "Primär",
|
|
45
|
-
"customProperties.retired": "Pensionerad",
|
|
46
|
-
"customProperties.ctx": "Kontext",
|
|
47
|
-
"customProperties.ctx.addContext": "Lägg till kontext {värde}",
|
|
48
|
-
"customProperties.weight": "Ordervikt",
|
|
49
|
-
"customProperties.type": "Typ",
|
|
50
|
-
"customProperties.internalFalse": "Offentliga",
|
|
51
|
-
"customProperties.internalNote": "Intern anmärkning",
|
|
52
|
-
"customProperties.internalTrue": "Interna",
|
|
53
|
-
"customProperties.publicNote": "Public note",
|
|
54
|
-
"customProperties.name": "Namnnamn",
|
|
55
|
-
"customProperties.description": "Beskrivning",
|
|
56
|
-
"customProperties.category": "Kategori",
|
|
57
|
-
"customProperties.defaultVisibility": "Standard synlighet",
|
|
58
|
-
"customProperties.noCtxFound": "Inget matchande sammanhang hittades",
|
|
59
|
-
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyBlob": "Blob",
|
|
60
|
-
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyBoolean": "Boolean",
|
|
61
|
-
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyContainer": "Container",
|
|
62
|
-
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyDecimal": "Decimal",
|
|
63
|
-
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyInteger": "Integer",
|
|
64
|
-
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyRefdata": "Refdata",
|
|
65
|
-
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyRefdataDefinition": "Refdata definition",
|
|
66
|
-
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyText": "Texttext",
|
|
67
|
-
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyLocalDate": "Datum",
|
|
68
|
-
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyMultiRefdata": "Refdata (multi-select)",
|
|
69
|
-
"customProperties.delete.confirmHeading": "Ta bort anpassad egendom",
|
|
70
|
-
"customProperties.delete.confirmMessage": "Anpassad egendom <strong>{nameś/strong> kommer att vara <strong>rade</strong>.",
|
|
71
|
-
"customPropertiesSettings.deleteCustomProperty.errorMessage": "<strong>Error: {label≤/strong> raderades inte. {error}",
|
|
72
|
-
"customProperties.primaryProperties": "Primära egenskaper",
|
|
73
|
-
"customProperties.optionalProperties": "Valfria egenskaper",
|
|
74
|
-
"customProperties.addProperty": "Lägg till egendom",
|
|
75
|
-
"customProperties.ctx.title": "Anpassade egenskaper ({cx})",
|
|
76
|
-
"customProperty.optionalPropertyHeader": "Fastighet {number}",
|
|
77
|
-
"customProperty.remove": "Ta bort egendom {number}",
|
|
78
|
-
"customProperty.newModal": "Ny anpassad egendom",
|
|
79
|
-
"customProperty.editModal": "Edit custom property",
|
|
80
|
-
"search": "Sök efter Sök",
|
|
81
|
-
"yes": "Ja ja ja ja ja",
|
|
82
|
-
"no": "Ingen",
|
|
83
|
-
"errors.invalidNumber": "Ange ett giltigt nummer för att fortsätta",
|
|
84
|
-
"errors.primaryRetired": "En egen egendom kan inte vara både primär och pensionerad",
|
|
85
|
-
"errors.customPropertyNoteInvalidNumber": "Ett giltigt nummer måste anges för att spara en anteckning",
|
|
86
|
-
"errors.customPropertyInvalidNumber": "Ange ett giltigt nummer för att fortsätta",
|
|
87
|
-
"errors.customPropertyNoteWithoutValue": "Ett värde måste ställas in för att spara en anteckning",
|
|
88
|
-
"errors.customPropertyValueNotInRange": "Ange ett helt nummer i intervallet {min} till {max} för att fortsätta",
|
|
89
|
-
"errors.customPropertyDecimalValueNotInRange": "Ange ett nummer i intervallet {min} till {max} för att fortsätta",
|
|
90
|
-
"errors.customPropertyMaxTwoDecimals": "Ange ett nummer med högst 2 decimaler",
|
|
91
|
-
"customProperty": "Anpassad egendom",
|
|
92
|
-
"customProperty.name": "Namnnamn",
|
|
93
|
-
"customProperty.value": "Värde(s)",
|
|
94
|
-
"customProperty.internalNote": "Intern anmärkning",
|
|
95
|
-
"customProperty.visibility": "Synlighet",
|
|
96
|
-
"customProperty.publicNote": "Public note",
|
|
97
|
-
"customProperty.internalTrue": "Interna",
|
|
98
|
-
"customProperty.internalFalse": "Offentliga",
|
|
99
|
-
"customProperty.filtersApplied": "anpassade egenskaper filter tillämpas",
|
|
100
|
-
"customProperty.editCustomPropertyFilters": "Redigera anpassade fastighetsfilter",
|
|
101
|
-
"customProperty.filterBuilder": "Anpassad fastighet filter byggare",
|
|
102
|
-
"customProperty.filterIndex": "Anpassad egendom filter {index}",
|
|
103
|
-
"customProperty.removeFilter": "Ta bort anpassat fastighetsfilter {number}",
|
|
104
|
-
"customProperty.removeRule": "Ta bort regeln {number}",
|
|
105
|
-
"customProperty.addFilter": "Lägg till anpassat fastighetsfilter",
|
|
106
|
-
"customProperty.retiredName": "RETIRED: {namn}",
|
|
107
|
-
"customProperty.notSet": "Inte set",
|
|
108
|
-
"operator.isSet": "Är set",
|
|
109
|
-
"operator.isNotSet": "Är inte inställd",
|
|
110
|
-
"operator.equals": "Likaså",
|
|
111
|
-
"operator.doesNotEqual": "Är inte lika",
|
|
112
|
-
"operator.isGreaterThanOrEqual": "är större än eller lika med",
|
|
113
|
-
"operator.isLessThanOrEqual": "är mindre än eller lika med",
|
|
114
|
-
"operator.isOnOrAfter": "Är på eller efter",
|
|
115
|
-
"operator.isOnOrBefore": "Är på eller före",
|
|
116
|
-
"operator.is": "Är",
|
|
117
|
-
"operator.isNot": "Är inte",
|
|
118
|
-
"operator.contains": "Innehåll",
|
|
119
|
-
"operator.doesNotContain": "Innehåller inte",
|
|
120
|
-
"iconSelect.notSet": "Inte set",
|
|
121
|
-
"richSelect.placeholder": "Vänligen välj ett alternativ"
|
|
122
|
-
}
|
|
1
|
+
{}
|
|
@@ -1,122 +1 @@
|
|
|
1
|
-
{
|
|
2
|
-
"AND": "导 言",
|
|
3
|
-
"OR": "其他资源",
|
|
4
|
-
"create": "创建",
|
|
5
|
-
"edit": "编辑",
|
|
6
|
-
"save": "拯救",
|
|
7
|
-
"saveAndClose": "拯救与关闭",
|
|
8
|
-
"cancel": "增 编",
|
|
9
|
-
"delete": "删除",
|
|
10
|
-
"apply": "附录",
|
|
11
|
-
"new": "新的",
|
|
12
|
-
"notSet": "没有",
|
|
13
|
-
"errors.hasNonAlphaName": "该名称只可包括拉丁美洲名录(a-z)和非导体。",
|
|
14
|
-
"settings.noCurrentValue": "现值",
|
|
15
|
-
"settings.default": "违约",
|
|
16
|
-
"settings.edit": "编辑",
|
|
17
|
-
"settings.settingLoading": "损失",
|
|
18
|
-
"settings.finishEditing": "编辑",
|
|
19
|
-
"settings.valueFor": "确定名称的价值",
|
|
20
|
-
"actionList.save": "拯救",
|
|
21
|
-
"actionList.cancel": "增 编",
|
|
22
|
-
"actionList.create": "创建",
|
|
23
|
-
"actionList.actions": "行动",
|
|
24
|
-
"editableRefdataList.deleteRefdataValue": "删除复合数据价值",
|
|
25
|
-
"editableRefdataList.deleteRefdataValue.confirmMessage": "<strong> 缩略><<->/strong> 。",
|
|
26
|
-
"editableRefdataList.deleteRefdataValue.errorMessage": "<strong>Error: 不可删除。 页:1",
|
|
27
|
-
"editableRefdataList.label": "Label",
|
|
28
|
-
"editableRefdataList.value": "价值",
|
|
29
|
-
"editableRefdataList.editAriaLabel": "编辑",
|
|
30
|
-
"editableRefdataList.deleteAriaLabel": "删除数值label",
|
|
31
|
-
"editableRefdataCategoryList.refdataCategory": "类",
|
|
32
|
-
"editableRefdataCategoryList.noOfValues": "A. 价值观的编号",
|
|
33
|
-
"editableRefdataCategoryList.refdataCategories": "类别",
|
|
34
|
-
"editableRefdataCategoryList.deleteAriaLabel": "删除数值label",
|
|
35
|
-
"editableRefdataCategoryList.deleteRefdataCategory": "删除复 注数据类别",
|
|
36
|
-
"editableRefdataCategoryList.deleteRefdataCategory.confirmMessage": "<strong> 缩略><<->/strong> 。",
|
|
37
|
-
"editableRefdataCategoryList.deleteRefdataCategory.errorMessage": "<strong>Error: 不可删除。 页:1",
|
|
38
|
-
"sasqLookupComponent.mainPane.found": "目 录",
|
|
39
|
-
"noResultsMessage.showFilters": "技术过滤",
|
|
40
|
-
"customProperties": "习惯财产",
|
|
41
|
-
"customProperties.all": "一. 导言",
|
|
42
|
-
"customProperties.none": "无",
|
|
43
|
-
"customProperties.label": "Label",
|
|
44
|
-
"customProperties.primary": "小学",
|
|
45
|
-
"customProperties.retired": "重新谈判",
|
|
46
|
-
"customProperties.ctx": "背景",
|
|
47
|
-
"customProperties.ctx.addContext": "增 温",
|
|
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
|
-
"customProperties.category": "类",
|
|
57
|
-
"customProperties.defaultVisibility": "A. Default可见度",
|
|
58
|
-
"customProperties.noCtxFound": "未发现的匹配情况",
|
|
59
|
-
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyBlob": "Blob",
|
|
60
|
-
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyBoolean": "Boolean",
|
|
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": "附录",
|
|
64
|
-
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyRefdata": "数据",
|
|
65
|
-
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyRefdataDefinition": "数据定义",
|
|
66
|
-
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyText": "案文",
|
|
67
|
-
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyLocalDate": "日期",
|
|
68
|
-
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyMultiRefdata": "Refdata (multi-select)",
|
|
69
|
-
"customProperties.delete.confirmHeading": "删除习俗财产",
|
|
70
|
-
"customProperties.delete.confirmMessage": "习惯财产<strong> ivi-</strong><strong>。",
|
|
71
|
-
"customPropertiesSettings.deleteCustomProperty.errorMessage": "<strong>Error: 不可删除。 页:1",
|
|
72
|
-
"customProperties.primaryProperties": "初级财产",
|
|
73
|
-
"customProperties.optionalProperties": "备选案文财产",
|
|
74
|
-
"customProperties.addProperty": "增加财产",
|
|
75
|
-
"customProperties.ctx.title": "习惯财产(四分之三)",
|
|
76
|
-
"customProperty.optionalPropertyHeader": "财产编号",
|
|
77
|
-
"customProperty.remove": "搬离财产编号",
|
|
78
|
-
"customProperty.newModal": "新习惯财产",
|
|
79
|
-
"customProperty.editModal": "编辑财产",
|
|
80
|
-
"search": "建 议",
|
|
81
|
-
"yes": "否",
|
|
82
|
-
"no": "注",
|
|
83
|
-
"errors.invalidNumber": "请获得继续有效数目",
|
|
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": "内部说明",
|
|
95
|
-
"customProperty.visibility": "有效性",
|
|
96
|
-
"customProperty.publicNote": "公开说明",
|
|
97
|
-
"customProperty.internalTrue": "内部",
|
|
98
|
-
"customProperty.internalFalse": "公共",
|
|
99
|
-
"customProperty.filtersApplied": "(三) 习惯财产过滤",
|
|
100
|
-
"customProperty.editCustomPropertyFilters": "编辑财产过滤",
|
|
101
|
-
"customProperty.filterBuilder": "习惯财产过滤器",
|
|
102
|
-
"customProperty.filterIndex": "习惯财产过滤器",
|
|
103
|
-
"customProperty.removeFilter": "移用习俗财产过滤编号",
|
|
104
|
-
"customProperty.removeRule": "搬离规则编号",
|
|
105
|
-
"customProperty.addFilter": "增加习俗财产",
|
|
106
|
-
"customProperty.retiredName": "评 注:",
|
|
107
|
-
"customProperty.notSet": "没有",
|
|
108
|
-
"operator.isSet": "附 件",
|
|
109
|
-
"operator.isNotSet": "未作规定",
|
|
110
|
-
"operator.equals": "平等",
|
|
111
|
-
"operator.doesNotEqual": "否",
|
|
112
|
-
"operator.isGreaterThanOrEqual": "大于或等于",
|
|
113
|
-
"operator.isLessThanOrEqual": "低于或等于",
|
|
114
|
-
"operator.isOnOrAfter": "地点或之后",
|
|
115
|
-
"operator.isOnOrBefore": "议 程",
|
|
116
|
-
"operator.is": "附 件",
|
|
117
|
-
"operator.isNot": "目 录",
|
|
118
|
-
"operator.contains": "集装箱",
|
|
119
|
-
"operator.doesNotContain": "不含",
|
|
120
|
-
"iconSelect.notSet": "没有",
|
|
121
|
-
"richSelect.placeholder": "请选择备选案文"
|
|
122
|
-
}
|
|
1
|
+
{}
|