@k-int/stripes-kint-components 2.2.0 → 2.3.2
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 +29 -0
- package/es/index.js +125 -9
- package/es/lib/ActionList/ActionList.js +8 -33
- package/es/lib/ActionList/ActionListFieldArray.js +50 -49
- package/es/lib/ActionList/index.js +1 -5
- package/es/lib/CustomProperties/Config/CustomPropertiesLookup.js +1 -35
- package/es/lib/CustomProperties/Config/CustomPropertiesSettings.js +3 -39
- package/es/lib/CustomProperties/Config/CustomPropertyForm.js +1 -34
- package/es/lib/CustomProperties/Config/{CustomPropertiesView.js → CustomPropertyView.js} +4 -33
- package/es/lib/CustomProperties/Config/index.js +7 -9
- package/es/lib/CustomProperties/Edit/CustomPropertiesEdit.js +43 -0
- package/es/lib/CustomProperties/Edit/CustomPropertiesEditCtx.js +100 -0
- package/es/lib/CustomProperties/Edit/CustomPropertiesListField.js +243 -0
- package/es/lib/CustomProperties/Edit/CustomPropertyField.js +337 -0
- package/es/lib/CustomProperties/Edit/CustomPropertyFormCard.js +127 -0
- package/es/lib/CustomProperties/Edit/index.js +47 -0
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilter.js +183 -0
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterField.js +204 -0
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterFieldArray.js +126 -0
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterForm.js +90 -0
- package/es/lib/CustomProperties/Filter/CustomPropertiesRule.js +139 -0
- package/es/lib/CustomProperties/Filter/index.js +55 -0
- package/es/lib/CustomProperties/Filter/useOperators.js +100 -0
- package/es/lib/CustomProperties/Filter/useParseActiveFilterStrings.js +64 -0
- package/es/lib/CustomProperties/Filter/useValueProps.js +67 -0
- package/es/lib/CustomProperties/View/CustomPropertiesView.js +44 -0
- package/es/lib/CustomProperties/View/CustomPropertiesViewCtx.js +155 -0
- package/es/lib/CustomProperties/View/CustomPropertyCard.js +175 -0
- package/es/lib/CustomProperties/View/index.js +31 -0
- package/es/lib/CustomProperties/index.js +121 -0
- package/es/lib/EditableRefdataList/EditableRefdataList.js +13 -51
- package/es/lib/EditableRefdataList/index.js +1 -5
- package/es/lib/EditableSettingsList/EditableSettingsList.js +1 -30
- package/es/lib/EditableSettingsList/EditableSettingsListFieldArray.js +1 -30
- package/es/lib/EditableSettingsList/EditableSettingsListFieldArray.test.js +1 -30
- package/es/lib/EditableSettingsList/SettingField/EditSettingValue.js +1 -34
- package/es/lib/EditableSettingsList/SettingField/EditSettingValue.test.js +1 -34
- package/es/lib/EditableSettingsList/SettingField/RenderSettingValue.js +1 -34
- package/es/lib/EditableSettingsList/SettingField/RenderSettingValue.test.js +1 -41
- package/es/lib/EditableSettingsList/SettingField/SettingField.js +1 -34
- package/es/lib/EditableSettingsList/SettingField/SettingField.test.js +1 -30
- package/es/lib/EditableSettingsList/SettingField/index.js +1 -5
- package/es/lib/EditableSettingsList/index.js +1 -5
- package/es/lib/FormModal/FormModal.js +21 -34
- package/es/lib/FormModal/index.js +1 -5
- package/es/lib/NoResultsMessage/NoResultsMessage.js +1 -30
- package/es/lib/NoResultsMessage/index.js +1 -5
- package/es/lib/QueryTypedown/QueryTypedown.js +9 -37
- package/es/lib/QueryTypedown/index.js +1 -5
- package/es/lib/RefdataButtons/RefdataButtons.js +1 -34
- package/es/lib/RefdataButtons/index.js +1 -5
- package/es/lib/SASQLookupComponent/SASQLookupComponent.js +1 -34
- package/es/lib/SASQLookupComponent/index.js +1 -5
- package/es/lib/SASQRoute/SASQRoute.js +1 -30
- package/es/lib/SASQRoute/index.js +1 -5
- package/es/lib/SASQViewComponent/SASQViewComponent.js +1 -34
- package/es/lib/SASQViewComponent/index.js +1 -5
- package/es/lib/SearchField/SearchField.js +1 -31
- package/es/lib/SearchField/index.js +1 -5
- package/es/lib/SettingPage/SettingPage.js +1 -34
- package/es/lib/SettingPage/SettingPagePane.js +1 -32
- package/es/lib/SettingPage/index.js +1 -5
- package/es/lib/Typedown/Typedown.js +1 -34
- package/es/lib/Typedown/index.js +1 -5
- package/es/lib/constants/customProperties.js +3 -37
- package/es/lib/constants/eventCodes.js +1 -31
- package/es/lib/contexts/SettingsContext.js +1 -30
- package/es/lib/contexts/index.js +1 -5
- package/es/lib/hooks/index.js +16 -4
- package/es/lib/hooks/settingsHooks/index.js +1 -5
- package/es/lib/hooks/settingsHooks/useSettingSection.js +1 -34
- package/es/lib/hooks/settingsHooks/useSettings.js +1 -36
- package/es/lib/hooks/typedownHooks/index.js +1 -5
- package/es/lib/hooks/typedownHooks/useTypedown.js +1 -34
- package/es/lib/hooks/typedownHooks/useTypedownData.js +9 -35
- package/es/lib/hooks/typedownHooks/useTypedownToggle.js +1 -34
- package/es/lib/hooks/useActiveElement.js +1 -32
- package/es/lib/hooks/useAvailableCustomProperties.js +73 -0
- package/es/lib/hooks/useCustomProperties.js +1 -34
- package/es/lib/hooks/useHelperApp.js +1 -34
- package/es/lib/hooks/useInvalidateRefdata.js +20 -0
- package/es/lib/hooks/useKiwtFieldArray.js +1 -34
- package/es/lib/hooks/useKiwtSASQuery.js +1 -35
- package/es/lib/hooks/useLocalStorageState.js +1 -34
- package/es/lib/hooks/useMutateCustomProperties.js +1 -34
- package/es/lib/hooks/useMutateRefdataValue.js +10 -38
- package/es/lib/hooks/useQIndex.js +1 -34
- package/es/lib/hooks/useRefdata.js +2 -37
- package/es/lib/hooks/useTemplates.js +1 -34
- package/es/lib/utils/buildUrl.js +2 -31
- package/es/lib/utils/generateKiwtQuery.js +1 -30
- package/es/lib/utils/generateKiwtQueryParams.js +1 -30
- package/es/lib/utils/groupCustomPropertiesByCtx.js +41 -0
- package/es/lib/utils/index.js +25 -5
- package/es/lib/utils/refdataOptions.js +1 -30
- package/es/lib/utils/refdataQueryKey.js +19 -0
- package/es/lib/utils/renderHelpText.js +1 -30
- package/es/lib/utils/selectorSafe.js +1 -30
- package/es/lib/utils/sortByLabel.js +1 -30
- package/es/lib/utils/toCamelCase.js +1 -30
- package/es/lib/utils/typedownQueryKey.js +19 -0
- package/es/lib/utils/validators.js +59 -31
- package/git_translate.sh +8 -0
- package/package.json +1 -1
- package/src/index.js +27 -3
- package/src/lib/ActionList/ActionList.js +5 -2
- package/src/lib/ActionList/ActionListFieldArray.js +31 -9
- package/src/lib/ActionList/README.md +23 -20
- package/src/lib/CustomProperties/Config/CustomPropertiesSettings.js +2 -2
- package/src/lib/CustomProperties/Config/{CustomPropertiesView.js → CustomPropertyView.js} +3 -3
- package/src/lib/CustomProperties/Config/index.js +1 -1
- package/src/lib/CustomProperties/Edit/CustomPropertiesEdit.js +35 -0
- package/src/lib/CustomProperties/Edit/CustomPropertiesEditCtx.js +85 -0
- package/src/lib/CustomProperties/Edit/CustomPropertiesListField.js +194 -0
- package/src/lib/CustomProperties/Edit/CustomPropertyField.js +299 -0
- package/src/lib/CustomProperties/Edit/CustomPropertyFormCard.js +131 -0
- package/src/lib/CustomProperties/Edit/index.js +5 -0
- package/src/lib/CustomProperties/Filter/CustomPropertiesFilter.js +125 -0
- package/src/lib/CustomProperties/Filter/CustomPropertiesFilterField.js +148 -0
- package/src/lib/CustomProperties/Filter/CustomPropertiesFilterFieldArray.js +113 -0
- package/src/lib/CustomProperties/Filter/CustomPropertiesFilterForm.js +74 -0
- package/src/lib/CustomProperties/Filter/CustomPropertiesRule.js +122 -0
- package/src/lib/CustomProperties/Filter/index.js +6 -0
- package/src/lib/CustomProperties/Filter/useOperators.js +55 -0
- package/src/lib/CustomProperties/Filter/useParseActiveFilterStrings.js +35 -0
- package/src/lib/CustomProperties/Filter/useValueProps.js +45 -0
- package/src/lib/CustomProperties/View/CustomPropertiesView.js +36 -0
- package/src/lib/CustomProperties/View/CustomPropertiesViewCtx.js +112 -0
- package/src/lib/CustomProperties/View/CustomPropertyCard.js +177 -0
- package/src/lib/CustomProperties/View/index.js +3 -0
- package/src/lib/CustomProperties/index.js +30 -0
- package/src/lib/EditableRefdataList/EditableRefdataList.js +13 -10
- package/src/lib/FormModal/FormModal.js +39 -17
- package/src/lib/QueryTypedown/QueryTypedown.js +3 -1
- package/src/lib/constants/customProperties.js +1 -0
- package/src/lib/hooks/index.js +2 -0
- package/src/lib/hooks/typedownHooks/useTypedownData.js +9 -3
- package/src/lib/hooks/useAvailableCustomProperties.js +40 -0
- package/src/lib/hooks/useInvalidateRefdata.js +11 -0
- package/src/lib/hooks/useMutateRefdataValue.js +7 -3
- package/src/lib/hooks/useRefdata.js +2 -3
- package/src/lib/utils/groupCustomPropertiesByCtx.js +13 -0
- package/src/lib/utils/index.js +5 -0
- package/src/lib/utils/refdataQueryKey.js +9 -0
- package/src/lib/utils/typedownQueryKey.js +9 -0
- package/src/lib/utils/validators.js +40 -0
- package/translate.sh +63 -0
- package/translations/stripes-kint-components/ar.json +105 -0
- package/translations/stripes-kint-components/ca.json +1 -0
- package/translations/stripes-kint-components/cs_CZ.json +105 -0
- package/translations/stripes-kint-components/da.json +1 -0
- package/translations/stripes-kint-components/de.json +105 -0
- package/translations/stripes-kint-components/en.json +54 -2
- package/translations/stripes-kint-components/es.json +105 -0
- package/translations/stripes-kint-components/fr.json +105 -0
- package/translations/stripes-kint-components/he.json +1 -0
- package/translations/stripes-kint-components/hi_IN.json +105 -0
- package/translations/stripes-kint-components/hu.json +105 -0
- package/translations/stripes-kint-components/it_IT.json +105 -0
- package/translations/stripes-kint-components/ja.json +105 -0
- package/translations/stripes-kint-components/ko.json +105 -0
- package/translations/stripes-kint-components/nb.json +1 -0
- package/translations/stripes-kint-components/nn.json +1 -0
- package/translations/stripes-kint-components/pl.json +105 -0
- package/translations/stripes-kint-components/pt_PT.json +105 -0
- package/translations/stripes-kint-components/ru.json +105 -0
- package/translations/stripes-kint-components/sv.json +105 -0
- package/translations/stripes-kint-components/ur.json +1 -0
- package/translations/stripes-kint-components/zh_CN.json +105 -0
- package/es/artifacts/coverage-jest/lcov-report/block-navigation.js +0 -109
- package/es/artifacts/coverage-jest/lcov-report/prettify.js +0 -998
- package/es/artifacts/coverage-jest/lcov-report/sorter.js +0 -238
- package/junit.xml +0 -79
- package/src/artifacts/coverage-jest/lcov-report/ActionList/ActionList.js.html +0 -286
- package/src/artifacts/coverage-jest/lcov-report/ActionList/ActionListFieldArray.js.html +0 -925
- package/src/artifacts/coverage-jest/lcov-report/ActionList/index.html +0 -146
- package/src/artifacts/coverage-jest/lcov-report/ActionList/index.js.html +0 -88
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertiesLookup.js.html +0 -418
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertiesSettings.js.html +0 -808
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertiesView.js.html +0 -601
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertyForm.js.html +0 -1135
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/index.html +0 -176
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/index.js.html +0 -97
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/EditableRefdataList.js.html +0 -373
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/index.html +0 -131
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/index.js.html +0 -88
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/EditableSettingsList.js.html +0 -223
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/EditableSettingsListFieldArray.js.html +0 -211
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/EditSettingValue.js.html +0 -376
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/RenderSettingValue.js.html +0 -262
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/SettingField.js.html +0 -436
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/index.html +0 -161
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/index.js.html +0 -94
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/index.html +0 -146
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/index.js.html +0 -94
- package/src/artifacts/coverage-jest/lcov-report/FormModal/FormModal.js.html +0 -283
- package/src/artifacts/coverage-jest/lcov-report/FormModal/index.html +0 -131
- package/src/artifacts/coverage-jest/lcov-report/FormModal/index.js.html +0 -88
- package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/NoResultsMessage.js.html +0 -319
- package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/index.html +0 -131
- package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/index.js.html +0 -88
- package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/QueryTypedown.js.html +0 -184
- package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/index.html +0 -131
- package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/index.js.html +0 -88
- package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/RefdataButtons.js.html +0 -370
- package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/index.html +0 -131
- package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/index.js.html +0 -88
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/SASQLookupComponent.js.html +0 -949
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/index.html +0 -131
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/index.js.html +0 -88
- package/src/artifacts/coverage-jest/lcov-report/SASQRoute/SASQRoute.js.html +0 -301
- package/src/artifacts/coverage-jest/lcov-report/SASQRoute/index.html +0 -131
- package/src/artifacts/coverage-jest/lcov-report/SASQRoute/index.js.html +0 -88
- package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/SASQViewComponent.js.html +0 -253
- package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/index.html +0 -131
- package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/index.js.html +0 -88
- package/src/artifacts/coverage-jest/lcov-report/SearchField/SearchField.js.html +0 -214
- package/src/artifacts/coverage-jest/lcov-report/SearchField/index.html +0 -131
- package/src/artifacts/coverage-jest/lcov-report/SearchField/index.js.html +0 -88
- package/src/artifacts/coverage-jest/lcov-report/SettingPage/SettingPage.js.html +0 -211
- package/src/artifacts/coverage-jest/lcov-report/SettingPage/SettingPagePane.js.html +0 -178
- package/src/artifacts/coverage-jest/lcov-report/SettingPage/index.html +0 -146
- package/src/artifacts/coverage-jest/lcov-report/SettingPage/index.js.html +0 -91
- package/src/artifacts/coverage-jest/lcov-report/Typedown/Typedown.js.html +0 -919
- package/src/artifacts/coverage-jest/lcov-report/Typedown/index.html +0 -131
- package/src/artifacts/coverage-jest/lcov-report/Typedown/index.js.html +0 -88
- package/src/artifacts/coverage-jest/lcov-report/base.css +0 -224
- package/src/artifacts/coverage-jest/lcov-report/block-navigation.js +0 -87
- package/src/artifacts/coverage-jest/lcov-report/constants/customProperties.js.html +0 -112
- package/src/artifacts/coverage-jest/lcov-report/constants/eventCodes.js.html +0 -94
- package/src/artifacts/coverage-jest/lcov-report/constants/index.html +0 -131
- package/src/artifacts/coverage-jest/lcov-report/contexts/SettingsContext.js.html +0 -97
- package/src/artifacts/coverage-jest/lcov-report/contexts/index.html +0 -131
- package/src/artifacts/coverage-jest/lcov-report/contexts/index.js.html +0 -91
- package/src/artifacts/coverage-jest/lcov-report/favicon.png +0 -0
- package/src/artifacts/coverage-jest/lcov-report/hooks/index.html +0 -281
- package/src/artifacts/coverage-jest/lcov-report/hooks/index.js.html +0 -121
- package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/index.html +0 -146
- package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/index.js.html +0 -91
- package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useSettingSection.js.html +0 -163
- package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useSettings.js.html +0 -403
- package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/index.html +0 -161
- package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/index.js.html +0 -94
- package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedown.js.html +0 -520
- package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedownData.js.html +0 -163
- package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedownToggle.js.html +0 -163
- package/src/artifacts/coverage-jest/lcov-report/hooks/useActiveElement.js.html +0 -157
- package/src/artifacts/coverage-jest/lcov-report/hooks/useCustomProperties.js.html +0 -313
- package/src/artifacts/coverage-jest/lcov-report/hooks/useHelperApp.js.html +0 -283
- package/src/artifacts/coverage-jest/lcov-report/hooks/useKiwtFieldArray.js.html +0 -274
- package/src/artifacts/coverage-jest/lcov-report/hooks/useKiwtSASQuery.js.html +0 -178
- package/src/artifacts/coverage-jest/lcov-report/hooks/useLocalStorageState.js.html +0 -136
- package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateCustomProperties.js.html +0 -271
- package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateRefdataValue.js.html +0 -301
- package/src/artifacts/coverage-jest/lcov-report/hooks/useQIndex.js.html +0 -208
- package/src/artifacts/coverage-jest/lcov-report/hooks/useRefdata.js.html +0 -268
- package/src/artifacts/coverage-jest/lcov-report/hooks/useTemplates.js.html +0 -166
- package/src/artifacts/coverage-jest/lcov-report/index.html +0 -416
- package/src/artifacts/coverage-jest/lcov-report/prettify.css +0 -1
- package/src/artifacts/coverage-jest/lcov-report/prettify.js +0 -2
- package/src/artifacts/coverage-jest/lcov-report/sort-arrow-sprite.png +0 -0
- package/src/artifacts/coverage-jest/lcov-report/sorter.js +0 -196
- package/src/artifacts/coverage-jest/lcov-report/utils/buildUrl.js.html +0 -193
- package/src/artifacts/coverage-jest/lcov-report/utils/generateKiwtQuery.js.html +0 -109
- package/src/artifacts/coverage-jest/lcov-report/utils/generateKiwtQueryParams.js.html +0 -454
- package/src/artifacts/coverage-jest/lcov-report/utils/index.html +0 -251
- package/src/artifacts/coverage-jest/lcov-report/utils/index.js.html +0 -121
- package/src/artifacts/coverage-jest/lcov-report/utils/refdataOptions.js.html +0 -106
- package/src/artifacts/coverage-jest/lcov-report/utils/renderHelpText.js.html +0 -166
- package/src/artifacts/coverage-jest/lcov-report/utils/selectorSafe.js.html +0 -103
- package/src/artifacts/coverage-jest/lcov-report/utils/sortByLabel.js.html +0 -130
- package/src/artifacts/coverage-jest/lcov-report/utils/toCamelCase.js.html +0 -127
- package/src/artifacts/coverage-jest/lcov-report/utils/validators.js.html +0 -202
- package/src/artifacts/coverage-jest/lcov.info +0 -2562
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
{
|
|
2
|
+
"AND": "Y",
|
|
3
|
+
"OR": "O",
|
|
4
|
+
"create": "Crear",
|
|
5
|
+
"edit": "Editar",
|
|
6
|
+
"save": "Guardar",
|
|
7
|
+
"cancel": "Cancelar",
|
|
8
|
+
"delete": "Suprimir",
|
|
9
|
+
"apply": "Aplicar",
|
|
10
|
+
"notSet": "No está listo.",
|
|
11
|
+
"errors.hasNonAlphaName": "El nombre sólo puede contener caracteres alfabéticos latinos (a-z) y caracteres numéricos no lideres.",
|
|
12
|
+
"settings.noCurrentValue": "No valor actual",
|
|
13
|
+
"settings.default": "por defecto",
|
|
14
|
+
"settings.edit": "Editar",
|
|
15
|
+
"settings.settingLoading": "Cargando",
|
|
16
|
+
"settings.finishEditing": "Edición final",
|
|
17
|
+
"settings.valueFor": "Valor para establecer {nombre}",
|
|
18
|
+
"actionList.save": "Guardar",
|
|
19
|
+
"actionList.cancel": "Cancelar",
|
|
20
|
+
"actionList.create": "Crear",
|
|
21
|
+
"actionList.actions": "Acciones",
|
|
22
|
+
"editableRefdataList.edit": "Editar",
|
|
23
|
+
"editableRefdataList.delete": "Suprimir",
|
|
24
|
+
"editableRefdataList.label": "Label",
|
|
25
|
+
"editableRefdataList.value": "Valor",
|
|
26
|
+
"sasqLookupComponent.mainPane.found": "registros encontrados",
|
|
27
|
+
"noResultsMessage.showFilters": "Mostrar filtros",
|
|
28
|
+
"customProperties": "Propiedades personalizadas",
|
|
29
|
+
"customProperties.all": "Todos",
|
|
30
|
+
"customProperties.none": "Ninguno",
|
|
31
|
+
"customProperties.label": "Label",
|
|
32
|
+
"customProperties.primary": "Primaria",
|
|
33
|
+
"customProperties.retired": "Retirada",
|
|
34
|
+
"customProperties.ctx": "Contexto",
|
|
35
|
+
"customProperties.ctx.addContext": "Agregar contexto {valor}",
|
|
36
|
+
"customProperties.weight": "Peso del pedido",
|
|
37
|
+
"customProperties.type": "Tipo",
|
|
38
|
+
"customProperties.internalFalse": "Público",
|
|
39
|
+
"customProperties.internalNote": "Nota interna",
|
|
40
|
+
"customProperties.internalTrue": "Internos",
|
|
41
|
+
"customProperties.publicNote": "Nota pública",
|
|
42
|
+
"customProperties.name": "Nombre",
|
|
43
|
+
"customProperties.description": "Descripción",
|
|
44
|
+
"customProperties.category": "Picklist",
|
|
45
|
+
"customProperties.defaultVisibility": "Visión predeterminada",
|
|
46
|
+
"customProperties.noCtxFound": "No hay contexto encontrado",
|
|
47
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyBlob": "Blob",
|
|
48
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyBoolean": "Boolean",
|
|
49
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyContainer": "Container",
|
|
50
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyDecimal": "Decimal",
|
|
51
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyInteger": "Integer",
|
|
52
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyRefdata": "Refdata",
|
|
53
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyRefdataDefinition": "Definición de referencia",
|
|
54
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyText": "Texto",
|
|
55
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyLocalDate": "Fecha",
|
|
56
|
+
"customProperties.delete.confirmLabel": "Suprimir",
|
|
57
|
+
"customProperties.delete.confirmHeading": "Eliminar la propiedad personalizada",
|
|
58
|
+
"customProperties.delete.confirmMessage": "Propiedad personalizada неритититинанихинанинанитинаниринанитиниентинанинининанитинанинаниенннияниянининиянаниниянининиянананияниянинининининиянининияниянанананиянининияннининиянияннннанинтиннинния {no {no {no {no {no {no {no {nombre} {no {noctarнинннннннннннинининнннининнининаннининнннинананининннннн",
|
|
59
|
+
"customProperties.primaryProperties": "Propiedades primarias",
|
|
60
|
+
"customProperties.optionalProperties": "Propiedades opcionales",
|
|
61
|
+
"customProperties.addProperty": "Agregar propiedad",
|
|
62
|
+
"customProperties.ctx.title": "Propiedades personalizadas ({ctx})",
|
|
63
|
+
"customProperty.optionalPropertyHeader": "Propiedad {número}",
|
|
64
|
+
"customProperty.remove": "Quitar la propiedad {número}",
|
|
65
|
+
"search": "Buscar",
|
|
66
|
+
"yes": "Sí.",
|
|
67
|
+
"no": "No",
|
|
68
|
+
"errors.invalidNumber": "Ingrese un número válido para continuar",
|
|
69
|
+
"errors.primaryRetired": "Una propiedad personalizada no puede ser tanto primaria como retirada",
|
|
70
|
+
"errors.customPropertyNoteInvalidNumber": "Se debe introducir un número válido para guardar una nota",
|
|
71
|
+
"errors.customPropertyInvalidNumber": "Ingrese un número válido para continuar",
|
|
72
|
+
"errors.customPropertyNoteWithoutValue": "Se debe establecer un valor para guardar una nota",
|
|
73
|
+
"errors.customPropertyValueNotInRange": "Ingrese un número entero en el rango {min} a {max} para continuar",
|
|
74
|
+
"errors.customPropertyDecimalValueNotInRange": "Ingrese un número en el rango {min} a {max} para continuar",
|
|
75
|
+
"errors.customPropertyMaxTwoDecimals": "Introduzca un número con un máximo de 2 decimales",
|
|
76
|
+
"customProperty": "Bienes inmuebles",
|
|
77
|
+
"customProperty.name": "Nombre",
|
|
78
|
+
"customProperty.value": "Valor",
|
|
79
|
+
"customProperty.internalNote": "Nota interna",
|
|
80
|
+
"customProperty.visibility": "Visibilidad",
|
|
81
|
+
"customProperty.publicNote": "Nota pública",
|
|
82
|
+
"customProperty.internalTrue": "Internos",
|
|
83
|
+
"customProperty.internalFalse": "Público",
|
|
84
|
+
"customProperty.filtersApplied": "{cuenta} filtros de propiedades personalizados aplicados",
|
|
85
|
+
"customProperty.editCustomPropertyFilters": "Editar filtros de propiedad personalizados",
|
|
86
|
+
"customProperty.filterBuilder": "Construcción de filtro de propiedad personalizada",
|
|
87
|
+
"customProperty.filterIndex": "Filtro de propiedad personalizada {index}",
|
|
88
|
+
"customProperty.removeFilter": "Eliminar filtro de propiedad personalizada {n}",
|
|
89
|
+
"customProperty.removeRule": "Quitar la regla {número}",
|
|
90
|
+
"customProperty.addFilter": "Agregar filtro de propiedad personalizado",
|
|
91
|
+
"customProperty.retiredName": "RETIRED: {name}",
|
|
92
|
+
"customProperty.notSet": "No está listo.",
|
|
93
|
+
"operator.isSet": "Is set",
|
|
94
|
+
"operator.isNotSet": "No está listo",
|
|
95
|
+
"operator.equals": "Igualdad",
|
|
96
|
+
"operator.doesNotEqual": "No es igual",
|
|
97
|
+
"operator.isGreaterThanOrEqual": "Es mayor o igual a",
|
|
98
|
+
"operator.isLessThanOrEqual": "Es menor o igual a",
|
|
99
|
+
"operator.isOnOrAfter": "Está encendido o después",
|
|
100
|
+
"operator.isOnOrBefore": "Está en o antes",
|
|
101
|
+
"operator.is": "I",
|
|
102
|
+
"operator.isNot": "No",
|
|
103
|
+
"operator.contains": "Contains",
|
|
104
|
+
"operator.doesNotContain": "No contiene"
|
|
105
|
+
}
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
{
|
|
2
|
+
"AND": "ET",
|
|
3
|
+
"OR": "OU",
|
|
4
|
+
"create": "Créer",
|
|
5
|
+
"edit": "Edit",
|
|
6
|
+
"save": "Save",
|
|
7
|
+
"cancel": "Annuler",
|
|
8
|
+
"delete": "Supprimer",
|
|
9
|
+
"apply": "Appliquer",
|
|
10
|
+
"notSet": "Pas réglé",
|
|
11
|
+
"errors.hasNonAlphaName": "Le nom ne peut contenir que des caractères alphabétiques latins (a-z) et des caractères numériques non dominants.",
|
|
12
|
+
"settings.noCurrentValue": "Aucune valeur courante",
|
|
13
|
+
"settings.default": "default",
|
|
14
|
+
"settings.edit": "Edit",
|
|
15
|
+
"settings.settingLoading": "Chargement",
|
|
16
|
+
"settings.finishEditing": "Terminer l ' édition",
|
|
17
|
+
"settings.valueFor": "Valeur pour le réglage {name}",
|
|
18
|
+
"actionList.save": "Save",
|
|
19
|
+
"actionList.cancel": "Annuler",
|
|
20
|
+
"actionList.create": "Créer",
|
|
21
|
+
"actionList.actions": "Mesures à prendre",
|
|
22
|
+
"editableRefdataList.edit": "Edit",
|
|
23
|
+
"editableRefdataList.delete": "Supprimer",
|
|
24
|
+
"editableRefdataList.label": "Label",
|
|
25
|
+
"editableRefdataList.value": "Valeur",
|
|
26
|
+
"sasqLookupComponent.mainPane.found": "{total} records found",
|
|
27
|
+
"noResultsMessage.showFilters": "Afficher les filtres",
|
|
28
|
+
"customProperties": "Propriétés personnalisées",
|
|
29
|
+
"customProperties.all": "Tout",
|
|
30
|
+
"customProperties.none": "None",
|
|
31
|
+
"customProperties.label": "Label",
|
|
32
|
+
"customProperties.primary": "Primaire",
|
|
33
|
+
"customProperties.retired": "Retraite",
|
|
34
|
+
"customProperties.ctx": "Contexte",
|
|
35
|
+
"customProperties.ctx.addContext": "Ajouter le contexte {valeur}",
|
|
36
|
+
"customProperties.weight": "Poids de commande",
|
|
37
|
+
"customProperties.type": "Type",
|
|
38
|
+
"customProperties.internalFalse": "Public",
|
|
39
|
+
"customProperties.internalNote": "Note interne",
|
|
40
|
+
"customProperties.internalTrue": "Interne",
|
|
41
|
+
"customProperties.publicNote": "Note publique",
|
|
42
|
+
"customProperties.name": "Nom",
|
|
43
|
+
"customProperties.description": "Description",
|
|
44
|
+
"customProperties.category": "Picklist",
|
|
45
|
+
"customProperties.defaultVisibility": "Visibilité par défaut",
|
|
46
|
+
"customProperties.noCtxFound": "Aucun contexte correspondant n'a été trouvé",
|
|
47
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyBlob": "Blob",
|
|
48
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyBoolean": "Boolean",
|
|
49
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyContainer": "Conteneur",
|
|
50
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyDecimal": "Decimal",
|
|
51
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyInteger": "Integer",
|
|
52
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyRefdata": "Refdata",
|
|
53
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyRefdataDefinition": "Définition des données",
|
|
54
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyText": "Texte",
|
|
55
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyLocalDate": "Date",
|
|
56
|
+
"customProperties.delete.confirmLabel": "Supprimer",
|
|
57
|
+
"customProperties.delete.confirmHeading": "Supprimer la propriété personnalisée",
|
|
58
|
+
"customProperties.delete.confirmMessage": "Propriété personnalisée {name} parlé/strong guérira.",
|
|
59
|
+
"customProperties.primaryProperties": "Propriétés primaires",
|
|
60
|
+
"customProperties.optionalProperties": "Propriétés facultatives",
|
|
61
|
+
"customProperties.addProperty": "Ajouter propriété",
|
|
62
|
+
"customProperties.ctx.title": "Propriétés personnalisées ({ctx})",
|
|
63
|
+
"customProperty.optionalPropertyHeader": "Propriété {nombre}",
|
|
64
|
+
"customProperty.remove": "Supprimer la propriété {numéro}",
|
|
65
|
+
"search": "Recherche",
|
|
66
|
+
"yes": "Oui",
|
|
67
|
+
"no": "Non.",
|
|
68
|
+
"errors.invalidNumber": "Veuillez saisir un numéro valide pour continuer",
|
|
69
|
+
"errors.primaryRetired": "Une propriété personnalisée ne peut être à la fois primaire et retraitée",
|
|
70
|
+
"errors.customPropertyNoteInvalidNumber": "Un numéro valide doit être inscrit pour enregistrer une note",
|
|
71
|
+
"errors.customPropertyInvalidNumber": "Veuillez saisir un numéro valide pour continuer",
|
|
72
|
+
"errors.customPropertyNoteWithoutValue": "Une valeur doit être définie pour sauvegarder une note",
|
|
73
|
+
"errors.customPropertyValueNotInRange": "Veuillez entrer un nombre entier dans la gamme {min} à {max} pour continuer",
|
|
74
|
+
"errors.customPropertyDecimalValueNotInRange": "Veuillez entrer un nombre dans la gamme {min} à {max} pour continuer",
|
|
75
|
+
"errors.customPropertyMaxTwoDecimals": "Veuillez entrer un numéro avec un maximum de 2 décimales",
|
|
76
|
+
"customProperty": "Propriété personnalisée",
|
|
77
|
+
"customProperty.name": "Nom",
|
|
78
|
+
"customProperty.value": "Valeur",
|
|
79
|
+
"customProperty.internalNote": "Note interne",
|
|
80
|
+
"customProperty.visibility": "Visibilité",
|
|
81
|
+
"customProperty.publicNote": "Note publique",
|
|
82
|
+
"customProperty.internalTrue": "Interne",
|
|
83
|
+
"customProperty.internalFalse": "Public",
|
|
84
|
+
"customProperty.filtersApplied": "{count} filtres de propriétés personnalisées appliqués",
|
|
85
|
+
"customProperty.editCustomPropertyFilters": "Modifier les filtres de propriété personnalisés",
|
|
86
|
+
"customProperty.filterBuilder": "Fabricant de filtres de propriété personnalisés",
|
|
87
|
+
"customProperty.filterIndex": "Filtre de propriété personnalisée {index}",
|
|
88
|
+
"customProperty.removeFilter": "Supprimer la propriété personnalisée filter {nombre}",
|
|
89
|
+
"customProperty.removeRule": "Supprimer la règle {nombre}",
|
|
90
|
+
"customProperty.addFilter": "Ajouter un filtre personnalisé",
|
|
91
|
+
"customProperty.retiredName": "RETIRED: {name}",
|
|
92
|
+
"customProperty.notSet": "Pas réglé",
|
|
93
|
+
"operator.isSet": "Is set",
|
|
94
|
+
"operator.isNotSet": "N'est pas prêt",
|
|
95
|
+
"operator.equals": "Égalité",
|
|
96
|
+
"operator.doesNotEqual": "Ne pas égaler",
|
|
97
|
+
"operator.isGreaterThanOrEqual": "Est supérieur ou égal à",
|
|
98
|
+
"operator.isLessThanOrEqual": "Est inférieur ou égal à",
|
|
99
|
+
"operator.isOnOrAfter": "Est sur ou après",
|
|
100
|
+
"operator.isOnOrBefore": "Est sur ou avant",
|
|
101
|
+
"operator.is": "Est",
|
|
102
|
+
"operator.isNot": "Non.",
|
|
103
|
+
"operator.contains": "Contient",
|
|
104
|
+
"operator.doesNotContain": "Ne contient pas"
|
|
105
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
{
|
|
2
|
+
"AND": "और",
|
|
3
|
+
"OR": "या",
|
|
4
|
+
"create": "बनाना",
|
|
5
|
+
"edit": "संपादित करें",
|
|
6
|
+
"save": "सहेजें",
|
|
7
|
+
"cancel": "रद्द करना",
|
|
8
|
+
"delete": "डिलीट",
|
|
9
|
+
"apply": "आवेदन",
|
|
10
|
+
"notSet": "सेट नहीं",
|
|
11
|
+
"errors.hasNonAlphaName": "नाम में केवल लैटिन वर्णमाला अक्षर (a-z) और गैर-अग्रणी संख्यात्मक वर्ण हो सकते हैं।",
|
|
12
|
+
"settings.noCurrentValue": "वर्तमान मूल्य नहीं",
|
|
13
|
+
"settings.default": "डिफ़ॉल्ट",
|
|
14
|
+
"settings.edit": "संपादित करें",
|
|
15
|
+
"settings.settingLoading": "लोड हो रहा है",
|
|
16
|
+
"settings.finishEditing": "संपादन",
|
|
17
|
+
"settings.valueFor": "मूल्य निर्धारण {name}",
|
|
18
|
+
"actionList.save": "सहेजें",
|
|
19
|
+
"actionList.cancel": "रद्द करना",
|
|
20
|
+
"actionList.create": "बनाना",
|
|
21
|
+
"actionList.actions": "कार्य",
|
|
22
|
+
"editableRefdataList.edit": "संपादित करें",
|
|
23
|
+
"editableRefdataList.delete": "डिलीट",
|
|
24
|
+
"editableRefdataList.label": "लेबल",
|
|
25
|
+
"editableRefdataList.value": "मूल्य",
|
|
26
|
+
"sasqLookupComponent.mainPane.found": "{total} रिकॉर्ड मिला",
|
|
27
|
+
"noResultsMessage.showFilters": "फिल्टर दिखाएँ",
|
|
28
|
+
"customProperties": "कस्टम गुण",
|
|
29
|
+
"customProperties.all": "सब",
|
|
30
|
+
"customProperties.none": "कोई नहीं",
|
|
31
|
+
"customProperties.label": "लेबल",
|
|
32
|
+
"customProperties.primary": "प्राथमिक",
|
|
33
|
+
"customProperties.retired": "सेवानिवृत्त",
|
|
34
|
+
"customProperties.ctx": "संदर्भ",
|
|
35
|
+
"customProperties.ctx.addContext": "A word that is a word of a word.",
|
|
36
|
+
"customProperties.weight": "आदेश वजन",
|
|
37
|
+
"customProperties.type": "प्रकार",
|
|
38
|
+
"customProperties.internalFalse": "सार्वजनिक",
|
|
39
|
+
"customProperties.internalNote": "आंतरिक नोट",
|
|
40
|
+
"customProperties.internalTrue": "आंतरिक",
|
|
41
|
+
"customProperties.publicNote": "सार्वजनिक नोट",
|
|
42
|
+
"customProperties.name": "नाम",
|
|
43
|
+
"customProperties.description": "विवरण",
|
|
44
|
+
"customProperties.category": "पिकलिस्ट",
|
|
45
|
+
"customProperties.defaultVisibility": "डिफ़ॉल्ट दृश्यता",
|
|
46
|
+
"customProperties.noCtxFound": "कोई मिलान संदर्भ नहीं मिला",
|
|
47
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyBlob": "ब्लॉब",
|
|
48
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyBoolean": "बोओलेन",
|
|
49
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyContainer": "कंटेनर",
|
|
50
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyDecimal": "दशमलव",
|
|
51
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyInteger": "Integer",
|
|
52
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyRefdata": "Refdata",
|
|
53
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyRefdataDefinition": "रेफर्ड परिभाषा",
|
|
54
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyText": "पाठ",
|
|
55
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyLocalDate": "तारीख",
|
|
56
|
+
"customProperties.delete.confirmLabel": "डिलीट",
|
|
57
|
+
"customProperties.delete.confirmHeading": "कस्टम संपत्ति को हटा दें",
|
|
58
|
+
"customProperties.delete.confirmMessage": "कस्टम प्रॉपर्टी <strong>{name}</strong> <strong> को हटा दिया जाएगा</strong>.",
|
|
59
|
+
"customProperties.primaryProperties": "प्राथमिक गुण",
|
|
60
|
+
"customProperties.optionalProperties": "वैकल्पिक गुण",
|
|
61
|
+
"customProperties.addProperty": "संपत्ति जोड़ें",
|
|
62
|
+
"customProperties.ctx.title": "कस्टम गुण ({ctx})",
|
|
63
|
+
"customProperty.optionalPropertyHeader": "संपत्ति {number}",
|
|
64
|
+
"customProperty.remove": "संपत्ति {number} निकालें",
|
|
65
|
+
"search": "खोज",
|
|
66
|
+
"yes": "हाँ",
|
|
67
|
+
"no": "नहीं",
|
|
68
|
+
"errors.invalidNumber": "जारी रखने के लिए कृपया मान्य नंबर दर्ज करें",
|
|
69
|
+
"errors.primaryRetired": "एक कस्टम संपत्ति प्राथमिक और सेवानिवृत्त दोनों नहीं हो सकती है",
|
|
70
|
+
"errors.customPropertyNoteInvalidNumber": "नोट को बचाने के लिए वैध संख्या दर्ज की जानी चाहिए",
|
|
71
|
+
"errors.customPropertyInvalidNumber": "जारी रखने के लिए कृपया मान्य नंबर दर्ज करें",
|
|
72
|
+
"errors.customPropertyNoteWithoutValue": "नोट को बचाने के लिए मूल्य निर्धारित किया जाना चाहिए",
|
|
73
|
+
"errors.customPropertyValueNotInRange": "कृपया सीमा {min} में {max} में पूरी संख्या दर्ज करें",
|
|
74
|
+
"errors.customPropertyDecimalValueNotInRange": "कृपया सीमा {min} में {max} में एक नंबर दर्ज करें",
|
|
75
|
+
"errors.customPropertyMaxTwoDecimals": "कृपया अधिकतम 2 दशमलव स्थानों के साथ एक नंबर दर्ज करें",
|
|
76
|
+
"customProperty": "कस्टम संपत्ति",
|
|
77
|
+
"customProperty.name": "नाम",
|
|
78
|
+
"customProperty.value": "मूल्य",
|
|
79
|
+
"customProperty.internalNote": "आंतरिक नोट",
|
|
80
|
+
"customProperty.visibility": "दृश्यता",
|
|
81
|
+
"customProperty.publicNote": "सार्वजनिक नोट",
|
|
82
|
+
"customProperty.internalTrue": "आंतरिक",
|
|
83
|
+
"customProperty.internalFalse": "सार्वजनिक",
|
|
84
|
+
"customProperty.filtersApplied": "{count} कस्टम गुण फिल्टर लागू",
|
|
85
|
+
"customProperty.editCustomPropertyFilters": "कस्टम प्रॉपर्टी फिल्टर",
|
|
86
|
+
"customProperty.filterBuilder": "कस्टम संपत्ति फिल्टर निर्माता",
|
|
87
|
+
"customProperty.filterIndex": "कस्टम प्रॉपर्टी फिल्टर {index}",
|
|
88
|
+
"customProperty.removeFilter": "कस्टम संपत्ति फ़िल्टर {number} निकालें",
|
|
89
|
+
"customProperty.removeRule": "नियम {number} निकालें",
|
|
90
|
+
"customProperty.addFilter": "कस्टम संपत्ति फ़िल्टर जोड़ें",
|
|
91
|
+
"customProperty.retiredName": "RETIRED: {name}",
|
|
92
|
+
"customProperty.notSet": "सेट नहीं",
|
|
93
|
+
"operator.isSet": "सेट",
|
|
94
|
+
"operator.isNotSet": "निर्धारित नहीं है",
|
|
95
|
+
"operator.equals": "समान",
|
|
96
|
+
"operator.doesNotEqual": "बराबर नहीं",
|
|
97
|
+
"operator.isGreaterThanOrEqual": "अधिक या बराबर है",
|
|
98
|
+
"operator.isLessThanOrEqual": "कम से कम या बराबर है",
|
|
99
|
+
"operator.isOnOrAfter": "या उसके बाद",
|
|
100
|
+
"operator.isOnOrBefore": "पर या पहले",
|
|
101
|
+
"operator.is": "क्या है",
|
|
102
|
+
"operator.isNot": "नहीं",
|
|
103
|
+
"operator.contains": "शामिल",
|
|
104
|
+
"operator.doesNotContain": "शामिल नहीं है"
|
|
105
|
+
}
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
{
|
|
2
|
+
"AND": "és",
|
|
3
|
+
"OR": "Vagy",
|
|
4
|
+
"create": "Teremtés",
|
|
5
|
+
"edit": "Edit",
|
|
6
|
+
"save": "Mentés",
|
|
7
|
+
"cancel": "Törlés",
|
|
8
|
+
"delete": "Törlés",
|
|
9
|
+
"apply": "Alkalmazás",
|
|
10
|
+
"notSet": "Nem",
|
|
11
|
+
"errors.hasNonAlphaName": "A név csak latin alfabetikus karaktereket (a-z) és nem vezető numerikus karaktereket tartalmazhat.",
|
|
12
|
+
"settings.noCurrentValue": "Nincs jelenlegi érték",
|
|
13
|
+
"settings.default": "default",
|
|
14
|
+
"settings.edit": "Edit",
|
|
15
|
+
"settings.settingLoading": "Loading",
|
|
16
|
+
"settings.finishEditing": "Finish szerkesztés",
|
|
17
|
+
"settings.valueFor": "Érték a beállításhoz {name}",
|
|
18
|
+
"actionList.save": "Mentés",
|
|
19
|
+
"actionList.cancel": "Törlés",
|
|
20
|
+
"actionList.create": "Teremtés",
|
|
21
|
+
"actionList.actions": "Akciók",
|
|
22
|
+
"editableRefdataList.edit": "Edit",
|
|
23
|
+
"editableRefdataList.delete": "Törlés",
|
|
24
|
+
"editableRefdataList.label": "Címke",
|
|
25
|
+
"editableRefdataList.value": "Érték",
|
|
26
|
+
"sasqLookupComponent.mainPane.found": "{teljes} rekordok",
|
|
27
|
+
"noResultsMessage.showFilters": "Mutasd meg a szűrőket",
|
|
28
|
+
"customProperties": "Vám tulajdonságok",
|
|
29
|
+
"customProperties.all": "Minden",
|
|
30
|
+
"customProperties.none": "Nem",
|
|
31
|
+
"customProperties.label": "Címke",
|
|
32
|
+
"customProperties.primary": "Elsődleges",
|
|
33
|
+
"customProperties.retired": "Nyugodt",
|
|
34
|
+
"customProperties.ctx": "Kontextus",
|
|
35
|
+
"customProperties.ctx.addContext": "Add hozzá a kontextust {érték}",
|
|
36
|
+
"customProperties.weight": "Order súly",
|
|
37
|
+
"customProperties.type": "Típus",
|
|
38
|
+
"customProperties.internalFalse": "nyilvános",
|
|
39
|
+
"customProperties.internalNote": "Belső megjegyzés",
|
|
40
|
+
"customProperties.internalTrue": "Belső",
|
|
41
|
+
"customProperties.publicNote": "nyilvános megjegyzés",
|
|
42
|
+
"customProperties.name": "név",
|
|
43
|
+
"customProperties.description": "Leírás",
|
|
44
|
+
"customProperties.category": "Picklist",
|
|
45
|
+
"customProperties.defaultVisibility": "Alapértelmezett láthatóság",
|
|
46
|
+
"customProperties.noCtxFound": "Nincs megfelelő kontextus talált",
|
|
47
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyBlob": "Blob",
|
|
48
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyBoolean": "Boolean",
|
|
49
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyContainer": "Konténer",
|
|
50
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyDecimal": "Decimal",
|
|
51
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyInteger": "Integráció",
|
|
52
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyRefdata": "Refdata",
|
|
53
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyRefdataDefinition": "Refdata definíció",
|
|
54
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyText": "Szöveg",
|
|
55
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyLocalDate": "Dátum",
|
|
56
|
+
"customProperties.delete.confirmLabel": "Törlés",
|
|
57
|
+
"customProperties.delete.confirmHeading": "Törölje az egyéni tulajdont",
|
|
58
|
+
"customProperties.delete.confirmMessage": "Az egyedi tulajdon <strong>{name/strong> lesz <strong>deleted</strong>.",
|
|
59
|
+
"customProperties.primaryProperties": "Elsődleges tulajdonságok",
|
|
60
|
+
"customProperties.optionalProperties": "Opcionális tulajdonságok",
|
|
61
|
+
"customProperties.addProperty": "Adjon hozzá ingatlant",
|
|
62
|
+
"customProperties.ctx.title": "egyedi tulajdonságok ({ctx})",
|
|
63
|
+
"customProperty.optionalPropertyHeader": "Tulajdonság {szám}",
|
|
64
|
+
"customProperty.remove": "Távolítsa el az ingatlant {szám}",
|
|
65
|
+
"search": "Keresés",
|
|
66
|
+
"yes": "Igen,",
|
|
67
|
+
"no": "Nem",
|
|
68
|
+
"errors.invalidNumber": "Kérjük, adja meg az érvényes számot, hogy továbbra is",
|
|
69
|
+
"errors.primaryRetired": "Egy egyedi tulajdon nem lehet elsődleges és nyugdíjas",
|
|
70
|
+
"errors.customPropertyNoteInvalidNumber": "Egy érvényes számot kell beírni annak érdekében, hogy megmentsen egy jegyzetet",
|
|
71
|
+
"errors.customPropertyInvalidNumber": "Kérjük, adja meg az érvényes számot, hogy továbbra is",
|
|
72
|
+
"errors.customPropertyNoteWithoutValue": "Egy értéket kell meghatározni annak érdekében, hogy megmentsen egy jegyzetet",
|
|
73
|
+
"errors.customPropertyValueNotInRange": "Kérjük, lépjen be egy teljes számot a tartományban {min}-ig, hogy folytassa",
|
|
74
|
+
"errors.customPropertyDecimalValueNotInRange": "Kérjük, adja meg a számot a tartományban {min}-t, hogy folytassa",
|
|
75
|
+
"errors.customPropertyMaxTwoDecimals": "Kérjük, adja meg a maximum 2 decimál helyet",
|
|
76
|
+
"customProperty": "Termékek",
|
|
77
|
+
"customProperty.name": "név",
|
|
78
|
+
"customProperty.value": "Érték",
|
|
79
|
+
"customProperty.internalNote": "Belső megjegyzés",
|
|
80
|
+
"customProperty.visibility": "Láthatóság",
|
|
81
|
+
"customProperty.publicNote": "nyilvános megjegyzés",
|
|
82
|
+
"customProperty.internalTrue": "Belső",
|
|
83
|
+
"customProperty.internalFalse": "nyilvános",
|
|
84
|
+
"customProperty.filtersApplied": "{count} egyedi tulajdonságszűrők alkalmazása",
|
|
85
|
+
"customProperty.editCustomPropertyFilters": "Szerkeszteni egyedi ingatlanszűrők",
|
|
86
|
+
"customProperty.filterBuilder": "Custom ingatlanszűrő építő",
|
|
87
|
+
"customProperty.filterIndex": "egyedi tulajdonszűrő {index}",
|
|
88
|
+
"customProperty.removeFilter": "Távolítsa el az egyéni tulajdonszűrőt {szám}",
|
|
89
|
+
"customProperty.removeRule": "Távolítsa el a szabályt {szám}",
|
|
90
|
+
"customProperty.addFilter": "Adjon hozzá egyedi ingatlanszűrőt",
|
|
91
|
+
"customProperty.retiredName": "Olvasson bele a(z)",
|
|
92
|
+
"customProperty.notSet": "Nem",
|
|
93
|
+
"operator.isSet": "A beállítás",
|
|
94
|
+
"operator.isNotSet": "Nincs beállítva",
|
|
95
|
+
"operator.equals": "Egyenletek",
|
|
96
|
+
"operator.doesNotEqual": "Nem egyenlő",
|
|
97
|
+
"operator.isGreaterThanOrEqual": "Nagyobb, mint vagy egyenlő",
|
|
98
|
+
"operator.isLessThanOrEqual": "Kevesebb, mint vagy egyenlő",
|
|
99
|
+
"operator.isOnOrAfter": "Vagy utána",
|
|
100
|
+
"operator.isOnOrBefore": "Van vagy korábban",
|
|
101
|
+
"operator.is": "Az",
|
|
102
|
+
"operator.isNot": "Nem.",
|
|
103
|
+
"operator.contains": "Kontakt",
|
|
104
|
+
"operator.doesNotContain": "Nem tartalmaz"
|
|
105
|
+
}
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
{
|
|
2
|
+
"AND": "E",
|
|
3
|
+
"OR": "O",
|
|
4
|
+
"create": "Creare",
|
|
5
|
+
"edit": "Modifica",
|
|
6
|
+
"save": "Salva",
|
|
7
|
+
"cancel": "Annulla",
|
|
8
|
+
"delete": "Cancella",
|
|
9
|
+
"apply": "Applicare",
|
|
10
|
+
"notSet": "Non impostato",
|
|
11
|
+
"errors.hasNonAlphaName": "Il nome può contenere solo caratteri alfabetici latini (a-z) e caratteri numerici non leader.",
|
|
12
|
+
"settings.noCurrentValue": "Nessun valore attuale",
|
|
13
|
+
"settings.default": "predefinito",
|
|
14
|
+
"settings.edit": "Modifica",
|
|
15
|
+
"settings.settingLoading": "Caricamento",
|
|
16
|
+
"settings.finishEditing": "Modifica della finitura",
|
|
17
|
+
"settings.valueFor": "Valore per l'impostazione {name}",
|
|
18
|
+
"actionList.save": "Salva",
|
|
19
|
+
"actionList.cancel": "Annulla",
|
|
20
|
+
"actionList.create": "Creare",
|
|
21
|
+
"actionList.actions": "Azioni",
|
|
22
|
+
"editableRefdataList.edit": "Modifica",
|
|
23
|
+
"editableRefdataList.delete": "Cancella",
|
|
24
|
+
"editableRefdataList.label": "Etichetta",
|
|
25
|
+
"editableRefdataList.value": "Valore",
|
|
26
|
+
"sasqLookupComponent.mainPane.found": "Risultati trovati",
|
|
27
|
+
"noResultsMessage.showFilters": "Mostra filtri",
|
|
28
|
+
"customProperties": "Proprietà personalizzate",
|
|
29
|
+
"customProperties.all": "Tutti",
|
|
30
|
+
"customProperties.none": "Nessuno",
|
|
31
|
+
"customProperties.label": "Etichetta",
|
|
32
|
+
"customProperties.primary": "Primario",
|
|
33
|
+
"customProperties.retired": "Ritiro",
|
|
34
|
+
"customProperties.ctx": "Contesto",
|
|
35
|
+
"customProperties.ctx.addContext": "Aggiungi contesto {valore}",
|
|
36
|
+
"customProperties.weight": "Peso dell'ordine",
|
|
37
|
+
"customProperties.type": "Tipo",
|
|
38
|
+
"customProperties.internalFalse": "Pubblico",
|
|
39
|
+
"customProperties.internalNote": "Nota interna",
|
|
40
|
+
"customProperties.internalTrue": "Interno",
|
|
41
|
+
"customProperties.publicNote": "Nota pubblica",
|
|
42
|
+
"customProperties.name": "Nome",
|
|
43
|
+
"customProperties.description": "Designazione delle merci",
|
|
44
|
+
"customProperties.category": "Picklist",
|
|
45
|
+
"customProperties.defaultVisibility": "visibilità predefinita",
|
|
46
|
+
"customProperties.noCtxFound": "Nessun contesto corrispondente trovato",
|
|
47
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyBlob": "Blob",
|
|
48
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyBoolean": "Boolean",
|
|
49
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyContainer": "Contenitore",
|
|
50
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyDecimal": "Decimale",
|
|
51
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyInteger": "Integer",
|
|
52
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyRefdata": "Dati di riflessione",
|
|
53
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyRefdataDefinition": "Definizione dei dati",
|
|
54
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyText": "Testo",
|
|
55
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyLocalDate": "Data",
|
|
56
|
+
"customProperties.delete.confirmLabel": "Cancella",
|
|
57
|
+
"customProperties.delete.confirmHeading": "Eliminare la proprietà personalizzata",
|
|
58
|
+
"customProperties.delete.confirmMessage": "La proprietà doganale <strong>{name} </strong> sarà <strong>deleted",
|
|
59
|
+
"customProperties.primaryProperties": "Proprietà primarie",
|
|
60
|
+
"customProperties.optionalProperties": "Proprietà opzionali",
|
|
61
|
+
"customProperties.addProperty": "Aggiungi proprietà",
|
|
62
|
+
"customProperties.ctx.title": "Proprietà personalizzate ({ctx})",
|
|
63
|
+
"customProperty.optionalPropertyHeader": "Proprietà {numero}",
|
|
64
|
+
"customProperty.remove": "Rimuovere la proprietà {numero}",
|
|
65
|
+
"search": "Ricerca",
|
|
66
|
+
"yes": "Sì.",
|
|
67
|
+
"no": "No.",
|
|
68
|
+
"errors.invalidNumber": "Inserisci un numero valido per continuare",
|
|
69
|
+
"errors.primaryRetired": "Una proprietà personalizzata non può essere sia primaria che ritirata",
|
|
70
|
+
"errors.customPropertyNoteInvalidNumber": "Un numero valido deve essere inserito per salvare una nota",
|
|
71
|
+
"errors.customPropertyInvalidNumber": "Inserisci un numero valido per continuare",
|
|
72
|
+
"errors.customPropertyNoteWithoutValue": "Un valore deve essere impostato per salvare una nota",
|
|
73
|
+
"errors.customPropertyValueNotInRange": "Si prega di inserire un numero intero nella gamma {min} a {max} per continuare",
|
|
74
|
+
"errors.customPropertyDecimalValueNotInRange": "Inserisci un numero nell'intervallo {min} a {max} per continuare",
|
|
75
|
+
"errors.customPropertyMaxTwoDecimals": "Si prega di inserire un numero con un massimo di 2 punti decimali",
|
|
76
|
+
"customProperty": "Proprietà personalizzata",
|
|
77
|
+
"customProperty.name": "Nome",
|
|
78
|
+
"customProperty.value": "Valore",
|
|
79
|
+
"customProperty.internalNote": "Nota interna",
|
|
80
|
+
"customProperty.visibility": "Visibilità",
|
|
81
|
+
"customProperty.publicNote": "Nota pubblica",
|
|
82
|
+
"customProperty.internalTrue": "Interno",
|
|
83
|
+
"customProperty.internalFalse": "Pubblico",
|
|
84
|
+
"customProperty.filtersApplied": "{count} proprietà personalizzate filtri applicati",
|
|
85
|
+
"customProperty.editCustomPropertyFilters": "Modifica filtri di proprietà personalizzati",
|
|
86
|
+
"customProperty.filterBuilder": "Costruttore di filtro personalizzato",
|
|
87
|
+
"customProperty.filterIndex": "Filtro di proprietà personalizzato {indice}",
|
|
88
|
+
"customProperty.removeFilter": "Rimuovere il filtro di proprietà personalizzato {numero}",
|
|
89
|
+
"customProperty.removeRule": "Rimuovi la regola {numero}",
|
|
90
|
+
"customProperty.addFilter": "Aggiungi filtro proprietà personalizzato",
|
|
91
|
+
"customProperty.retiredName": "RETIRED: {name}",
|
|
92
|
+
"customProperty.notSet": "Non impostato",
|
|
93
|
+
"operator.isSet": "È pronto",
|
|
94
|
+
"operator.isNotSet": "Non è impostato",
|
|
95
|
+
"operator.equals": "Parità",
|
|
96
|
+
"operator.doesNotEqual": "Non è uguale",
|
|
97
|
+
"operator.isGreaterThanOrEqual": "È maggiore o uguale a",
|
|
98
|
+
"operator.isLessThanOrEqual": "È inferiore o uguale a",
|
|
99
|
+
"operator.isOnOrAfter": "Su o dopo",
|
|
100
|
+
"operator.isOnOrBefore": "Su o prima",
|
|
101
|
+
"operator.is": "È",
|
|
102
|
+
"operator.isNot": "Non è",
|
|
103
|
+
"operator.contains": "Contiene",
|
|
104
|
+
"operator.doesNotContain": "Non contiene"
|
|
105
|
+
}
|