@k-int/stripes-kint-components 2.8.4 → 2.8.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/es/lib/ActionList/ActionList.js +3 -1
- package/es/lib/ActionList/ActionListFieldArray.js +4 -2
- package/es/lib/CustomProperties/Config/CustomPropertiesLookup.js +5 -2
- package/es/lib/CustomProperties/Config/CustomPropertiesLookup.test.js +4 -1
- package/es/lib/CustomProperties/Config/CustomPropertiesSettings.js +6 -4
- package/es/lib/CustomProperties/Config/CustomPropertiesSettings.test.js +5 -3
- package/es/lib/CustomProperties/Config/CustomPropertyForm.js +1 -1
- package/es/lib/CustomProperties/Config/CustomPropertyForm.test.js +1 -1
- package/es/lib/CustomProperties/Config/CustomPropertyView.test.js +5 -3
- package/es/lib/CustomProperties/Edit/CustomPropertiesEdit.test.js +4 -1
- package/es/lib/CustomProperties/Edit/CustomPropertiesEditCtx.test.js +4 -1
- package/es/lib/CustomProperties/Edit/CustomPropertiesListField.js +5 -2
- package/es/lib/CustomProperties/Edit/CustomPropertiesListField.test.js +5 -3
- package/es/lib/CustomProperties/Edit/CustomPropertyField.js +3 -1
- package/es/lib/CustomProperties/Edit/CustomPropertyField.test.js +4 -2
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilter.js +5 -2
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilter.test.js +1 -1
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterField.js +5 -2
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterFieldArray.test.js +1 -1
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterForm.js +4 -1
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterForm.test.js +5 -3
- package/es/lib/CustomProperties/Filter/CustomPropertiesRule.js +4 -1
- package/es/lib/CustomProperties/Filter/CustomPropertiesRule.test.js +1 -1
- package/es/lib/CustomProperties/Filter/useParseActiveFilterStrings.js +1 -1
- package/es/lib/CustomProperties/View/CustomPropertiesViewCtx.js +1 -1
- package/es/lib/CustomProperties/View/CustomPropertiesViewCtx.test.js +4 -1
- package/es/lib/CycleButton/CycleButton.js +5 -2
- package/es/lib/EditableRefdataCategoryList/EditableRefdataCategoryList.js +6 -4
- package/es/lib/EditableRefdataList/EditableRefdataList.js +6 -4
- package/es/lib/EditableSettingsList/EditableSettingsListFieldArray.js +4 -1
- package/es/lib/EditableSettingsList/EditableSettingsListFieldArray.test.js +1 -1
- package/es/lib/EditableSettingsList/SettingField/RenderSettingValue.test.js +1 -1
- package/es/lib/EditableSettingsList/SettingField/SettingField.js +4 -2
- package/es/lib/EditableSettingsList/SettingField/SettingField.test.js +1 -1
- package/es/lib/FormModal/FormModal.js +4 -1
- package/es/lib/IconSelect/IconSelect.js +4 -2
- package/es/lib/QueryTypedown/QueryTypedown.js +4 -2
- package/es/lib/RefdataButtons/RefdataButtons.js +4 -1
- package/es/lib/RichSelect/RichSelect.js +5 -2
- package/es/lib/RichSelect/useSelectedOption.js +1 -1
- package/es/lib/SASQLookupComponent/SASQLookupComponent.js +5 -2
- package/es/lib/SASQLookupComponent/TableBody/TableBody.js +4 -1
- package/es/lib/SASQRoute/SASQRoute.js +4 -1
- package/es/lib/SASQViewComponent/SASQViewComponent.js +4 -1
- package/es/lib/SearchField/SearchField.js +4 -1
- package/es/lib/Typedown/Typedown.js +1 -1
- package/es/lib/hooks/settingsHooks/useSettings.js +3 -1
- package/es/lib/hooks/typedownHooks/useTypedownData.js +1 -1
- package/es/lib/hooks/typedownHooks/useTypedownToggle.js +1 -1
- package/es/lib/hooks/useActiveElement.js +1 -1
- package/es/lib/hooks/useAvailableCustomProperties.js +1 -1
- package/es/lib/hooks/useCustomProperties.js +4 -1
- package/es/lib/hooks/useHelperApp.js +4 -2
- package/es/lib/hooks/useKiwtFieldArray.js +5 -2
- package/es/lib/hooks/useKiwtSASQuery.js +4 -2
- package/es/lib/hooks/useLocalStorageState.js +1 -1
- package/es/lib/hooks/useMutateCustomProperties.js +1 -1
- package/es/lib/hooks/useMutateRefdataCategory.js +4 -2
- package/es/lib/hooks/useMutateRefdataValue.js +1 -1
- package/es/lib/hooks/useQIndex.js +4 -2
- package/es/lib/utils/generateKiwtQueryParams.js +1 -1
- package/es/lib/utils/groupCustomPropertiesByCtx.js +4 -1
- package/es/lib/utils/highlightString.js +1 -1
- package/es/lib/utils/parseErrorResponse.js +23 -19
- package/junit.xml +150 -150
- package/package.json +1 -1
- package/src/artifacts/coverage-jest/lcov-report/ActionList/ActionList.js.html +23 -5
- package/src/artifacts/coverage-jest/lcov-report/ActionList/ActionListFieldArray.js.html +324 -48
- package/src/artifacts/coverage-jest/lcov-report/ActionList/index.html +7 -7
- 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 +171 -39
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertiesSettings.js.html +271 -52
- 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 +41 -56
- 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 +54 -42
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesListField.js.html +213 -54
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertyField.js.html +260 -41
- 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 +53 -53
- 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 +62 -3065
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilter.js.html +45 -45
- 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 +81 -81
- 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 +45 -45
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useParseActiveFilterStrings.js.html +6 -6
- 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 +52 -46
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertyCard.js.html +53 -74
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/index.html +25 -25
- 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 +86 -32
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/index.html +3 -3
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/EditableRefdataList.js.html +109 -37
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/index.html +3 -3
- 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 +1 -1
- 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 +67 -34
- package/src/artifacts/coverage-jest/lcov-report/IconSelect/index.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/IconSelect/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/NoResultsMessage.js.html +49 -7
- 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/ResponsiveButtonGroup/ResponsiveButtonGroup.js.html +36 -12
- package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/index.html +9 -9
- package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/useResponsiveButtonGroupSizing.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/RichSelect/RichSelect.js.html +24 -81
- package/src/artifacts/coverage-jest/lcov-report/RichSelect/index.html +3 -3
- 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 +146 -14
- 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 +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 +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 +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 +151 -106
- package/src/artifacts/coverage-jest/lcov-report/hooks/index.js.html +12 -3
- package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/index.html +25 -25
- 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 +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 +37 -37
- package/src/artifacts/coverage-jest/lcov-report/hooks/useHelperApp.js.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/hooks/useIntlKey.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useIntlKeyStore.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useInvalidateRefdata.js.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/hooks/useKintIntl.js.html +1 -1
- 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 +7 -7
- package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateRefdataCategory.js.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateRefdataValue.js.html +7 -7
- 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/useSASQQueryMeta.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useTemplates.js.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/index.html +166 -136
- package/src/artifacts/coverage-jest/lcov-report/utils/buildUrl.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/utils/generateKiwtQuery.js.html +16 -16
- package/src/artifacts/coverage-jest/lcov-report/utils/generateKiwtQueryParams.js.html +240 -90
- 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 +62 -62
- package/src/artifacts/coverage-jest/lcov-report/utils/index.js.html +39 -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 +11 -8
- package/src/artifacts/coverage-jest/lcov-report/utils/parseKiwtQueryGroups.js.html +280 -0
- 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/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 +124 -76
- package/src/artifacts/coverage-jest/lcov.info +2706 -2419
- package/src/lib/utils/parseErrorResponse.js +3 -2
- package/translations/stripes-kint-components/de.json +41 -41
- package/translations/stripes-kint-components/ja.json +45 -45
- package/translations/stripes-kint-components/ko.json +49 -49
- package/yarn-error.log +0 -147
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
const parseErrorResponse = async (responseObj) => {
|
|
2
2
|
let errorResp;
|
|
3
|
+
const code = responseObj?.status;
|
|
3
4
|
const contentType = [...responseObj?.headers]?.find(header => header[0] === 'content-type')?.[1];
|
|
4
5
|
|
|
5
6
|
if (contentType.includes('json')) {
|
|
6
7
|
errorResp = await responseObj.json();
|
|
7
8
|
} else {
|
|
8
9
|
try {
|
|
9
|
-
errorResp = { message: await responseObj.text() };
|
|
10
|
+
errorResp = { code, message: await responseObj.text() };
|
|
10
11
|
} catch {
|
|
11
|
-
errorResp = { message: 'something went wrong' };
|
|
12
|
+
errorResp = { code, message: 'something went wrong' };
|
|
12
13
|
}
|
|
13
14
|
}
|
|
14
15
|
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"AND": "UND",
|
|
3
|
-
"OR": "
|
|
3
|
+
"OR": "ODER",
|
|
4
4
|
"create": "Erstellung",
|
|
5
5
|
"edit": "Bearbeiten",
|
|
6
6
|
"save": "Speichern",
|
|
7
7
|
"saveAndClose": "Speichern und schließen",
|
|
8
8
|
"cancel": "Abbrechen",
|
|
9
9
|
"delete": "Löschen",
|
|
10
|
-
"apply": "
|
|
10
|
+
"apply": "Anwenden",
|
|
11
11
|
"new": "Neu",
|
|
12
12
|
"notSet": "Nicht gesetzt",
|
|
13
|
-
"errors.hasNonAlphaName": "Der Name
|
|
13
|
+
"errors.hasNonAlphaName": "Der Name darf nur lateinische alphabetische Zeichen (a-z) und nicht führende numerische Zeichen beinhalten.",
|
|
14
14
|
"settings.noCurrentValue": "Kein aktueller Wert",
|
|
15
15
|
"settings.default": "Standard",
|
|
16
16
|
"settings.edit": "Bearbeiten",
|
|
@@ -20,11 +20,11 @@
|
|
|
20
20
|
"actionList.save": "Speichern",
|
|
21
21
|
"actionList.cancel": "Abbrechen",
|
|
22
22
|
"actionList.create": "Erstellung",
|
|
23
|
-
"actionList.actions": "
|
|
23
|
+
"actionList.actions": "Aktionen",
|
|
24
24
|
"editableRefdataList.deleteRefdataValue": "Refdata Wert löschen",
|
|
25
25
|
"editableRefdataList.deleteRefdataValue.confirmMessage": "<strong>{name}</strong> wird gestrichen.",
|
|
26
26
|
"editableRefdataList.deleteRefdataValue.errorMessage": "<strong>Error: {label}</strong> wurde nicht gelöscht. {error}",
|
|
27
|
-
"editableRefdataList.label": "
|
|
27
|
+
"editableRefdataList.label": "Anzeigename",
|
|
28
28
|
"editableRefdataList.value": "Wert",
|
|
29
29
|
"editableRefdataList.editAriaLabel": "Wert bearbeiten {label}",
|
|
30
30
|
"editableRefdataList.deleteAriaLabel": "Löschwert {label}",
|
|
@@ -40,26 +40,26 @@
|
|
|
40
40
|
"customProperties": "Eigene Eigenschaften",
|
|
41
41
|
"customProperties.all": "Alle",
|
|
42
42
|
"customProperties.none": "Keine",
|
|
43
|
-
"customProperties.label": "
|
|
43
|
+
"customProperties.label": "Anzeigename",
|
|
44
44
|
"customProperties.primary": "Primäre",
|
|
45
45
|
"customProperties.retired": "Ruhestand",
|
|
46
46
|
"customProperties.ctx": "Kontext",
|
|
47
47
|
"customProperties.ctx.addContext": "Kontext hinzufügen {value}",
|
|
48
|
-
"customProperties.weight": "
|
|
49
|
-
"customProperties.type": "
|
|
50
|
-
"customProperties.internalFalse": "
|
|
51
|
-
"customProperties.internalNote": "Interne
|
|
48
|
+
"customProperties.weight": "Gewichtung der Reihenfolge",
|
|
49
|
+
"customProperties.type": "Typ",
|
|
50
|
+
"customProperties.internalFalse": "Öffentlich",
|
|
51
|
+
"customProperties.internalNote": "Interne Notiz",
|
|
52
52
|
"customProperties.internalTrue": "Intern",
|
|
53
|
-
"customProperties.publicNote": "
|
|
53
|
+
"customProperties.publicNote": "Öffentliche Notiz",
|
|
54
54
|
"customProperties.name": "Name",
|
|
55
|
-
"customProperties.description": "
|
|
55
|
+
"customProperties.description": "Beschreibung",
|
|
56
56
|
"customProperties.category": "Kategorie",
|
|
57
|
-
"customProperties.defaultVisibility": "
|
|
57
|
+
"customProperties.defaultVisibility": "Standardmäßige Sichtbarkeit",
|
|
58
58
|
"customProperties.noCtxFound": "Kein übereinstimmender Kontext gefunden",
|
|
59
59
|
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyBlob": "Blob",
|
|
60
60
|
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyBoolean": "Boolen",
|
|
61
61
|
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyContainer": "Container",
|
|
62
|
-
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyDecimal": "
|
|
62
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyDecimal": "Dezimal",
|
|
63
63
|
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyInteger": "Integer",
|
|
64
64
|
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyRefdata": "Referenzen",
|
|
65
65
|
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyRefdataDefinition": "Definition der Referenzwerte",
|
|
@@ -67,56 +67,56 @@
|
|
|
67
67
|
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyLocalDate": "Datum",
|
|
68
68
|
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyMultiRefdata": "Refdata (multi-select)",
|
|
69
69
|
"customProperties.delete.confirmHeading": "Benutzerdefinierte Eigenschaft löschen",
|
|
70
|
-
"customProperties.delete.confirmMessage": "
|
|
70
|
+
"customProperties.delete.confirmMessage": "Benutzerdefinierte Eigenschaft <strong>{name}</strong> wird <strong>gelöscht</strong> sein..",
|
|
71
71
|
"customPropertiesSettings.deleteCustomProperty.errorMessage": "<strong>Error: {label}</strong> wurde nicht gelöscht. {error}",
|
|
72
72
|
"customProperties.primaryProperties": "Primäre Eigenschaften",
|
|
73
73
|
"customProperties.optionalProperties": "Optionale Eigenschaften",
|
|
74
|
-
"customProperties.addProperty": "
|
|
74
|
+
"customProperties.addProperty": "Eigenschaft hinzufügen",
|
|
75
75
|
"customProperties.ctx.title": "Benutzerdefinierte Eigenschaften ({ctx})",
|
|
76
|
-
"customProperty.optionalPropertyHeader": "
|
|
76
|
+
"customProperty.optionalPropertyHeader": "Eigenschaft {number}",
|
|
77
77
|
"customProperty.remove": "Objekt entfernen {number}",
|
|
78
78
|
"customProperty.newModal": "Neue benutzerdefinierte Eigenschaft",
|
|
79
79
|
"customProperty.editModal": "Benutzerdefinierte Eigenschaft bearbeiten",
|
|
80
80
|
"search": "Suche",
|
|
81
|
-
"yes": "Ja
|
|
81
|
+
"yes": "Ja",
|
|
82
82
|
"no": "Nein",
|
|
83
|
-
"errors.invalidNumber": "
|
|
83
|
+
"errors.invalidNumber": "Gültige Nummer eingeben, um fortzufahren",
|
|
84
84
|
"errors.primaryRetired": "Eine benutzerdefinierte Eigenschaft kann nicht primär und pensioniert werden",
|
|
85
|
-
"errors.customPropertyNoteInvalidNumber": "Eine gültige Nummer muss eingegeben werden, um
|
|
86
|
-
"errors.customPropertyInvalidNumber": "
|
|
87
|
-
"errors.customPropertyNoteWithoutValue": "Ein Wert muss
|
|
88
|
-
"errors.customPropertyValueNotInRange": "
|
|
89
|
-
"errors.customPropertyDecimalValueNotInRange": "
|
|
90
|
-
"errors.customPropertyMaxTwoDecimals": "
|
|
91
|
-
"customProperty": "
|
|
85
|
+
"errors.customPropertyNoteInvalidNumber": "Eine gültige Nummer muss eingegeben werden, um Notiz zu speichern",
|
|
86
|
+
"errors.customPropertyInvalidNumber": "Gültige Nummer eingeben, um fortzufahren",
|
|
87
|
+
"errors.customPropertyNoteWithoutValue": "Ein Wert muss eingegeben werden, um Notiz zu speichern",
|
|
88
|
+
"errors.customPropertyValueNotInRange": "Ganze Zahl im Bereich von {min} bis {max} eingeben, um fortzufahren",
|
|
89
|
+
"errors.customPropertyDecimalValueNotInRange": "Zahl in einem Bereich von {min} bis {max} eingeben, um fortzufahren",
|
|
90
|
+
"errors.customPropertyMaxTwoDecimals": "Zahl mit maximal 2 Dezimalstellen eingeben",
|
|
91
|
+
"customProperty": "Benutzerdefinierte Eigenschaft",
|
|
92
92
|
"customProperty.name": "Name",
|
|
93
|
-
"customProperty.value": "
|
|
94
|
-
"customProperty.internalNote": "Interne
|
|
93
|
+
"customProperty.value": "Wert",
|
|
94
|
+
"customProperty.internalNote": "Interne Notiz",
|
|
95
95
|
"customProperty.visibility": "Sichtbarkeit",
|
|
96
|
-
"customProperty.publicNote": "
|
|
96
|
+
"customProperty.publicNote": "Öffentliche Notiz",
|
|
97
97
|
"customProperty.internalTrue": "Intern",
|
|
98
|
-
"customProperty.internalFalse": "
|
|
98
|
+
"customProperty.internalFalse": "Öffentlich",
|
|
99
99
|
"customProperty.filtersApplied": "{count} benutzerdefinierte Eigenschaften Filter angewandt",
|
|
100
100
|
"customProperty.editCustomPropertyFilters": "Benutzerdefinierte Immobilienfilter bearbeiten",
|
|
101
101
|
"customProperty.filterBuilder": "Benutzerdefinierte Eigenschaft Filter Builder",
|
|
102
102
|
"customProperty.filterIndex": "Benutzerdefinierte Immobilienfilter {index}",
|
|
103
103
|
"customProperty.removeFilter": "Entfernen Sie benutzerdefinierte Eigenschaft filter {number}",
|
|
104
|
-
"customProperty.removeRule": "Regel
|
|
104
|
+
"customProperty.removeRule": "Regel {number} entfernen",
|
|
105
105
|
"customProperty.addFilter": "Benutzerdefinierte Eigenschaft filter hinzufügen",
|
|
106
106
|
"customProperty.retiredName": "RETIRED: {name}",
|
|
107
107
|
"customProperty.notSet": "Nicht gesetzt",
|
|
108
|
-
"operator.isSet": "
|
|
109
|
-
"operator.isNotSet": "
|
|
110
|
-
"operator.equals": "
|
|
111
|
-
"operator.doesNotEqual": "
|
|
112
|
-
"operator.isGreaterThanOrEqual": "
|
|
113
|
-
"operator.isLessThanOrEqual": "
|
|
108
|
+
"operator.isSet": "ist belegt",
|
|
109
|
+
"operator.isNotSet": "ist nicht belegt",
|
|
110
|
+
"operator.equals": "ist gleich",
|
|
111
|
+
"operator.doesNotEqual": "ist nicht gleich",
|
|
112
|
+
"operator.isGreaterThanOrEqual": "ist größer oder gleich",
|
|
113
|
+
"operator.isLessThanOrEqual": "ist kleiner oder gleich",
|
|
114
114
|
"operator.isOnOrAfter": "Ist an oder nach",
|
|
115
115
|
"operator.isOnOrBefore": "Ist auf oder vor",
|
|
116
|
-
"operator.is": "
|
|
117
|
-
"operator.isNot": "nicht",
|
|
118
|
-
"operator.contains": "
|
|
119
|
-
"operator.doesNotContain": "nicht
|
|
116
|
+
"operator.is": "ist",
|
|
117
|
+
"operator.isNot": "ist nicht",
|
|
118
|
+
"operator.contains": "enthält",
|
|
119
|
+
"operator.doesNotContain": "enthält nicht",
|
|
120
120
|
"iconSelect.notSet": "Nicht gesetzt",
|
|
121
121
|
"richSelect.placeholder": "Bitte wählen Sie eine Option"
|
|
122
122
|
}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
|
-
"AND": "
|
|
3
|
-
"OR": "
|
|
2
|
+
"AND": "AND",
|
|
3
|
+
"OR": "OR",
|
|
4
4
|
"create": "ダウンロード",
|
|
5
5
|
"edit": "編集",
|
|
6
6
|
"save": "保存する",
|
|
7
7
|
"saveAndClose": "保存&クローズ",
|
|
8
8
|
"cancel": "キャンセル",
|
|
9
9
|
"delete": "削除",
|
|
10
|
-
"apply": "
|
|
11
|
-
"new": "
|
|
10
|
+
"apply": "適用",
|
|
11
|
+
"new": "新規",
|
|
12
12
|
"notSet": "セットなし",
|
|
13
|
-
"errors.hasNonAlphaName": "
|
|
13
|
+
"errors.hasNonAlphaName": "The name can only contain Latin alphabetical characters (a-z) and non-leading numeric characters.",
|
|
14
14
|
"settings.noCurrentValue": "現在の値はありません",
|
|
15
15
|
"settings.default": "デフォルト",
|
|
16
16
|
"settings.edit": "編集",
|
|
17
|
-
"settings.settingLoading": "
|
|
17
|
+
"settings.settingLoading": "読み込み中",
|
|
18
18
|
"settings.finishEditing": "終わりの編集",
|
|
19
19
|
"settings.valueFor": "{name} を設定するための値",
|
|
20
20
|
"actionList.save": "保存する",
|
|
@@ -45,22 +45,22 @@
|
|
|
45
45
|
"customProperties.retired": "リティレッド",
|
|
46
46
|
"customProperties.ctx": "コンテンツ",
|
|
47
47
|
"customProperties.ctx.addContext": "コンテキスト {value} を追加",
|
|
48
|
-
"customProperties.weight": "
|
|
49
|
-
"customProperties.type": "
|
|
50
|
-
"customProperties.internalFalse": "
|
|
51
|
-
"customProperties.internalNote": "
|
|
52
|
-
"customProperties.internalTrue": "
|
|
53
|
-
"customProperties.publicNote": "
|
|
54
|
-
"customProperties.name": "
|
|
55
|
-
"customProperties.description": "
|
|
48
|
+
"customProperties.weight": "順番の重みづけ",
|
|
49
|
+
"customProperties.type": "型",
|
|
50
|
+
"customProperties.internalFalse": "公開",
|
|
51
|
+
"customProperties.internalNote": "内部ノート",
|
|
52
|
+
"customProperties.internalTrue": "内部",
|
|
53
|
+
"customProperties.publicNote": "公開ノート",
|
|
54
|
+
"customProperties.name": "名称",
|
|
55
|
+
"customProperties.description": "説明",
|
|
56
56
|
"customProperties.category": "カテゴリー",
|
|
57
|
-
"customProperties.defaultVisibility": "
|
|
57
|
+
"customProperties.defaultVisibility": "デフォルトの表示(visibility))",
|
|
58
58
|
"customProperties.noCtxFound": "一致するコンテキストが見つかりません",
|
|
59
59
|
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyBlob": "ブロブ",
|
|
60
60
|
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyBoolean": "ボオラン",
|
|
61
61
|
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyContainer": "コンテナ",
|
|
62
|
-
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyDecimal": "
|
|
63
|
-
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyInteger": "
|
|
62
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyDecimal": "小数(dicimal)",
|
|
63
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyInteger": "整数(integer)",
|
|
64
64
|
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyRefdata": "参考文献",
|
|
65
65
|
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyRefdataDefinition": "Refdata 定義",
|
|
66
66
|
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyText": "テキスト",
|
|
@@ -71,31 +71,31 @@
|
|
|
71
71
|
"customPropertiesSettings.deleteCustomProperty.errorMessage": "<strong>Error: {label}</strong> は削除されません。 お問い合わせ",
|
|
72
72
|
"customProperties.primaryProperties": "主な特性",
|
|
73
73
|
"customProperties.optionalProperties": "オプションのプロパティ",
|
|
74
|
-
"customProperties.addProperty": "
|
|
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": "옵션 선택"
|