@openui5/sap.ui.integration 1.104.0 → 1.105.1
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/.reuse/dep5 +1 -1
- package/THIRDPARTY.txt +1 -1
- package/package.json +3 -3
- package/src/sap/ui/integration/.library +7 -7
- package/src/sap/ui/integration/ActionDefinition.js +1 -1
- package/src/sap/ui/integration/Designtime.js +1 -1
- package/src/sap/ui/integration/Extension.js +1 -1
- package/src/sap/ui/integration/Host.js +1 -1
- package/src/sap/ui/integration/cards/AdaptiveContent.js +1 -1
- package/src/sap/ui/integration/cards/AnalyticalContent.js +1 -1
- package/src/sap/ui/integration/cards/AnalyticsCloudContent.js +1 -1
- package/src/sap/ui/integration/cards/BaseContent.js +5 -4
- package/src/sap/ui/integration/cards/BaseListContent.js +1 -5
- package/src/sap/ui/integration/cards/CalendarContent.js +1 -1
- package/src/sap/ui/integration/cards/ComponentContent.js +1 -1
- package/src/sap/ui/integration/cards/Footer.js +1 -1
- package/src/sap/ui/integration/cards/Header.js +4 -2
- package/src/sap/ui/integration/cards/ListContent.js +1 -1
- package/src/sap/ui/integration/cards/NumericHeader.js +5 -3
- package/src/sap/ui/integration/cards/ObjectContent.js +18 -5
- package/src/sap/ui/integration/cards/TableContent.js +1 -1
- package/src/sap/ui/integration/cards/TimelineContent.js +1 -1
- package/src/sap/ui/integration/cards/WebPageContent.js +1 -1
- package/src/sap/ui/integration/cards/actions/CardActions.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputChoiceSet.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputDate.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputNumber.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputText.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputTime.js +0 -2
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputToggle.js +1 -1
- package/src/sap/ui/integration/cards/filters/BaseFilter.js +1 -1
- package/src/sap/ui/integration/cards/filters/DateRangeFilter.js +6 -3
- package/src/sap/ui/integration/cards/filters/FilterBar.js +1 -1
- package/src/sap/ui/integration/cards/filters/FilterBarFactory.js +1 -1
- package/src/sap/ui/integration/cards/filters/SearchFilter.js +1 -1
- package/src/sap/ui/integration/cards/filters/SelectFilter.js +3 -3
- package/src/sap/ui/integration/controls/ActionsStrip.js +1 -1
- package/src/sap/ui/integration/controls/ActionsToolbar.js +1 -1
- package/src/sap/ui/integration/controls/LinkWithIcon.js +1 -1
- package/src/sap/ui/integration/controls/ListContentItem.js +1 -1
- package/src/sap/ui/integration/controls/Microchart.js +1 -1
- package/src/sap/ui/integration/controls/MicrochartLegend.js +1 -1
- package/src/sap/ui/integration/controls/Paginator.js +1 -1
- package/src/sap/ui/integration/customElements/CustomElementBase.js +0 -2
- package/src/sap/ui/integration/designtime/baseEditor/BaseEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/PropertyEditor.js +3 -5
- package/src/sap/ui/integration/designtime/baseEditor/PropertyEditors.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/BasePropertyEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/PropertyEditorFactory.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/arrayEditor/ArrayEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/booleanEditor/BooleanEditor.js +3 -5
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateEditor/DateEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateTimeEditor/DateTimeEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/enumStringEditor/EnumStringEditor.js +3 -5
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/groupEditor/GroupEditor.js +3 -5
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IconEditor.js +1 -3
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IsInIconPool.validator.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/integerEditor/IntegerEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/jsonEditor/JsonEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/listEditor/ListEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/mapEditor/MapEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/multiSelectEditor/MultiSelectEditor.js +3 -5
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/numberEditor/NumberEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/objectArrayEditor/ObjectArrayEditor.js +3 -5
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/selectEditor/SelectEditor.js +3 -5
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/separatorEditor/SeparatorEditor.js +3 -5
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/stringEditor/StringEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/textAreaEditor/TextAreaEditor.js +3 -5
- package/src/sap/ui/integration/designtime/baseEditor/util/binding/ObjectBinding.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/unset.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsBoolean.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsDate.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsInteger.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsNumber.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsSelectedKey.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsStringList.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueKey.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueList.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsValidBinding.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/MaxLength.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/NotABinding.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/ValidatorRegistry.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/config/FooterConfig.js +22 -0
- package/src/sap/ui/integration/designtime/cardEditor/config/generateActionConfig.js +8 -1
- package/src/sap/ui/integration/designtime/cardEditor/config/generateFooterActionsStripConfig.js +179 -0
- package/src/sap/ui/integration/designtime/cardEditor/config/index.js +17 -3
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n.properties +42 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_ar.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_bg.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_ca.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_cs.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_cy.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_da.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_de.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_el.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_en.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_en_GB.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_en_US_sappsd.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_en_US_saprigi.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_es.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_es_MX.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_et.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_fi.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_fr.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_fr_CA.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_hi.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_hr.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_hu.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_id.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_it.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_iw.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_ja.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_kk.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_ko.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_lt.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_lv.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_ms.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_nl.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_no.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_pl.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_pt.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_pt_PT.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_ro.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_ru.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_sh.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_sk.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_sl.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_sv.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_th.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_tr.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_uk.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_vi.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_zh_CN.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_zh_TW.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/complexMapEditor/ComplexMapEditor.js +10 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/destinationsEditor/DestinationsEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/filtersEditor/FiltersEditor.js +10 -2
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/parametersEditor/ParametersEditor.js +1 -1
- package/src/sap/ui/integration/designtime/editor/CardEditor.js +1 -1
- package/src/sap/ui/integration/designtime/editor/CardPreview.js +1 -1
- package/src/sap/ui/integration/designtime/editor/css/CardPreview.css +2 -0
- package/src/sap/ui/integration/editor/Editor.js +14 -14
- package/src/sap/ui/integration/editor/EditorResourceBundles.js +1 -1
- package/src/sap/ui/integration/editor/Extension.js +2 -2
- package/src/sap/ui/integration/editor/Manifest.js +1 -1
- package/src/sap/ui/integration/editor/Merger.js +2 -4
- package/src/sap/ui/integration/editor/Settings.js +49 -44
- package/src/sap/ui/integration/editor/fields/BaseField.js +54 -6
- package/src/sap/ui/integration/editor/fields/BooleanField.js +1 -1
- package/src/sap/ui/integration/editor/fields/DateField.js +1 -1
- package/src/sap/ui/integration/editor/fields/DateTimeField.js +1 -1
- package/src/sap/ui/integration/editor/fields/DestinationField.js +1 -1
- package/src/sap/ui/integration/editor/fields/IntegerField.js +1 -1
- package/src/sap/ui/integration/editor/fields/NumberField.js +1 -1
- package/src/sap/ui/integration/editor/fields/ObjectField.js +13 -2
- package/src/sap/ui/integration/editor/fields/ObjectListField.js +3 -2
- package/src/sap/ui/integration/editor/fields/StringField.js +1 -1
- package/src/sap/ui/integration/editor/fields/StringListField.js +1 -1
- package/src/sap/ui/integration/editor/fields/fragment/Controller.js +43 -0
- package/src/sap/ui/integration/editor/fields/viz/ColorSelect.js +26 -39
- package/src/sap/ui/integration/editor/fields/viz/IconSelect.js +54 -71
- package/src/sap/ui/integration/editor/fields/viz/ShapeSelect.js +21 -38
- package/src/sap/ui/integration/editor/fields/viz/VizBase.js +91 -0
- package/src/sap/ui/integration/library.js +12 -4
- package/src/sap/ui/integration/model/ContextModel.js +1 -1
- package/src/sap/ui/integration/model/ObservableModel.js +1 -1
- package/src/sap/ui/integration/model/PagingModelListBinding.js +1 -1
- package/src/sap/ui/integration/schemas/sap-card.json +7 -1
- package/src/sap/ui/integration/util/BaseFactory.js +1 -1
- package/src/sap/ui/integration/util/BindingHelper.js +1 -1
- package/src/sap/ui/integration/util/BindingResolver.js +1 -1
- package/src/sap/ui/integration/util/CacheAndRequestDataProvider.js +2 -0
- package/src/sap/ui/integration/util/CardObserver.js +1 -1
- package/src/sap/ui/integration/util/ContentFactory.js +1 -1
- package/src/sap/ui/integration/util/CsrfTokenHandler.js +1 -1
- package/src/sap/ui/integration/util/DataProvider.js +43 -4
- package/src/sap/ui/integration/util/DataProviderFactory.js +2 -5
- package/src/sap/ui/integration/util/Destinations.js +1 -3
- package/src/sap/ui/integration/util/ExtensionDataProvider.js +8 -1
- package/src/sap/ui/integration/util/HeaderFactory.js +1 -1
- package/src/sap/ui/integration/util/JSONBindingHelper.js +1 -1
- package/src/sap/ui/integration/util/LoadingProvider.js +1 -1
- package/src/sap/ui/integration/util/Manifest.js +1 -1
- package/src/sap/ui/integration/util/ManifestResolver.js +4 -0
- package/src/sap/ui/integration/util/ParameterMap.js +14 -0
- package/src/sap/ui/integration/util/RequestDataProvider.js +8 -9
- package/src/sap/ui/integration/util/ServiceDataProvider.js +1 -1
- package/src/sap/ui/integration/util/ServiceManager.js +1 -1
- package/src/sap/ui/integration/util/SkeletonCard.js +1 -1
- package/src/sap/ui/integration/util/Utils.js +1 -1
- package/src/sap/ui/integration/widgets/Card.js +64 -14
|
@@ -61,6 +61,26 @@ CARD_EDITOR.ACTIONS=Radnje
|
|
|
61
61
|
|
|
62
62
|
CARD_EDITOR.ACTION=Radnja
|
|
63
63
|
|
|
64
|
+
CARD_EDITOR.ACTIONS.STRIP=Actions Strip
|
|
65
|
+
|
|
66
|
+
CARD_EDITOR.ACTION.STRIP=Action Strip
|
|
67
|
+
|
|
68
|
+
CARD_EDITOR.ACTION.STRIP.TYPE=Type
|
|
69
|
+
|
|
70
|
+
CARD_EDITOR.ACTION.STRIP.OVERFLOWPRIORITY=Overflow Priority
|
|
71
|
+
|
|
72
|
+
CARD_EDITOR.ACTION.STRIP.ICON=Icon
|
|
73
|
+
|
|
74
|
+
CARD_EDITOR.ACTION.TEXT=Text
|
|
75
|
+
|
|
76
|
+
CARD_EDITOR.ACTION.STRIP.TOOLTIP=Tooltip
|
|
77
|
+
|
|
78
|
+
CARD_EDITOR.ACTION.STRIP.BUTTON.TYPE=Button Type
|
|
79
|
+
|
|
80
|
+
CARD_EDITOR.ACTION.ARIAHASPOPUP=Aria has Popup
|
|
81
|
+
|
|
82
|
+
CARD_EDITOR.ACTION.VISIBLE=Visible
|
|
83
|
+
|
|
64
84
|
CARD_EDITOR.ACTION.SERVICE=Usluga
|
|
65
85
|
|
|
66
86
|
CARD_EDITOR.ACTION.ENABLED=Aktivirano
|
|
@@ -181,6 +201,8 @@ CARD_EDITOR.PARAMETERS=Parametri
|
|
|
181
201
|
|
|
182
202
|
CARD_EDITOR.LABEL=Oznaka
|
|
183
203
|
|
|
204
|
+
CARD_EDITOR.ADD.PARAMETER=Parameter
|
|
205
|
+
|
|
184
206
|
CARD_EDITOR.PARAMETERS.DESCRIPTION=Opis
|
|
185
207
|
|
|
186
208
|
CARD_EDITOR.PARAMETERS.PLACEHOLDER=Dr\u017Ea\u010D mjesta
|
|
@@ -263,6 +285,10 @@ CARD_EDITOR.FILTER.ITEM_LABEL=Filtar
|
|
|
263
285
|
|
|
264
286
|
CARD_EDITOR.FILTER.VALUE=Po\u010Detna vrijednost
|
|
265
287
|
|
|
288
|
+
CARD_EDITOR.FILTER.NORMALVALUE=Value
|
|
289
|
+
|
|
290
|
+
CARD_EDITOR.FILTER.PLACEHOLDER=Placeholder
|
|
291
|
+
|
|
266
292
|
CARD_EDITOR.FILTER.ITEM.PATH=Staza podataka za korijen JSON
|
|
267
293
|
|
|
268
294
|
CARD_EDITOR.FILTER.ITEM.TEMPLATE.TITLE=Naslov predlo\u0161ka povezivanja stavki
|
|
@@ -293,6 +319,8 @@ CARD_EDITOR.GROUP.HEADER=Konfiguracija zaglavlja kartice
|
|
|
293
319
|
|
|
294
320
|
CARD_EDITOR.GROUP.CONTENT=Konfiguracija sadr\u017Eaja
|
|
295
321
|
|
|
322
|
+
CARD_EDITOR.GROUP.FOOTER=Card Footer Configuration
|
|
323
|
+
|
|
296
324
|
CARD_EDITOR.STATE.SUCCESS=Uspjeh
|
|
297
325
|
|
|
298
326
|
CARD_EDITOR.STATE.ERROR=Gre\u0161ka
|
|
@@ -61,6 +61,26 @@ CARD_EDITOR.ACTIONS=M\u0171veletek
|
|
|
61
61
|
|
|
62
62
|
CARD_EDITOR.ACTION=M\u0171velet
|
|
63
63
|
|
|
64
|
+
CARD_EDITOR.ACTIONS.STRIP=Actions Strip
|
|
65
|
+
|
|
66
|
+
CARD_EDITOR.ACTION.STRIP=Action Strip
|
|
67
|
+
|
|
68
|
+
CARD_EDITOR.ACTION.STRIP.TYPE=Type
|
|
69
|
+
|
|
70
|
+
CARD_EDITOR.ACTION.STRIP.OVERFLOWPRIORITY=Overflow Priority
|
|
71
|
+
|
|
72
|
+
CARD_EDITOR.ACTION.STRIP.ICON=Icon
|
|
73
|
+
|
|
74
|
+
CARD_EDITOR.ACTION.TEXT=Text
|
|
75
|
+
|
|
76
|
+
CARD_EDITOR.ACTION.STRIP.TOOLTIP=Tooltip
|
|
77
|
+
|
|
78
|
+
CARD_EDITOR.ACTION.STRIP.BUTTON.TYPE=Button Type
|
|
79
|
+
|
|
80
|
+
CARD_EDITOR.ACTION.ARIAHASPOPUP=Aria has Popup
|
|
81
|
+
|
|
82
|
+
CARD_EDITOR.ACTION.VISIBLE=Visible
|
|
83
|
+
|
|
64
84
|
CARD_EDITOR.ACTION.SERVICE=Szolg\u00E1ltat\u00E1s
|
|
65
85
|
|
|
66
86
|
CARD_EDITOR.ACTION.ENABLED=Enged\u00E9lyezve
|
|
@@ -181,6 +201,8 @@ CARD_EDITOR.PARAMETERS=Param\u00E9terek
|
|
|
181
201
|
|
|
182
202
|
CARD_EDITOR.LABEL=C\u00EDmke
|
|
183
203
|
|
|
204
|
+
CARD_EDITOR.ADD.PARAMETER=Parameter
|
|
205
|
+
|
|
184
206
|
CARD_EDITOR.PARAMETERS.DESCRIPTION=Le\u00EDr\u00E1s
|
|
185
207
|
|
|
186
208
|
CARD_EDITOR.PARAMETERS.PLACEHOLDER=Helyfoglal\u00F3
|
|
@@ -263,6 +285,10 @@ CARD_EDITOR.FILTER.ITEM_LABEL=Sz\u0171r\u0151
|
|
|
263
285
|
|
|
264
286
|
CARD_EDITOR.FILTER.VALUE=Inici\u00E1lis \u00E9rt\u00E9k
|
|
265
287
|
|
|
288
|
+
CARD_EDITOR.FILTER.NORMALVALUE=Value
|
|
289
|
+
|
|
290
|
+
CARD_EDITOR.FILTER.PLACEHOLDER=Placeholder
|
|
291
|
+
|
|
266
292
|
CARD_EDITOR.FILTER.ITEM.PATH=Adatel\u00E9r\u00E9si \u00FAt JSON-gy\u00F6k\u00E9rhez
|
|
267
293
|
|
|
268
294
|
CARD_EDITOR.FILTER.ITEM.TEMPLATE.TITLE=Elemk\u00F6t\u00E9si sablon megnevez\u00E9se
|
|
@@ -293,6 +319,8 @@ CARD_EDITOR.GROUP.HEADER=K\u00E1rtyafejl\u00E9c-konfigur\u00E1ci\u00F3
|
|
|
293
319
|
|
|
294
320
|
CARD_EDITOR.GROUP.CONTENT=Tartalomkonfigur\u00E1ci\u00F3
|
|
295
321
|
|
|
322
|
+
CARD_EDITOR.GROUP.FOOTER=Card Footer Configuration
|
|
323
|
+
|
|
296
324
|
CARD_EDITOR.STATE.SUCCESS=Sikeres
|
|
297
325
|
|
|
298
326
|
CARD_EDITOR.STATE.ERROR=Hiba
|
|
@@ -61,6 +61,26 @@ CARD_EDITOR.ACTIONS=Tindakan
|
|
|
61
61
|
|
|
62
62
|
CARD_EDITOR.ACTION=Tindakan
|
|
63
63
|
|
|
64
|
+
CARD_EDITOR.ACTIONS.STRIP=Actions Strip
|
|
65
|
+
|
|
66
|
+
CARD_EDITOR.ACTION.STRIP=Action Strip
|
|
67
|
+
|
|
68
|
+
CARD_EDITOR.ACTION.STRIP.TYPE=Type
|
|
69
|
+
|
|
70
|
+
CARD_EDITOR.ACTION.STRIP.OVERFLOWPRIORITY=Overflow Priority
|
|
71
|
+
|
|
72
|
+
CARD_EDITOR.ACTION.STRIP.ICON=Icon
|
|
73
|
+
|
|
74
|
+
CARD_EDITOR.ACTION.TEXT=Text
|
|
75
|
+
|
|
76
|
+
CARD_EDITOR.ACTION.STRIP.TOOLTIP=Tooltip
|
|
77
|
+
|
|
78
|
+
CARD_EDITOR.ACTION.STRIP.BUTTON.TYPE=Button Type
|
|
79
|
+
|
|
80
|
+
CARD_EDITOR.ACTION.ARIAHASPOPUP=Aria has Popup
|
|
81
|
+
|
|
82
|
+
CARD_EDITOR.ACTION.VISIBLE=Visible
|
|
83
|
+
|
|
64
84
|
CARD_EDITOR.ACTION.SERVICE=Layanan
|
|
65
85
|
|
|
66
86
|
CARD_EDITOR.ACTION.ENABLED=Diaktifkan
|
|
@@ -181,6 +201,8 @@ CARD_EDITOR.PARAMETERS=Parameter
|
|
|
181
201
|
|
|
182
202
|
CARD_EDITOR.LABEL=Label
|
|
183
203
|
|
|
204
|
+
CARD_EDITOR.ADD.PARAMETER=Parameter
|
|
205
|
+
|
|
184
206
|
CARD_EDITOR.PARAMETERS.DESCRIPTION=Deskripsi
|
|
185
207
|
|
|
186
208
|
CARD_EDITOR.PARAMETERS.PLACEHOLDER=Placeholder
|
|
@@ -263,6 +285,10 @@ CARD_EDITOR.FILTER.ITEM_LABEL=Filter
|
|
|
263
285
|
|
|
264
286
|
CARD_EDITOR.FILTER.VALUE=Nilai Awal
|
|
265
287
|
|
|
288
|
+
CARD_EDITOR.FILTER.NORMALVALUE=Value
|
|
289
|
+
|
|
290
|
+
CARD_EDITOR.FILTER.PLACEHOLDER=Placeholder
|
|
291
|
+
|
|
266
292
|
CARD_EDITOR.FILTER.ITEM.PATH=Jalur Data untuk Root JSON
|
|
267
293
|
|
|
268
294
|
CARD_EDITOR.FILTER.ITEM.TEMPLATE.TITLE=Judul Templat Pengikatan Item
|
|
@@ -293,6 +319,8 @@ CARD_EDITOR.GROUP.HEADER=Konfigurasi Header Kartu
|
|
|
293
319
|
|
|
294
320
|
CARD_EDITOR.GROUP.CONTENT=Konfigurasi Konten
|
|
295
321
|
|
|
322
|
+
CARD_EDITOR.GROUP.FOOTER=Card Footer Configuration
|
|
323
|
+
|
|
296
324
|
CARD_EDITOR.STATE.SUCCESS=Berhasil
|
|
297
325
|
|
|
298
326
|
CARD_EDITOR.STATE.ERROR=Kesalahan
|
|
@@ -61,6 +61,26 @@ CARD_EDITOR.ACTIONS=Azioni
|
|
|
61
61
|
|
|
62
62
|
CARD_EDITOR.ACTION=Azione
|
|
63
63
|
|
|
64
|
+
CARD_EDITOR.ACTIONS.STRIP=Actions Strip
|
|
65
|
+
|
|
66
|
+
CARD_EDITOR.ACTION.STRIP=Action Strip
|
|
67
|
+
|
|
68
|
+
CARD_EDITOR.ACTION.STRIP.TYPE=Type
|
|
69
|
+
|
|
70
|
+
CARD_EDITOR.ACTION.STRIP.OVERFLOWPRIORITY=Overflow Priority
|
|
71
|
+
|
|
72
|
+
CARD_EDITOR.ACTION.STRIP.ICON=Icon
|
|
73
|
+
|
|
74
|
+
CARD_EDITOR.ACTION.TEXT=Text
|
|
75
|
+
|
|
76
|
+
CARD_EDITOR.ACTION.STRIP.TOOLTIP=Tooltip
|
|
77
|
+
|
|
78
|
+
CARD_EDITOR.ACTION.STRIP.BUTTON.TYPE=Button Type
|
|
79
|
+
|
|
80
|
+
CARD_EDITOR.ACTION.ARIAHASPOPUP=Aria has Popup
|
|
81
|
+
|
|
82
|
+
CARD_EDITOR.ACTION.VISIBLE=Visible
|
|
83
|
+
|
|
64
84
|
CARD_EDITOR.ACTION.SERVICE=Servizio
|
|
65
85
|
|
|
66
86
|
CARD_EDITOR.ACTION.ENABLED=Attivato
|
|
@@ -181,6 +201,8 @@ CARD_EDITOR.PARAMETERS=Parametri
|
|
|
181
201
|
|
|
182
202
|
CARD_EDITOR.LABEL=Etichetta
|
|
183
203
|
|
|
204
|
+
CARD_EDITOR.ADD.PARAMETER=Parameter
|
|
205
|
+
|
|
184
206
|
CARD_EDITOR.PARAMETERS.DESCRIPTION=Descrizione
|
|
185
207
|
|
|
186
208
|
CARD_EDITOR.PARAMETERS.PLACEHOLDER=Carattere di riempimento
|
|
@@ -263,6 +285,10 @@ CARD_EDITOR.FILTER.ITEM_LABEL=Filtro
|
|
|
263
285
|
|
|
264
286
|
CARD_EDITOR.FILTER.VALUE=Valore iniziale
|
|
265
287
|
|
|
288
|
+
CARD_EDITOR.FILTER.NORMALVALUE=Value
|
|
289
|
+
|
|
290
|
+
CARD_EDITOR.FILTER.PLACEHOLDER=Placeholder
|
|
291
|
+
|
|
266
292
|
CARD_EDITOR.FILTER.ITEM.PATH=Percorso dati per radice JSON
|
|
267
293
|
|
|
268
294
|
CARD_EDITOR.FILTER.ITEM.TEMPLATE.TITLE=Titolo modello vincolante posizione
|
|
@@ -293,6 +319,8 @@ CARD_EDITOR.GROUP.HEADER=Configurazione testata scheda
|
|
|
293
319
|
|
|
294
320
|
CARD_EDITOR.GROUP.CONTENT=Configurazione contenuto
|
|
295
321
|
|
|
322
|
+
CARD_EDITOR.GROUP.FOOTER=Card Footer Configuration
|
|
323
|
+
|
|
296
324
|
CARD_EDITOR.STATE.SUCCESS=Operazione riuscita
|
|
297
325
|
|
|
298
326
|
CARD_EDITOR.STATE.ERROR=Errore
|
|
@@ -61,6 +61,26 @@ CARD_EDITOR.ACTIONS=\u05E4\u05E2\u05D5\u05DC\u05D5\u05EA
|
|
|
61
61
|
|
|
62
62
|
CARD_EDITOR.ACTION=\u05E4\u05E2\u05D5\u05DC\u05D4
|
|
63
63
|
|
|
64
|
+
CARD_EDITOR.ACTIONS.STRIP=Actions Strip
|
|
65
|
+
|
|
66
|
+
CARD_EDITOR.ACTION.STRIP=Action Strip
|
|
67
|
+
|
|
68
|
+
CARD_EDITOR.ACTION.STRIP.TYPE=Type
|
|
69
|
+
|
|
70
|
+
CARD_EDITOR.ACTION.STRIP.OVERFLOWPRIORITY=Overflow Priority
|
|
71
|
+
|
|
72
|
+
CARD_EDITOR.ACTION.STRIP.ICON=Icon
|
|
73
|
+
|
|
74
|
+
CARD_EDITOR.ACTION.TEXT=Text
|
|
75
|
+
|
|
76
|
+
CARD_EDITOR.ACTION.STRIP.TOOLTIP=Tooltip
|
|
77
|
+
|
|
78
|
+
CARD_EDITOR.ACTION.STRIP.BUTTON.TYPE=Button Type
|
|
79
|
+
|
|
80
|
+
CARD_EDITOR.ACTION.ARIAHASPOPUP=Aria has Popup
|
|
81
|
+
|
|
82
|
+
CARD_EDITOR.ACTION.VISIBLE=Visible
|
|
83
|
+
|
|
64
84
|
CARD_EDITOR.ACTION.SERVICE=\u05E9\u05D9\u05E8\u05D5\u05EA
|
|
65
85
|
|
|
66
86
|
CARD_EDITOR.ACTION.ENABLED=\u05DE\u05D5\u05E4\u05E2\u05DC
|
|
@@ -181,6 +201,8 @@ CARD_EDITOR.PARAMETERS=\u05E4\u05E8\u05DE\u05D8\u05E8\u05D9\u05DD
|
|
|
181
201
|
|
|
182
202
|
CARD_EDITOR.LABEL=\u05EA\u05D5\u05D5\u05D9\u05EA
|
|
183
203
|
|
|
204
|
+
CARD_EDITOR.ADD.PARAMETER=Parameter
|
|
205
|
+
|
|
184
206
|
CARD_EDITOR.PARAMETERS.DESCRIPTION=\u05EA\u05D9\u05D0\u05D5\u05E8
|
|
185
207
|
|
|
186
208
|
CARD_EDITOR.PARAMETERS.PLACEHOLDER=\u05DE\u05E6\u05D9\u05D9\u05DF \u05DE\u05D9\u05E7\u05D5\u05DD
|
|
@@ -263,6 +285,10 @@ CARD_EDITOR.FILTER.ITEM_LABEL=\u05E1\u05D9\u05E0\u05D5\u05DF
|
|
|
263
285
|
|
|
264
286
|
CARD_EDITOR.FILTER.VALUE=\u05E2\u05E8\u05DA \u05D4\u05EA\u05D7\u05DC\u05EA\u05D9
|
|
265
287
|
|
|
288
|
+
CARD_EDITOR.FILTER.NORMALVALUE=Value
|
|
289
|
+
|
|
290
|
+
CARD_EDITOR.FILTER.PLACEHOLDER=Placeholder
|
|
291
|
+
|
|
266
292
|
CARD_EDITOR.FILTER.ITEM.PATH=\u05E0\u05EA\u05D9\u05D1 \u05E0\u05EA\u05D5\u05E0\u05D9\u05DD \u05E2\u05D1\u05D5\u05E8 \u05E9\u05D5\u05E8\u05E9 JSON
|
|
267
293
|
|
|
268
294
|
CARD_EDITOR.FILTER.ITEM.TEMPLATE.TITLE=\u05DB\u05D5\u05EA\u05E8\u05EA \u05EA\u05D1\u05E0\u05D9\u05EA \u05E9\u05DC \u05D0\u05D9\u05D2\u05D5\u05D3 \u05E4\u05E8\u05D9\u05D8
|
|
@@ -293,6 +319,8 @@ CARD_EDITOR.GROUP.HEADER=\u05EA\u05E6\u05D5\u05E8\u05EA \u05DB\u05D5\u05EA\u05E8
|
|
|
293
319
|
|
|
294
320
|
CARD_EDITOR.GROUP.CONTENT=\u05EA\u05E6\u05D5\u05E8\u05EA \u05EA\u05D5\u05DB\u05DF
|
|
295
321
|
|
|
322
|
+
CARD_EDITOR.GROUP.FOOTER=Card Footer Configuration
|
|
323
|
+
|
|
296
324
|
CARD_EDITOR.STATE.SUCCESS=\u05D4\u05E6\u05DC\u05D7\u05D4
|
|
297
325
|
|
|
298
326
|
CARD_EDITOR.STATE.ERROR=\u05E9\u05D2\u05D9\u05D0\u05D4
|
|
@@ -61,6 +61,26 @@ CARD_EDITOR.ACTIONS=\u30A2\u30AF\u30B7\u30E7\u30F3
|
|
|
61
61
|
|
|
62
62
|
CARD_EDITOR.ACTION=\u30A2\u30AF\u30B7\u30E7\u30F3
|
|
63
63
|
|
|
64
|
+
CARD_EDITOR.ACTIONS.STRIP=Actions Strip
|
|
65
|
+
|
|
66
|
+
CARD_EDITOR.ACTION.STRIP=Action Strip
|
|
67
|
+
|
|
68
|
+
CARD_EDITOR.ACTION.STRIP.TYPE=Type
|
|
69
|
+
|
|
70
|
+
CARD_EDITOR.ACTION.STRIP.OVERFLOWPRIORITY=Overflow Priority
|
|
71
|
+
|
|
72
|
+
CARD_EDITOR.ACTION.STRIP.ICON=Icon
|
|
73
|
+
|
|
74
|
+
CARD_EDITOR.ACTION.TEXT=Text
|
|
75
|
+
|
|
76
|
+
CARD_EDITOR.ACTION.STRIP.TOOLTIP=Tooltip
|
|
77
|
+
|
|
78
|
+
CARD_EDITOR.ACTION.STRIP.BUTTON.TYPE=Button Type
|
|
79
|
+
|
|
80
|
+
CARD_EDITOR.ACTION.ARIAHASPOPUP=Aria has Popup
|
|
81
|
+
|
|
82
|
+
CARD_EDITOR.ACTION.VISIBLE=Visible
|
|
83
|
+
|
|
64
84
|
CARD_EDITOR.ACTION.SERVICE=\u30B5\u30FC\u30D3\u30B9
|
|
65
85
|
|
|
66
86
|
CARD_EDITOR.ACTION.ENABLED=\u6709\u52B9
|
|
@@ -181,6 +201,8 @@ CARD_EDITOR.PARAMETERS=\u30D1\u30E9\u30E1\u30FC\u30BF
|
|
|
181
201
|
|
|
182
202
|
CARD_EDITOR.LABEL=\u30E9\u30D9\u30EB
|
|
183
203
|
|
|
204
|
+
CARD_EDITOR.ADD.PARAMETER=Parameter
|
|
205
|
+
|
|
184
206
|
CARD_EDITOR.PARAMETERS.DESCRIPTION=\u5185\u5BB9\u8AAC\u660E
|
|
185
207
|
|
|
186
208
|
CARD_EDITOR.PARAMETERS.PLACEHOLDER=\u30D7\u30EC\u30FC\u30B9\u30DB\u30EB\u30C0
|
|
@@ -263,6 +285,10 @@ CARD_EDITOR.FILTER.ITEM_LABEL=\u30D5\u30A3\u30EB\u30BF
|
|
|
263
285
|
|
|
264
286
|
CARD_EDITOR.FILTER.VALUE=\u521D\u671F\u5024
|
|
265
287
|
|
|
288
|
+
CARD_EDITOR.FILTER.NORMALVALUE=Value
|
|
289
|
+
|
|
290
|
+
CARD_EDITOR.FILTER.PLACEHOLDER=Placeholder
|
|
291
|
+
|
|
266
292
|
CARD_EDITOR.FILTER.ITEM.PATH=JSON \u30EB\u30FC\u30C8\u306E\u30C7\u30FC\u30BF\u30D1\u30B9
|
|
267
293
|
|
|
268
294
|
CARD_EDITOR.FILTER.ITEM.TEMPLATE.TITLE=\u9805\u76EE\u30D0\u30A4\u30F3\u30C9\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\u30BF\u30A4\u30C8\u30EB
|
|
@@ -293,6 +319,8 @@ CARD_EDITOR.GROUP.HEADER=\u30AB\u30FC\u30C9\u30D8\u30C3\u30C0\u8A2D\u5B9A
|
|
|
293
319
|
|
|
294
320
|
CARD_EDITOR.GROUP.CONTENT=\u30B3\u30F3\u30C6\u30F3\u30C4\u8A2D\u5B9A
|
|
295
321
|
|
|
322
|
+
CARD_EDITOR.GROUP.FOOTER=Card Footer Configuration
|
|
323
|
+
|
|
296
324
|
CARD_EDITOR.STATE.SUCCESS=\u6B63\u5E38\u7D42\u4E86
|
|
297
325
|
|
|
298
326
|
CARD_EDITOR.STATE.ERROR=\u30A8\u30E9\u30FC
|
|
@@ -61,6 +61,26 @@ CARD_EDITOR.ACTIONS=\u041E\u043F\u0435\u0440\u0430\u0446\u0438\u044F\u043B\u0430
|
|
|
61
61
|
|
|
62
62
|
CARD_EDITOR.ACTION=\u041E\u043F\u0435\u0440\u0430\u0446\u0438\u044F
|
|
63
63
|
|
|
64
|
+
CARD_EDITOR.ACTIONS.STRIP=Actions Strip
|
|
65
|
+
|
|
66
|
+
CARD_EDITOR.ACTION.STRIP=Action Strip
|
|
67
|
+
|
|
68
|
+
CARD_EDITOR.ACTION.STRIP.TYPE=Type
|
|
69
|
+
|
|
70
|
+
CARD_EDITOR.ACTION.STRIP.OVERFLOWPRIORITY=Overflow Priority
|
|
71
|
+
|
|
72
|
+
CARD_EDITOR.ACTION.STRIP.ICON=Icon
|
|
73
|
+
|
|
74
|
+
CARD_EDITOR.ACTION.TEXT=Text
|
|
75
|
+
|
|
76
|
+
CARD_EDITOR.ACTION.STRIP.TOOLTIP=Tooltip
|
|
77
|
+
|
|
78
|
+
CARD_EDITOR.ACTION.STRIP.BUTTON.TYPE=Button Type
|
|
79
|
+
|
|
80
|
+
CARD_EDITOR.ACTION.ARIAHASPOPUP=Aria has Popup
|
|
81
|
+
|
|
82
|
+
CARD_EDITOR.ACTION.VISIBLE=Visible
|
|
83
|
+
|
|
64
84
|
CARD_EDITOR.ACTION.SERVICE=\u049A\u044B\u0437\u043C\u0435\u0442
|
|
65
85
|
|
|
66
86
|
CARD_EDITOR.ACTION.ENABLED=\u049A\u043E\u0441\u044B\u043B\u0493\u0430\u043D
|
|
@@ -181,6 +201,8 @@ CARD_EDITOR.PARAMETERS=\u041F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u043B\u0
|
|
|
181
201
|
|
|
182
202
|
CARD_EDITOR.LABEL=\u0417\u0430\u0442\u0431\u0435\u043B\u0433\u0456
|
|
183
203
|
|
|
204
|
+
CARD_EDITOR.ADD.PARAMETER=Parameter
|
|
205
|
+
|
|
184
206
|
CARD_EDITOR.PARAMETERS.DESCRIPTION=\u0421\u0438\u043F\u0430\u0442\u0442\u0430\u043C\u0430
|
|
185
207
|
|
|
186
208
|
CARD_EDITOR.PARAMETERS.PLACEHOLDER=\u0422\u043E\u043B\u0442\u044B\u0440\u0493\u044B\u0448
|
|
@@ -263,6 +285,10 @@ CARD_EDITOR.FILTER.ITEM_LABEL=\u0421\u04AF\u0437\u0433\u0456
|
|
|
263
285
|
|
|
264
286
|
CARD_EDITOR.FILTER.VALUE=\u0411\u0430\u0441\u0442\u0430\u043F\u049B\u044B \u043C\u04D9\u043D
|
|
265
287
|
|
|
288
|
+
CARD_EDITOR.FILTER.NORMALVALUE=Value
|
|
289
|
+
|
|
290
|
+
CARD_EDITOR.FILTER.PLACEHOLDER=Placeholder
|
|
291
|
+
|
|
266
292
|
CARD_EDITOR.FILTER.ITEM.PATH=JSON \u0442\u04AF\u0431\u0456\u0440\u043B\u0456\u043A \u043A\u0430\u0442\u0430\u043B\u043E\u0433\u0456\u043D\u0456\u04A3 \u0434\u0435\u0440\u0435\u043A \u0436\u043E\u043B\u044B
|
|
267
293
|
|
|
268
294
|
CARD_EDITOR.FILTER.ITEM.TEMPLATE.TITLE=\u0422\u0430\u0440\u043C\u0430\u049B \u0431\u0430\u0439\u043B\u0430\u043D\u044B\u0441\u0442\u044B\u0440\u0443 \u04AF\u043B\u0433\u0456\u0441\u0456\u043D\u0456\u04A3 \u0442\u0430\u049B\u044B\u0440\u044B\u0431\u044B
|
|
@@ -293,6 +319,8 @@ CARD_EDITOR.GROUP.HEADER=\u041A\u0430\u0440\u0442\u0430 \u0442\u0430\u049B\u044B
|
|
|
293
319
|
|
|
294
320
|
CARD_EDITOR.GROUP.CONTENT=\u041C\u0430\u0437\u043C\u04B1\u043D \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F\u0441\u044B
|
|
295
321
|
|
|
322
|
+
CARD_EDITOR.GROUP.FOOTER=Card Footer Configuration
|
|
323
|
+
|
|
296
324
|
CARD_EDITOR.STATE.SUCCESS=\u0421\u04D9\u0442\u0442\u0456\u043B\u0456\u043A
|
|
297
325
|
|
|
298
326
|
CARD_EDITOR.STATE.ERROR=\u049A\u0430\u0442\u0435
|
|
@@ -61,6 +61,26 @@ CARD_EDITOR.ACTIONS=\uC561\uC158
|
|
|
61
61
|
|
|
62
62
|
CARD_EDITOR.ACTION=\uC561\uC158
|
|
63
63
|
|
|
64
|
+
CARD_EDITOR.ACTIONS.STRIP=Actions Strip
|
|
65
|
+
|
|
66
|
+
CARD_EDITOR.ACTION.STRIP=Action Strip
|
|
67
|
+
|
|
68
|
+
CARD_EDITOR.ACTION.STRIP.TYPE=Type
|
|
69
|
+
|
|
70
|
+
CARD_EDITOR.ACTION.STRIP.OVERFLOWPRIORITY=Overflow Priority
|
|
71
|
+
|
|
72
|
+
CARD_EDITOR.ACTION.STRIP.ICON=Icon
|
|
73
|
+
|
|
74
|
+
CARD_EDITOR.ACTION.TEXT=Text
|
|
75
|
+
|
|
76
|
+
CARD_EDITOR.ACTION.STRIP.TOOLTIP=Tooltip
|
|
77
|
+
|
|
78
|
+
CARD_EDITOR.ACTION.STRIP.BUTTON.TYPE=Button Type
|
|
79
|
+
|
|
80
|
+
CARD_EDITOR.ACTION.ARIAHASPOPUP=Aria has Popup
|
|
81
|
+
|
|
82
|
+
CARD_EDITOR.ACTION.VISIBLE=Visible
|
|
83
|
+
|
|
64
84
|
CARD_EDITOR.ACTION.SERVICE=\uC11C\uBE44\uC2A4
|
|
65
85
|
|
|
66
86
|
CARD_EDITOR.ACTION.ENABLED=\uC0AC\uC6A9
|
|
@@ -181,6 +201,8 @@ CARD_EDITOR.PARAMETERS=\uB9E4\uAC1C\uBCC0\uC218
|
|
|
181
201
|
|
|
182
202
|
CARD_EDITOR.LABEL=\uB808\uC774\uBE14
|
|
183
203
|
|
|
204
|
+
CARD_EDITOR.ADD.PARAMETER=Parameter
|
|
205
|
+
|
|
184
206
|
CARD_EDITOR.PARAMETERS.DESCRIPTION=\uB0B4\uC5ED
|
|
185
207
|
|
|
186
208
|
CARD_EDITOR.PARAMETERS.PLACEHOLDER=\uC790\uB9AC \uD45C\uC2DC\uC790
|
|
@@ -263,6 +285,10 @@ CARD_EDITOR.FILTER.ITEM_LABEL=\uD544\uD130
|
|
|
263
285
|
|
|
264
286
|
CARD_EDITOR.FILTER.VALUE=\uC798\uBABB\uB41C \uAC12
|
|
265
287
|
|
|
288
|
+
CARD_EDITOR.FILTER.NORMALVALUE=Value
|
|
289
|
+
|
|
290
|
+
CARD_EDITOR.FILTER.PLACEHOLDER=Placeholder
|
|
291
|
+
|
|
266
292
|
CARD_EDITOR.FILTER.ITEM.PATH=JSON \uB8E8\uD2B8 \uB370\uC774\uD130 \uACBD\uB85C
|
|
267
293
|
|
|
268
294
|
CARD_EDITOR.FILTER.ITEM.TEMPLATE.TITLE=\uD56D\uBAA9 \uBC14\uC778\uB529 \uD15C\uD50C\uB9BF \uC81C\uBAA9
|
|
@@ -293,6 +319,8 @@ CARD_EDITOR.GROUP.HEADER=\uCE74\uB4DC \uD5E4\uB354 \uAD6C\uC131
|
|
|
293
319
|
|
|
294
320
|
CARD_EDITOR.GROUP.CONTENT=\uCEE8\uD150\uD2B8 \uAD6C\uC131
|
|
295
321
|
|
|
322
|
+
CARD_EDITOR.GROUP.FOOTER=Card Footer Configuration
|
|
323
|
+
|
|
296
324
|
CARD_EDITOR.STATE.SUCCESS=\uC131\uACF5
|
|
297
325
|
|
|
298
326
|
CARD_EDITOR.STATE.ERROR=\uC624\uB958
|
|
@@ -61,6 +61,26 @@ CARD_EDITOR.ACTIONS=Veiksmai
|
|
|
61
61
|
|
|
62
62
|
CARD_EDITOR.ACTION=Veiksmas
|
|
63
63
|
|
|
64
|
+
CARD_EDITOR.ACTIONS.STRIP=Actions Strip
|
|
65
|
+
|
|
66
|
+
CARD_EDITOR.ACTION.STRIP=Action Strip
|
|
67
|
+
|
|
68
|
+
CARD_EDITOR.ACTION.STRIP.TYPE=Type
|
|
69
|
+
|
|
70
|
+
CARD_EDITOR.ACTION.STRIP.OVERFLOWPRIORITY=Overflow Priority
|
|
71
|
+
|
|
72
|
+
CARD_EDITOR.ACTION.STRIP.ICON=Icon
|
|
73
|
+
|
|
74
|
+
CARD_EDITOR.ACTION.TEXT=Text
|
|
75
|
+
|
|
76
|
+
CARD_EDITOR.ACTION.STRIP.TOOLTIP=Tooltip
|
|
77
|
+
|
|
78
|
+
CARD_EDITOR.ACTION.STRIP.BUTTON.TYPE=Button Type
|
|
79
|
+
|
|
80
|
+
CARD_EDITOR.ACTION.ARIAHASPOPUP=Aria has Popup
|
|
81
|
+
|
|
82
|
+
CARD_EDITOR.ACTION.VISIBLE=Visible
|
|
83
|
+
|
|
64
84
|
CARD_EDITOR.ACTION.SERVICE=Paslauga
|
|
65
85
|
|
|
66
86
|
CARD_EDITOR.ACTION.ENABLED=\u012Ejungta
|
|
@@ -181,6 +201,8 @@ CARD_EDITOR.PARAMETERS=Parametrai
|
|
|
181
201
|
|
|
182
202
|
CARD_EDITOR.LABEL=Etiket\u0117
|
|
183
203
|
|
|
204
|
+
CARD_EDITOR.ADD.PARAMETER=Parameter
|
|
205
|
+
|
|
184
206
|
CARD_EDITOR.PARAMETERS.DESCRIPTION=Apra\u0161as
|
|
185
207
|
|
|
186
208
|
CARD_EDITOR.PARAMETERS.PLACEHOLDER=Vietos rezervavimo \u017Eenklas
|
|
@@ -263,6 +285,10 @@ CARD_EDITOR.FILTER.ITEM_LABEL=Filtras
|
|
|
263
285
|
|
|
264
286
|
CARD_EDITOR.FILTER.VALUE=Pradin\u0117 reik\u0161m\u0117
|
|
265
287
|
|
|
288
|
+
CARD_EDITOR.FILTER.NORMALVALUE=Value
|
|
289
|
+
|
|
290
|
+
CARD_EDITOR.FILTER.PLACEHOLDER=Placeholder
|
|
291
|
+
|
|
266
292
|
CARD_EDITOR.FILTER.ITEM.PATH=JSON \u0161aknies duomen\u0173 kelias
|
|
267
293
|
|
|
268
294
|
CARD_EDITOR.FILTER.ITEM.TEMPLATE.TITLE=Pozicij\u0173 susiejimo \u0161ablono pavadinimas
|
|
@@ -293,6 +319,8 @@ CARD_EDITOR.GROUP.HEADER=Kortel\u0117s antra\u0161t\u0117s konfig\u016Bracija
|
|
|
293
319
|
|
|
294
320
|
CARD_EDITOR.GROUP.CONTENT=Turinio konfig\u016Bracija
|
|
295
321
|
|
|
322
|
+
CARD_EDITOR.GROUP.FOOTER=Card Footer Configuration
|
|
323
|
+
|
|
296
324
|
CARD_EDITOR.STATE.SUCCESS=S\u0117kmingai
|
|
297
325
|
|
|
298
326
|
CARD_EDITOR.STATE.ERROR=Klaida
|
|
@@ -61,6 +61,26 @@ CARD_EDITOR.ACTIONS=Darb\u012Bbas
|
|
|
61
61
|
|
|
62
62
|
CARD_EDITOR.ACTION=Darb\u012Bba
|
|
63
63
|
|
|
64
|
+
CARD_EDITOR.ACTIONS.STRIP=Actions Strip
|
|
65
|
+
|
|
66
|
+
CARD_EDITOR.ACTION.STRIP=Action Strip
|
|
67
|
+
|
|
68
|
+
CARD_EDITOR.ACTION.STRIP.TYPE=Type
|
|
69
|
+
|
|
70
|
+
CARD_EDITOR.ACTION.STRIP.OVERFLOWPRIORITY=Overflow Priority
|
|
71
|
+
|
|
72
|
+
CARD_EDITOR.ACTION.STRIP.ICON=Icon
|
|
73
|
+
|
|
74
|
+
CARD_EDITOR.ACTION.TEXT=Text
|
|
75
|
+
|
|
76
|
+
CARD_EDITOR.ACTION.STRIP.TOOLTIP=Tooltip
|
|
77
|
+
|
|
78
|
+
CARD_EDITOR.ACTION.STRIP.BUTTON.TYPE=Button Type
|
|
79
|
+
|
|
80
|
+
CARD_EDITOR.ACTION.ARIAHASPOPUP=Aria has Popup
|
|
81
|
+
|
|
82
|
+
CARD_EDITOR.ACTION.VISIBLE=Visible
|
|
83
|
+
|
|
64
84
|
CARD_EDITOR.ACTION.SERVICE=Pakalpojums
|
|
65
85
|
|
|
66
86
|
CARD_EDITOR.ACTION.ENABLED=Iesp\u0113jots
|
|
@@ -181,6 +201,8 @@ CARD_EDITOR.PARAMETERS=Parametri
|
|
|
181
201
|
|
|
182
202
|
CARD_EDITOR.LABEL=Eti\u0137ete
|
|
183
203
|
|
|
204
|
+
CARD_EDITOR.ADD.PARAMETER=Parameter
|
|
205
|
+
|
|
184
206
|
CARD_EDITOR.PARAMETERS.DESCRIPTION=Apraksts
|
|
185
207
|
|
|
186
208
|
CARD_EDITOR.PARAMETERS.PLACEHOLDER=Vietturis
|
|
@@ -263,6 +285,10 @@ CARD_EDITOR.FILTER.ITEM_LABEL=Filtrs
|
|
|
263
285
|
|
|
264
286
|
CARD_EDITOR.FILTER.VALUE=S\u0101kotn\u0113j\u0101 v\u0113rt\u012Bba
|
|
265
287
|
|
|
288
|
+
CARD_EDITOR.FILTER.NORMALVALUE=Value
|
|
289
|
+
|
|
290
|
+
CARD_EDITOR.FILTER.PLACEHOLDER=Placeholder
|
|
291
|
+
|
|
266
292
|
CARD_EDITOR.FILTER.ITEM.PATH=JSON saknes datu ce\u013C\u0161
|
|
267
293
|
|
|
268
294
|
CARD_EDITOR.FILTER.ITEM.TEMPLATE.TITLE=Poz\u012Bciju saist\u012B\u0161anas veidnes virsraksts
|
|
@@ -293,6 +319,8 @@ CARD_EDITOR.GROUP.HEADER=Kartes galvenes konfigur\u0101cija
|
|
|
293
319
|
|
|
294
320
|
CARD_EDITOR.GROUP.CONTENT=Satura konfigur\u0101cija
|
|
295
321
|
|
|
322
|
+
CARD_EDITOR.GROUP.FOOTER=Card Footer Configuration
|
|
323
|
+
|
|
296
324
|
CARD_EDITOR.STATE.SUCCESS=Izdev\u0101s
|
|
297
325
|
|
|
298
326
|
CARD_EDITOR.STATE.ERROR=K\u013C\u016Bda
|
|
@@ -61,6 +61,26 @@ CARD_EDITOR.ACTIONS=Tindakan
|
|
|
61
61
|
|
|
62
62
|
CARD_EDITOR.ACTION=Tindakan
|
|
63
63
|
|
|
64
|
+
CARD_EDITOR.ACTIONS.STRIP=Actions Strip
|
|
65
|
+
|
|
66
|
+
CARD_EDITOR.ACTION.STRIP=Action Strip
|
|
67
|
+
|
|
68
|
+
CARD_EDITOR.ACTION.STRIP.TYPE=Type
|
|
69
|
+
|
|
70
|
+
CARD_EDITOR.ACTION.STRIP.OVERFLOWPRIORITY=Overflow Priority
|
|
71
|
+
|
|
72
|
+
CARD_EDITOR.ACTION.STRIP.ICON=Icon
|
|
73
|
+
|
|
74
|
+
CARD_EDITOR.ACTION.TEXT=Text
|
|
75
|
+
|
|
76
|
+
CARD_EDITOR.ACTION.STRIP.TOOLTIP=Tooltip
|
|
77
|
+
|
|
78
|
+
CARD_EDITOR.ACTION.STRIP.BUTTON.TYPE=Button Type
|
|
79
|
+
|
|
80
|
+
CARD_EDITOR.ACTION.ARIAHASPOPUP=Aria has Popup
|
|
81
|
+
|
|
82
|
+
CARD_EDITOR.ACTION.VISIBLE=Visible
|
|
83
|
+
|
|
64
84
|
CARD_EDITOR.ACTION.SERVICE=Perkhidmatan
|
|
65
85
|
|
|
66
86
|
CARD_EDITOR.ACTION.ENABLED=Didayakan
|
|
@@ -181,6 +201,8 @@ CARD_EDITOR.PARAMETERS=Parameter
|
|
|
181
201
|
|
|
182
202
|
CARD_EDITOR.LABEL=Label
|
|
183
203
|
|
|
204
|
+
CARD_EDITOR.ADD.PARAMETER=Parameter
|
|
205
|
+
|
|
184
206
|
CARD_EDITOR.PARAMETERS.DESCRIPTION=Perihalan
|
|
185
207
|
|
|
186
208
|
CARD_EDITOR.PARAMETERS.PLACEHOLDER=Ruang Letak
|
|
@@ -263,6 +285,10 @@ CARD_EDITOR.FILTER.ITEM_LABEL=Penapis
|
|
|
263
285
|
|
|
264
286
|
CARD_EDITOR.FILTER.VALUE=Nilai Asal
|
|
265
287
|
|
|
288
|
+
CARD_EDITOR.FILTER.NORMALVALUE=Value
|
|
289
|
+
|
|
290
|
+
CARD_EDITOR.FILTER.PLACEHOLDER=Placeholder
|
|
291
|
+
|
|
266
292
|
CARD_EDITOR.FILTER.ITEM.PATH=Laluan Data untuk Punca JSON
|
|
267
293
|
|
|
268
294
|
CARD_EDITOR.FILTER.ITEM.TEMPLATE.TITLE=Tajuk Templat Pengikatan Item
|
|
@@ -293,6 +319,8 @@ CARD_EDITOR.GROUP.HEADER=Konfigurasi Pengepala Kad
|
|
|
293
319
|
|
|
294
320
|
CARD_EDITOR.GROUP.CONTENT=Konfigurasi Kandungan
|
|
295
321
|
|
|
322
|
+
CARD_EDITOR.GROUP.FOOTER=Card Footer Configuration
|
|
323
|
+
|
|
296
324
|
CARD_EDITOR.STATE.SUCCESS=Berjaya
|
|
297
325
|
|
|
298
326
|
CARD_EDITOR.STATE.ERROR=Ralat
|
|
@@ -61,6 +61,26 @@ CARD_EDITOR.ACTIONS=Acties
|
|
|
61
61
|
|
|
62
62
|
CARD_EDITOR.ACTION=Actie
|
|
63
63
|
|
|
64
|
+
CARD_EDITOR.ACTIONS.STRIP=Actions Strip
|
|
65
|
+
|
|
66
|
+
CARD_EDITOR.ACTION.STRIP=Action Strip
|
|
67
|
+
|
|
68
|
+
CARD_EDITOR.ACTION.STRIP.TYPE=Type
|
|
69
|
+
|
|
70
|
+
CARD_EDITOR.ACTION.STRIP.OVERFLOWPRIORITY=Overflow Priority
|
|
71
|
+
|
|
72
|
+
CARD_EDITOR.ACTION.STRIP.ICON=Icon
|
|
73
|
+
|
|
74
|
+
CARD_EDITOR.ACTION.TEXT=Text
|
|
75
|
+
|
|
76
|
+
CARD_EDITOR.ACTION.STRIP.TOOLTIP=Tooltip
|
|
77
|
+
|
|
78
|
+
CARD_EDITOR.ACTION.STRIP.BUTTON.TYPE=Button Type
|
|
79
|
+
|
|
80
|
+
CARD_EDITOR.ACTION.ARIAHASPOPUP=Aria has Popup
|
|
81
|
+
|
|
82
|
+
CARD_EDITOR.ACTION.VISIBLE=Visible
|
|
83
|
+
|
|
64
84
|
CARD_EDITOR.ACTION.SERVICE=Service
|
|
65
85
|
|
|
66
86
|
CARD_EDITOR.ACTION.ENABLED=Geactiveerd
|
|
@@ -181,6 +201,8 @@ CARD_EDITOR.PARAMETERS=Parameters
|
|
|
181
201
|
|
|
182
202
|
CARD_EDITOR.LABEL=Label
|
|
183
203
|
|
|
204
|
+
CARD_EDITOR.ADD.PARAMETER=Parameter
|
|
205
|
+
|
|
184
206
|
CARD_EDITOR.PARAMETERS.DESCRIPTION=Omschrijving
|
|
185
207
|
|
|
186
208
|
CARD_EDITOR.PARAMETERS.PLACEHOLDER=Plaatsaanduiding
|
|
@@ -263,6 +285,10 @@ CARD_EDITOR.FILTER.ITEM_LABEL=Filter
|
|
|
263
285
|
|
|
264
286
|
CARD_EDITOR.FILTER.VALUE=Initi\u00EBle waarde
|
|
265
287
|
|
|
288
|
+
CARD_EDITOR.FILTER.NORMALVALUE=Value
|
|
289
|
+
|
|
290
|
+
CARD_EDITOR.FILTER.PLACEHOLDER=Placeholder
|
|
291
|
+
|
|
266
292
|
CARD_EDITOR.FILTER.ITEM.PATH=Gegevenspad voor JSON-hoofdobject
|
|
267
293
|
|
|
268
294
|
CARD_EDITOR.FILTER.ITEM.TEMPLATE.TITLE=Titel sjabloon elementbinding
|
|
@@ -293,6 +319,8 @@ CARD_EDITOR.GROUP.HEADER=Configuratie kaartkop
|
|
|
293
319
|
|
|
294
320
|
CARD_EDITOR.GROUP.CONTENT=Contentconfiguratie
|
|
295
321
|
|
|
322
|
+
CARD_EDITOR.GROUP.FOOTER=Card Footer Configuration
|
|
323
|
+
|
|
296
324
|
CARD_EDITOR.STATE.SUCCESS=Geslaagd
|
|
297
325
|
|
|
298
326
|
CARD_EDITOR.STATE.ERROR=Fout
|