@openui5/sap.ui.integration 1.101.0 → 1.103.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/THIRDPARTY.txt +1 -1
- package/package.json +3 -3
- package/src/sap/ui/integration/.library +1 -1
- 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 +2 -1
- package/src/sap/ui/integration/cards/AnalyticsCloudContent.js +1 -1
- package/src/sap/ui/integration/cards/BaseContent.js +1 -1
- package/src/sap/ui/integration/cards/BaseListContent.js +4 -4
- 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 +1 -1
- package/src/sap/ui/integration/cards/ListContent.js +2 -2
- package/src/sap/ui/integration/cards/NumericHeader.js +3 -3
- package/src/sap/ui/integration/cards/ObjectContent.js +1 -1
- package/src/sap/ui/integration/cards/TableContent.js +3 -3
- 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/UI5InputToggle.js +1 -1
- package/src/sap/ui/integration/cards/filters/BaseFilter.js +1 -1
- package/src/sap/ui/integration/cards/filters/DateRangeFilter.js +1 -1
- 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 +1 -1
- 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 +31 -4
- 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/designtime/baseEditor/BaseEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/PropertyEditor.js +1 -1
- 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 +1 -1
- 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 +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/groupEditor/GroupEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
- 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 +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/numberEditor/NumberEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/objectArrayEditor/ObjectArrayEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/selectEditor/SelectEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/separatorEditor/SeparatorEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/stringEditor/StringEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/textAreaEditor/TextAreaEditor.js +1 -1
- 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/propertyEditor/complexMapEditor/ComplexMapEditor.js +1 -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 +1 -1
- 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 +18 -8
- package/src/sap/ui/integration/designtime/editor/CardPreview.js +2 -1
- package/src/sap/ui/integration/editor/Editor.js +161 -41
- package/src/sap/ui/integration/editor/EditorResourceBundles.js +1 -1
- package/src/sap/ui/integration/editor/Extension.js +1 -1
- package/src/sap/ui/integration/editor/Manifest.js +1 -1
- package/src/sap/ui/integration/editor/Merger.js +0 -1
- package/src/sap/ui/integration/editor/Settings.js +60 -44
- package/src/sap/ui/integration/editor/css/Editor.css +11 -5
- package/src/sap/ui/integration/editor/fields/BaseField.js +43 -9
- 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 +1119 -446
- package/src/sap/ui/integration/editor/fields/ObjectListField.js +186 -197
- package/src/sap/ui/integration/editor/fields/StringField.js +36 -13
- package/src/sap/ui/integration/editor/fields/StringListField.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/ColorSelect.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/IconSelect.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/ShapeSelect.js +1 -1
- package/src/sap/ui/integration/library.js +5 -5
- package/src/sap/ui/integration/messagebundle.properties +44 -23
- package/src/sap/ui/integration/messagebundle_ar.properties +26 -12
- package/src/sap/ui/integration/messagebundle_bg.properties +26 -12
- package/src/sap/ui/integration/messagebundle_ca.properties +26 -12
- package/src/sap/ui/integration/messagebundle_cs.properties +26 -12
- package/src/sap/ui/integration/messagebundle_cy.properties +26 -12
- package/src/sap/ui/integration/messagebundle_da.properties +26 -12
- package/src/sap/ui/integration/messagebundle_de.properties +26 -12
- package/src/sap/ui/integration/messagebundle_el.properties +26 -12
- package/src/sap/ui/integration/messagebundle_en.properties +26 -12
- package/src/sap/ui/integration/messagebundle_en_GB.properties +26 -12
- package/src/sap/ui/integration/messagebundle_en_US_sappsd.properties +26 -12
- package/src/sap/ui/integration/messagebundle_en_US_saprigi.properties +26 -12
- package/src/sap/ui/integration/messagebundle_en_US_saptrc.properties +26 -12
- package/src/sap/ui/integration/messagebundle_es.properties +27 -13
- package/src/sap/ui/integration/messagebundle_es_MX.properties +26 -12
- package/src/sap/ui/integration/messagebundle_et.properties +26 -12
- package/src/sap/ui/integration/messagebundle_fi.properties +27 -13
- package/src/sap/ui/integration/messagebundle_fr.properties +26 -12
- package/src/sap/ui/integration/messagebundle_fr_CA.properties +26 -12
- package/src/sap/ui/integration/messagebundle_hi.properties +26 -12
- package/src/sap/ui/integration/messagebundle_hr.properties +26 -12
- package/src/sap/ui/integration/messagebundle_hu.properties +26 -12
- package/src/sap/ui/integration/messagebundle_id.properties +26 -12
- package/src/sap/ui/integration/messagebundle_it.properties +26 -12
- package/src/sap/ui/integration/messagebundle_iw.properties +26 -12
- package/src/sap/ui/integration/messagebundle_ja.properties +26 -12
- package/src/sap/ui/integration/messagebundle_kk.properties +26 -12
- package/src/sap/ui/integration/messagebundle_ko.properties +27 -13
- package/src/sap/ui/integration/messagebundle_lt.properties +26 -12
- package/src/sap/ui/integration/messagebundle_lv.properties +26 -12
- package/src/sap/ui/integration/messagebundle_ms.properties +26 -12
- package/src/sap/ui/integration/messagebundle_nl.properties +26 -12
- package/src/sap/ui/integration/messagebundle_no.properties +26 -12
- package/src/sap/ui/integration/messagebundle_pl.properties +26 -12
- package/src/sap/ui/integration/messagebundle_pt.properties +26 -12
- package/src/sap/ui/integration/messagebundle_pt_PT.properties +26 -12
- package/src/sap/ui/integration/messagebundle_ro.properties +26 -12
- package/src/sap/ui/integration/messagebundle_ru.properties +26 -12
- package/src/sap/ui/integration/messagebundle_sh.properties +26 -12
- package/src/sap/ui/integration/messagebundle_sk.properties +26 -12
- package/src/sap/ui/integration/messagebundle_sl.properties +26 -12
- package/src/sap/ui/integration/messagebundle_sv.properties +26 -12
- package/src/sap/ui/integration/messagebundle_th.properties +26 -12
- package/src/sap/ui/integration/messagebundle_tr.properties +26 -12
- package/src/sap/ui/integration/messagebundle_uk.properties +26 -12
- package/src/sap/ui/integration/messagebundle_vi.properties +26 -12
- package/src/sap/ui/integration/messagebundle_zh_CN.properties +26 -12
- package/src/sap/ui/integration/messagebundle_zh_TW.properties +26 -12
- 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 +121 -10
- 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/CardMerger.js +82 -8
- 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 +1 -1
- package/src/sap/ui/integration/util/DataProviderFactory.js +1 -1
- package/src/sap/ui/integration/util/Destinations.js +1 -1
- package/src/sap/ui/integration/util/ExtensionDataProvider.js +1 -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 +2 -2
- package/src/sap/ui/integration/util/Manifest.js +2 -1
- package/src/sap/ui/integration/util/RequestDataProvider.js +1 -1
- 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 +16 -1
- package/src/sap/ui/integration/widgets/Card.js +34 -12
|
@@ -91,8 +91,20 @@ EDITOR_FIELD_OBJECT_FORM_EDITMODE_JSON=Switch to Json Mode
|
|
|
91
91
|
#XTIT: Text of the delete button in the Object field
|
|
92
92
|
EDITOR_FIELD_OBJECT_DELETE=Delete
|
|
93
93
|
|
|
94
|
+
#XTIT: Text of the delete error msg in the Object field
|
|
95
|
+
EDITOR_FIELD_OBJECT_DELETE_ERROR_MSG=Unable to delete: no editable item to delete.
|
|
96
|
+
|
|
97
|
+
#XTIT: Text of the delete confirm title in the Object field
|
|
98
|
+
EDITOR_FIELD_OBJECT_DELETE_CONFIRM_TITLE=Confirm
|
|
99
|
+
|
|
100
|
+
#XTIT: Text of the delete confirm msg in the Object field
|
|
101
|
+
EDITOR_FIELD_OBJECT_DELETE_CONFIRM_MSG=Delete editable items?
|
|
102
|
+
|
|
103
|
+
#XTIT: Text of the delete confirm cancel action in the Object field
|
|
104
|
+
EDITOR_FIELD_OBJECT_DELETE_CONFIRM_CANCLE=Delete canceled.
|
|
105
|
+
|
|
94
106
|
#XTOL: Title of the object details popover of a object field
|
|
95
|
-
EDITOR_FIELD_OBJECT_DETAILS_POPOVER_TITLE=Details
|
|
107
|
+
EDITOR_FIELD_OBJECT_DETAILS_POPOVER_TITLE=Object Details
|
|
96
108
|
|
|
97
109
|
#XTOL: Text of Add Button of the object details popover of a object field
|
|
98
110
|
EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_ADD=Add
|
|
@@ -106,6 +118,9 @@ EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_CANCEL=Cancel
|
|
|
106
118
|
#XTOL: Text of Close Button of the object details popover of a object field
|
|
107
119
|
EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_CLOSE=Close
|
|
108
120
|
|
|
121
|
+
#XTOL: Text of RESET Button of the object details popover of a object field
|
|
122
|
+
EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_RESET=Reset
|
|
123
|
+
|
|
109
124
|
#XTIT: Title of the object table in the value list popover of a Object field
|
|
110
125
|
EDITOR_FIELD_OBJECT_LIST_VALUELIST_POPOVER_TITLE=Select Items
|
|
111
126
|
|
|
@@ -115,42 +130,48 @@ EDITOR_FIELD_OBJECT_VALUELIST_POPOVER_BUTTON_OK=OK
|
|
|
115
130
|
#XTOL: Text of Cancel Button of the value list popover of a object field
|
|
116
131
|
EDITOR_FIELD_OBJECT_VALUELIST_POPOVER_BUTTON_CANCEL=Cancel
|
|
117
132
|
|
|
118
|
-
#XTOL:
|
|
119
|
-
|
|
133
|
+
#XTOL: Tooltip of the selection column in the table of a object field
|
|
134
|
+
EDITOR_FIELD_OBJECT_TABLE_COLUMN_SELECTION_TOOLTIP_REMOVE=Remove value
|
|
120
135
|
|
|
121
|
-
#XTOL: Tooltip
|
|
122
|
-
|
|
136
|
+
#XTOL: Tooltip of the selection cell in the table of a object field
|
|
137
|
+
EDITOR_FIELD_OBJECT_TABLE_COLUMN_SELECTION_CELL_TOOLTIP_SELECT=Select as value
|
|
123
138
|
|
|
124
|
-
#XTOL: Tooltip
|
|
125
|
-
|
|
139
|
+
#XTOL: Tooltip of the selection cell in the table of a object field
|
|
140
|
+
EDITOR_FIELD_OBJECT_TABLE_COLUMN_SELECTION_CELL_TOOLTIP_UNSELECT=Remove value
|
|
126
141
|
|
|
127
|
-
#XTOL: Tooltip
|
|
128
|
-
|
|
142
|
+
#XTOL: Tooltip of the selection column in the table of a object list field
|
|
143
|
+
EDITOR_FIELD_OBJECT_LIST_TABLE_COLUMN_SELECTION_TOOLTIP_ADDALL=Add All
|
|
144
|
+
|
|
145
|
+
#XTOL: Tooltip of the selection column in the table of a object list field
|
|
146
|
+
EDITOR_FIELD_OBJECT_LIST_TABLE_COLUMN_SELECTION_TOOLTIP_REMOVEALL=Remove All
|
|
129
147
|
|
|
130
|
-
#XTOL: Tooltip
|
|
131
|
-
|
|
148
|
+
#XTOL: Tooltip of the selection cell in the table of a object list field
|
|
149
|
+
EDITOR_FIELD_OBJECT_LIST_TABLE_COLUMN_SELECTION_CELL_TOOLTIP_ADD=Add into value
|
|
132
150
|
|
|
133
|
-
#XTOL: Tooltip
|
|
134
|
-
|
|
151
|
+
#XTOL: Tooltip of the selection cell in the table of a object list field
|
|
152
|
+
EDITOR_FIELD_OBJECT_LIST_TABLE_COLUMN_SELECTION_CELL_TOOLTIP_REMOVE=Remove from value
|
|
135
153
|
|
|
136
|
-
#XTOL: Tooltip Text of the
|
|
137
|
-
|
|
154
|
+
#XTOL: Tooltip Text of the add button in the table of a object field
|
|
155
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_ADD_TOOLTIP=Add
|
|
138
156
|
|
|
139
|
-
#XTOL: Text of the
|
|
140
|
-
|
|
157
|
+
#XTOL: Tooltip Text of the clear all filters button in the table of a object field
|
|
158
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_CLEAR_ALL_FILTERS_TOOLTIP=Clear all filters
|
|
141
159
|
|
|
142
|
-
#XTOL: Text of the
|
|
143
|
-
|
|
160
|
+
#XTOL: Tooltip Text of the clear all selections button in the table of a object field
|
|
161
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_SELECT_ALL_SELETIONS_TOOLTIP=select all selections
|
|
144
162
|
|
|
145
|
-
#
|
|
146
|
-
|
|
163
|
+
#XTOL: Tooltip Text of the clear all selections button in the table of a object field
|
|
164
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_CLEAR_ALL_SELETIONS_TOOLTIP=clear all selections
|
|
147
165
|
|
|
148
|
-
#
|
|
149
|
-
|
|
166
|
+
#XTOL: Tooltip Text of the edit button in the table of a object field
|
|
167
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_EDIT_TOOLTIP=Edit the latest selection item
|
|
150
168
|
|
|
151
169
|
#XTOL: Title of the translation list popover of a string field
|
|
152
170
|
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_TITLE=Value Translations
|
|
153
171
|
|
|
172
|
+
#XTOL: Title of the translation list popover of a string field
|
|
173
|
+
EDITOR_FIELD_OBJECT_TRANSLATION_LIST_TITLE=Translations for property : {0}
|
|
174
|
+
|
|
154
175
|
#XTOL: Text of Save Button of the translation list popover of a string field
|
|
155
176
|
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_BUTTON_SAVE=Save
|
|
156
177
|
|
|
@@ -59,7 +59,15 @@ EDITOR_FIELD_OBJECT_FORM_EDITMODE_JSON=\u062A\u0628\u062F\u064A\u0644 \u0625\u06
|
|
|
59
59
|
|
|
60
60
|
EDITOR_FIELD_OBJECT_DELETE=\u062D\u0630\u0641
|
|
61
61
|
|
|
62
|
-
|
|
62
|
+
EDITOR_FIELD_OBJECT_DELETE_ERROR_MSG=\u064A\u062A\u0639\u0630\u0631 \u0627\u0644\u062D\u0630\u0641\u060C \u0644\u0627 \u064A\u0648\u062C\u062F \u0628\u0646\u062F \u0642\u0627\u0628\u0644 \u0644\u0644\u062A\u0639\u062F\u064A\u0644 \u064A\u0645\u0643\u0646 \u062D\u0630\u0641\u0647.
|
|
63
|
+
|
|
64
|
+
EDITOR_FIELD_OBJECT_DELETE_CONFIRM_TITLE=\u062A\u0623\u0643\u064A\u062F
|
|
65
|
+
|
|
66
|
+
EDITOR_FIELD_OBJECT_DELETE_CONFIRM_MSG=\u0647\u0644 \u062A\u0631\u064A\u062F \u062D\u0630\u0641 \u0627\u0644\u0628\u0646\u0648\u062F \u0627\u0644\u0642\u0627\u0628\u0644\u0629 \u0644\u0644\u062A\u0639\u062F\u064A\u0644\u061F
|
|
67
|
+
|
|
68
|
+
EDITOR_FIELD_OBJECT_DELETE_CONFIRM_CANCLE=\u062A\u0645 \u0625\u0644\u063A\u0627\u0621 \u0627\u0644\u062D\u0630\u0641.
|
|
69
|
+
|
|
70
|
+
EDITOR_FIELD_OBJECT_DETAILS_POPOVER_TITLE=\u062A\u0641\u0627\u0635\u064A\u0644 \u0627\u0644\u0643\u0627\u0626\u0646
|
|
63
71
|
|
|
64
72
|
EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_ADD=\u0625\u0636\u0627\u0641\u0629
|
|
65
73
|
|
|
@@ -69,36 +77,42 @@ EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_CANCEL=\u0625\u0644\u063A\u0627\u0621
|
|
|
69
77
|
|
|
70
78
|
EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_CLOSE=\u0625\u063A\u0644\u0627\u0642
|
|
71
79
|
|
|
80
|
+
EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_RESET=\u0625\u0639\u0627\u062F\u0629 \u062A\u0639\u064A\u064A\u0646
|
|
81
|
+
|
|
72
82
|
EDITOR_FIELD_OBJECT_LIST_VALUELIST_POPOVER_TITLE=\u062A\u062D\u062F\u064A\u062F \u0627\u0644\u0628\u0646\u0648\u062F
|
|
73
83
|
|
|
74
84
|
EDITOR_FIELD_OBJECT_VALUELIST_POPOVER_BUTTON_OK=\u0645\u0648\u0627\u0641\u0642
|
|
75
85
|
|
|
76
86
|
EDITOR_FIELD_OBJECT_VALUELIST_POPOVER_BUTTON_CANCEL=\u0625\u0644\u063A\u0627\u0621
|
|
77
87
|
|
|
78
|
-
|
|
88
|
+
EDITOR_FIELD_OBJECT_TABLE_COLUMN_SELECTION_TOOLTIP_REMOVE=\u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u0642\u064A\u0645\u0629
|
|
79
89
|
|
|
80
|
-
|
|
90
|
+
EDITOR_FIELD_OBJECT_TABLE_COLUMN_SELECTION_CELL_TOOLTIP_SELECT=\u062A\u062D\u062F\u064A\u062F \u0643\u0642\u064A\u0645\u0629
|
|
81
91
|
|
|
82
|
-
|
|
92
|
+
EDITOR_FIELD_OBJECT_TABLE_COLUMN_SELECTION_CELL_TOOLTIP_UNSELECT=\u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u0642\u064A\u0645\u0629
|
|
83
93
|
|
|
84
|
-
|
|
94
|
+
EDITOR_FIELD_OBJECT_LIST_TABLE_COLUMN_SELECTION_TOOLTIP_ADDALL=\u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0643\u0644
|
|
85
95
|
|
|
86
|
-
|
|
96
|
+
EDITOR_FIELD_OBJECT_LIST_TABLE_COLUMN_SELECTION_TOOLTIP_REMOVEALL=\u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u0643\u0644
|
|
87
97
|
|
|
88
|
-
|
|
98
|
+
EDITOR_FIELD_OBJECT_LIST_TABLE_COLUMN_SELECTION_CELL_TOOLTIP_ADD=\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u0642\u064A\u0645\u0629
|
|
89
99
|
|
|
90
|
-
|
|
100
|
+
EDITOR_FIELD_OBJECT_LIST_TABLE_COLUMN_SELECTION_CELL_TOOLTIP_REMOVE=\u0627\u0644\u0625\u0632\u0627\u0644\u0629 \u0645\u0646 \u0642\u064A\u0645\u0629
|
|
91
101
|
|
|
92
|
-
|
|
102
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_ADD_TOOLTIP=\u0625\u0636\u0627\u0641\u0629
|
|
93
103
|
|
|
94
|
-
|
|
104
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_CLEAR_ALL_FILTERS_TOOLTIP=\u0645\u0633\u062D \u0643\u0644 \u0639\u0648\u0627\u0645\u0644 \u0627\u0644\u062A\u0635\u0641\u064A\u0629
|
|
95
105
|
|
|
96
|
-
|
|
106
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_SELECT_ALL_SELETIONS_TOOLTIP=\u062A\u062D\u062F\u064A\u062F \u0643\u0644 \u0639\u0645\u0644\u064A\u0627\u062A \u0627\u0644\u062A\u062D\u062F\u064A\u062F
|
|
97
107
|
|
|
98
|
-
|
|
108
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_CLEAR_ALL_SELETIONS_TOOLTIP=\u0645\u0633\u062D \u0643\u0644 \u0639\u0645\u0644\u064A\u0627\u062A \u0627\u0644\u062A\u062D\u062F\u064A\u062F
|
|
109
|
+
|
|
110
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_EDIT_TOOLTIP=\u062A\u062D\u0631\u064A\u0631
|
|
99
111
|
|
|
100
112
|
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_TITLE=\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0642\u064A\u0645\u0629
|
|
101
113
|
|
|
114
|
+
EDITOR_FIELD_OBJECT_TRANSLATION_LIST_TITLE=\u062A\u0631\u062C\u0645\u0627\u062A \u0644\u0644\u062E\u0627\u0635\u064A\u0629 \: {0}
|
|
115
|
+
|
|
102
116
|
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_BUTTON_SAVE=\u062D\u0641\u0638
|
|
103
117
|
|
|
104
118
|
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_BUTTON_CANCEL=\u0625\u0644\u063A\u0627\u0621
|
|
@@ -59,7 +59,15 @@ EDITOR_FIELD_OBJECT_FORM_EDITMODE_JSON=\u041F\u0440\u0435\u0432\u043A\u043B\u044
|
|
|
59
59
|
|
|
60
60
|
EDITOR_FIELD_OBJECT_DELETE=\u0418\u0437\u0442\u0440\u0438\u0432\u0430\u043D\u0435
|
|
61
61
|
|
|
62
|
-
|
|
62
|
+
EDITOR_FIELD_OBJECT_DELETE_ERROR_MSG=\u041D\u0435\u0432\u044A\u0437\u043C.\u0438\u0437\u0442\u0440\u0438\u0432\u0430\u043D\u0435,\u043D\u044F\u043C\u0430 \u043F\u043E\u0437\u0438\u0446\u0438\u044F \u0437\u0430 \u0440\u0435\u0434\u0430\u043A\u0446\u0438\u044F/\u0438\u0437\u0442\u0440\u0438\u0432\u0430\u043D\u0435
|
|
63
|
+
|
|
64
|
+
EDITOR_FIELD_OBJECT_DELETE_CONFIRM_TITLE=\u041F\u043E\u0442\u0432\u044A\u0440\u0436\u0434\u0435\u043D\u0438\u0435
|
|
65
|
+
|
|
66
|
+
EDITOR_FIELD_OBJECT_DELETE_CONFIRM_MSG=\u0418\u0437\u0442\u0440\u0438\u0432\u0430\u043D\u0435 \u043D\u0430 \u043F\u043E\u0437\u0438\u0446\u0438\u0438 \u0441 \u0432\u044A\u0437\u043C.\u0437\u0430 \u0440\u0435\u0434\u0430\u043A\u0442\u0438\u0440\u0430\u043D\u0435
|
|
67
|
+
|
|
68
|
+
EDITOR_FIELD_OBJECT_DELETE_CONFIRM_CANCLE=\u041E\u0442\u043C\u044F\u043D\u0430 \u043D\u0430 \u0438\u0437\u0442\u0440\u0438\u0432\u0430\u043D\u0435
|
|
69
|
+
|
|
70
|
+
EDITOR_FIELD_OBJECT_DETAILS_POPOVER_TITLE=\u041F\u043E\u0434\u0440\u043E\u0431\u043D\u0438 \u0434\u0430\u043D\u043D\u0438 \u0437\u0430 \u043E\u0431\u0435\u043A\u0442
|
|
63
71
|
|
|
64
72
|
EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_ADD=\u0414\u043E\u0431\u0430\u0432\u044F\u043D\u0435
|
|
65
73
|
|
|
@@ -69,36 +77,42 @@ EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_CANCEL=\u041E\u0442\u043A\u0430\u0437
|
|
|
69
77
|
|
|
70
78
|
EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_CLOSE=\u0417\u0430\u0442\u0432\u0430\u0440\u044F\u043D\u0435
|
|
71
79
|
|
|
80
|
+
EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_RESET=\u041F\u043E\u0432\u0442\u043E\u0440\u043D\u043E \u0437\u0430\u0434\u0430\u0432\u0430\u043D\u0435
|
|
81
|
+
|
|
72
82
|
EDITOR_FIELD_OBJECT_LIST_VALUELIST_POPOVER_TITLE=\u0418\u0437\u0431\u043E\u0440 \u043D\u0430 \u043F\u043E\u0437\u0438\u0446\u0438\u0438
|
|
73
83
|
|
|
74
84
|
EDITOR_FIELD_OBJECT_VALUELIST_POPOVER_BUTTON_OK=\u041E\u041A
|
|
75
85
|
|
|
76
86
|
EDITOR_FIELD_OBJECT_VALUELIST_POPOVER_BUTTON_CANCEL=\u041E\u0442\u043A\u0430\u0437
|
|
77
87
|
|
|
78
|
-
|
|
88
|
+
EDITOR_FIELD_OBJECT_TABLE_COLUMN_SELECTION_TOOLTIP_REMOVE=\u041F\u0440\u0435\u043C\u0430\u0445\u0432\u0430\u043D\u0435 \u043D\u0430 \u0441\u0442\u043E\u0439\u043D\u043E\u0441\u0442
|
|
79
89
|
|
|
80
|
-
|
|
90
|
+
EDITOR_FIELD_OBJECT_TABLE_COLUMN_SELECTION_CELL_TOOLTIP_SELECT=\u0418\u0437\u0431\u0438\u0440\u0430\u043D\u0435 \u043A\u0430\u0442\u043E \u0441\u0442\u043E\u0439\u043D\u043E\u0441\u0442
|
|
81
91
|
|
|
82
|
-
|
|
92
|
+
EDITOR_FIELD_OBJECT_TABLE_COLUMN_SELECTION_CELL_TOOLTIP_UNSELECT=\u041F\u0440\u0435\u043C\u0430\u0445\u0432\u0430\u043D\u0435 \u043D\u0430 \u0441\u0442\u043E\u0439\u043D\u043E\u0441\u0442
|
|
83
93
|
|
|
84
|
-
|
|
94
|
+
EDITOR_FIELD_OBJECT_LIST_TABLE_COLUMN_SELECTION_TOOLTIP_ADDALL=\u0414\u043E\u0431\u0430\u0432\u044F\u043D\u0435 \u043D\u0430 \u0432\u0441\u0438\u0447\u043A\u043E
|
|
85
95
|
|
|
86
|
-
|
|
96
|
+
EDITOR_FIELD_OBJECT_LIST_TABLE_COLUMN_SELECTION_TOOLTIP_REMOVEALL=\u041F\u0440\u0435\u043C\u0430\u0445\u0432\u0430\u043D\u0435 \u043D\u0430 \u0432\u0441\u0438\u0447\u043A\u0438
|
|
87
97
|
|
|
88
|
-
|
|
98
|
+
EDITOR_FIELD_OBJECT_LIST_TABLE_COLUMN_SELECTION_CELL_TOOLTIP_ADD=\u0414\u043E\u0431\u0430\u0432\u044F\u043D\u0435 \u043A\u044A\u043C \u0441\u0442\u043E\u0439\u043D\u043E\u0441\u0442
|
|
89
99
|
|
|
90
|
-
|
|
100
|
+
EDITOR_FIELD_OBJECT_LIST_TABLE_COLUMN_SELECTION_CELL_TOOLTIP_REMOVE=\u041F\u0440\u0435\u043C\u0430\u0445\u0432\u0430\u043D\u0435 \u043E\u0442 \u0441\u0442\u043E\u0439\u043D\u043E\u0441\u0442
|
|
91
101
|
|
|
92
|
-
|
|
102
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_ADD_TOOLTIP=\u0414\u043E\u0431\u0430\u0432\u044F\u043D\u0435
|
|
93
103
|
|
|
94
|
-
|
|
104
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_CLEAR_ALL_FILTERS_TOOLTIP=\u0418\u0437\u0447\u0438\u0441\u0442\u0432\u0430\u043D\u0435 \u043D\u0430 \u0432\u0441\u0438\u0447\u043A\u0438 \u0444\u0438\u043B\u0442\u0440\u0438
|
|
95
105
|
|
|
96
|
-
|
|
106
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_SELECT_ALL_SELETIONS_TOOLTIP=\u0418\u0437\u0431\u0438\u0440\u0430\u043D\u0435 \u043D\u0430 \u0432\u0441\u0438\u0447\u043A\u0438 \u0438\u0437\u0431\u043E\u0440\u0438
|
|
97
107
|
|
|
98
|
-
|
|
108
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_CLEAR_ALL_SELETIONS_TOOLTIP=\u0418\u0437\u0440\u0430\u0432\u043D\u044F\u0432\u0430\u043D\u0435 \u043D\u0430 \u0432\u0441\u0438\u0447\u043A\u0438 \u0438\u0437\u0431\u043E\u0440\u0438
|
|
109
|
+
|
|
110
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_EDIT_TOOLTIP=\u0420\u0435\u0434\u0430\u043A\u0442\u0438\u0440\u0430\u043D\u0435
|
|
99
111
|
|
|
100
112
|
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_TITLE=\u041F\u0440\u0435\u0438\u0437\u0447\u0438\u0441\u043B\u0435\u043D\u0438\u044F \u043D\u0430 \u0441\u0442\u043E\u0439\u043D\u043E\u0441\u0442\u0438
|
|
101
113
|
|
|
114
|
+
EDITOR_FIELD_OBJECT_TRANSLATION_LIST_TITLE=\u041F\u0440\u0435\u0432\u043E\u0434\u0438 \u043D\u0430 \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u043E \: {0}
|
|
115
|
+
|
|
102
116
|
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_BUTTON_SAVE=\u0417\u0430\u043F\u0430\u0437\u0432\u0430\u043D\u0435
|
|
103
117
|
|
|
104
118
|
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_BUTTON_CANCEL=\u041E\u0442\u043A\u0430\u0437
|
|
@@ -59,7 +59,15 @@ EDITOR_FIELD_OBJECT_FORM_EDITMODE_JSON=Canviar a mode JSON
|
|
|
59
59
|
|
|
60
60
|
EDITOR_FIELD_OBJECT_DELETE=Suprimir
|
|
61
61
|
|
|
62
|
-
|
|
62
|
+
EDITOR_FIELD_OBJECT_DELETE_ERROR_MSG=No es pot suprimir; no hi ha cap posici\u00F3 editable per suprimir.
|
|
63
|
+
|
|
64
|
+
EDITOR_FIELD_OBJECT_DELETE_CONFIRM_TITLE=Confirmar
|
|
65
|
+
|
|
66
|
+
EDITOR_FIELD_OBJECT_DELETE_CONFIRM_MSG=\u00BFVoleu suprimir les posicions editables?
|
|
67
|
+
|
|
68
|
+
EDITOR_FIELD_OBJECT_DELETE_CONFIRM_CANCLE=Supressi\u00F3 cancel\u00B7lada.
|
|
69
|
+
|
|
70
|
+
EDITOR_FIELD_OBJECT_DETAILS_POPOVER_TITLE=Detalls d'objecte
|
|
63
71
|
|
|
64
72
|
EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_ADD=Afegir
|
|
65
73
|
|
|
@@ -69,36 +77,42 @@ EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_CANCEL=Cancel\u00B7lar
|
|
|
69
77
|
|
|
70
78
|
EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_CLOSE=Tancar
|
|
71
79
|
|
|
80
|
+
EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_RESET=Restablir
|
|
81
|
+
|
|
72
82
|
EDITOR_FIELD_OBJECT_LIST_VALUELIST_POPOVER_TITLE=Seleccionar elements
|
|
73
83
|
|
|
74
84
|
EDITOR_FIELD_OBJECT_VALUELIST_POPOVER_BUTTON_OK=Acceptar
|
|
75
85
|
|
|
76
86
|
EDITOR_FIELD_OBJECT_VALUELIST_POPOVER_BUTTON_CANCEL=Cancel\u00B7lar
|
|
77
87
|
|
|
78
|
-
|
|
88
|
+
EDITOR_FIELD_OBJECT_TABLE_COLUMN_SELECTION_TOOLTIP_REMOVE=Eliminar valor
|
|
79
89
|
|
|
80
|
-
|
|
90
|
+
EDITOR_FIELD_OBJECT_TABLE_COLUMN_SELECTION_CELL_TOOLTIP_SELECT=Seleccionar com a valor
|
|
81
91
|
|
|
82
|
-
|
|
92
|
+
EDITOR_FIELD_OBJECT_TABLE_COLUMN_SELECTION_CELL_TOOLTIP_UNSELECT=Eliminar valor
|
|
83
93
|
|
|
84
|
-
|
|
94
|
+
EDITOR_FIELD_OBJECT_LIST_TABLE_COLUMN_SELECTION_TOOLTIP_ADDALL=Afegir-ho tot
|
|
85
95
|
|
|
86
|
-
|
|
96
|
+
EDITOR_FIELD_OBJECT_LIST_TABLE_COLUMN_SELECTION_TOOLTIP_REMOVEALL=Eliminar-ho tot
|
|
87
97
|
|
|
88
|
-
|
|
98
|
+
EDITOR_FIELD_OBJECT_LIST_TABLE_COLUMN_SELECTION_CELL_TOOLTIP_ADD=Afegir al valor
|
|
89
99
|
|
|
90
|
-
|
|
100
|
+
EDITOR_FIELD_OBJECT_LIST_TABLE_COLUMN_SELECTION_CELL_TOOLTIP_REMOVE=Eliminar del valor
|
|
91
101
|
|
|
92
|
-
|
|
102
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_ADD_TOOLTIP=Afegir
|
|
93
103
|
|
|
94
|
-
|
|
104
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_CLEAR_ALL_FILTERS_TOOLTIP=Reinicialitzar tots els filtres
|
|
95
105
|
|
|
96
|
-
|
|
106
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_SELECT_ALL_SELETIONS_TOOLTIP=Seleccionar totes les seleccions
|
|
97
107
|
|
|
98
|
-
|
|
108
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_CLEAR_ALL_SELETIONS_TOOLTIP=Reinicialitzar totes les seleccions
|
|
109
|
+
|
|
110
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_EDIT_TOOLTIP=Editar
|
|
99
111
|
|
|
100
112
|
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_TITLE=Traduccions de valor
|
|
101
113
|
|
|
114
|
+
EDITOR_FIELD_OBJECT_TRANSLATION_LIST_TITLE=Traduccions per propietat\: {0}
|
|
115
|
+
|
|
102
116
|
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_BUTTON_SAVE=Desar
|
|
103
117
|
|
|
104
118
|
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_BUTTON_CANCEL=Cancel\u00B7lar
|
|
@@ -59,7 +59,15 @@ EDITOR_FIELD_OBJECT_FORM_EDITMODE_JSON=P\u0159epnout na re\u017Eim JSON
|
|
|
59
59
|
|
|
60
60
|
EDITOR_FIELD_OBJECT_DELETE=Odstranit
|
|
61
61
|
|
|
62
|
-
|
|
62
|
+
EDITOR_FIELD_OBJECT_DELETE_ERROR_MSG=Nelze odstranit; \u017E\u00E1dn\u00E1 upraviteln\u00E1 polo\u017Eky k odstran\u011Bn\u00ED.
|
|
63
|
+
|
|
64
|
+
EDITOR_FIELD_OBJECT_DELETE_CONFIRM_TITLE=Potvrdit
|
|
65
|
+
|
|
66
|
+
EDITOR_FIELD_OBJECT_DELETE_CONFIRM_MSG=Odstranit upraviteln\u00E9 polo\u017Eky?
|
|
67
|
+
|
|
68
|
+
EDITOR_FIELD_OBJECT_DELETE_CONFIRM_CANCLE=Odstran\u011Bn\u00ED zru\u0161eno.
|
|
69
|
+
|
|
70
|
+
EDITOR_FIELD_OBJECT_DETAILS_POPOVER_TITLE=Detaily objektu
|
|
63
71
|
|
|
64
72
|
EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_ADD=P\u0159idat
|
|
65
73
|
|
|
@@ -69,36 +77,42 @@ EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_CANCEL=Zru\u0161it
|
|
|
69
77
|
|
|
70
78
|
EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_CLOSE=Zav\u0159\u00EDt
|
|
71
79
|
|
|
80
|
+
EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_RESET=Resetovat
|
|
81
|
+
|
|
72
82
|
EDITOR_FIELD_OBJECT_LIST_VALUELIST_POPOVER_TITLE=Vybrat polo\u017Eky
|
|
73
83
|
|
|
74
84
|
EDITOR_FIELD_OBJECT_VALUELIST_POPOVER_BUTTON_OK=OK
|
|
75
85
|
|
|
76
86
|
EDITOR_FIELD_OBJECT_VALUELIST_POPOVER_BUTTON_CANCEL=Zru\u0161it
|
|
77
87
|
|
|
78
|
-
|
|
88
|
+
EDITOR_FIELD_OBJECT_TABLE_COLUMN_SELECTION_TOOLTIP_REMOVE=Odebrat hodnotu
|
|
79
89
|
|
|
80
|
-
|
|
90
|
+
EDITOR_FIELD_OBJECT_TABLE_COLUMN_SELECTION_CELL_TOOLTIP_SELECT=Vybrat jako hodnotu
|
|
81
91
|
|
|
82
|
-
|
|
92
|
+
EDITOR_FIELD_OBJECT_TABLE_COLUMN_SELECTION_CELL_TOOLTIP_UNSELECT=Odebrat hodnotu
|
|
83
93
|
|
|
84
|
-
|
|
94
|
+
EDITOR_FIELD_OBJECT_LIST_TABLE_COLUMN_SELECTION_TOOLTIP_ADDALL=P\u0159idat v\u0161e
|
|
85
95
|
|
|
86
|
-
|
|
96
|
+
EDITOR_FIELD_OBJECT_LIST_TABLE_COLUMN_SELECTION_TOOLTIP_REMOVEALL=Odebrat v\u0161e
|
|
87
97
|
|
|
88
|
-
|
|
98
|
+
EDITOR_FIELD_OBJECT_LIST_TABLE_COLUMN_SELECTION_CELL_TOOLTIP_ADD=P\u0159idat do hodnoty
|
|
89
99
|
|
|
90
|
-
|
|
100
|
+
EDITOR_FIELD_OBJECT_LIST_TABLE_COLUMN_SELECTION_CELL_TOOLTIP_REMOVE=Odebrat z hodnoty
|
|
91
101
|
|
|
92
|
-
|
|
102
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_ADD_TOOLTIP=P\u0159idat
|
|
93
103
|
|
|
94
|
-
|
|
104
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_CLEAR_ALL_FILTERS_TOOLTIP=Vymazat v\u0161echny filtry
|
|
95
105
|
|
|
96
|
-
|
|
106
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_SELECT_ALL_SELETIONS_TOOLTIP=Vybrat v\u0161echny v\u00FDb\u011Bry
|
|
97
107
|
|
|
98
|
-
|
|
108
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_CLEAR_ALL_SELETIONS_TOOLTIP=Vymazat v\u0161echny v\u00FDb\u011Bry
|
|
109
|
+
|
|
110
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_EDIT_TOOLTIP=Upravit
|
|
99
111
|
|
|
100
112
|
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_TITLE=P\u0159eklady hodnot
|
|
101
113
|
|
|
114
|
+
EDITOR_FIELD_OBJECT_TRANSLATION_LIST_TITLE=P\u0159eklady pro vlastnost\: {0}
|
|
115
|
+
|
|
102
116
|
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_BUTTON_SAVE=Ulo\u017Eit
|
|
103
117
|
|
|
104
118
|
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_BUTTON_CANCEL=Zru\u0161it
|
|
@@ -59,7 +59,15 @@ EDITOR_FIELD_OBJECT_FORM_EDITMODE_JSON=Newid i'r Modd JSON
|
|
|
59
59
|
|
|
60
60
|
EDITOR_FIELD_OBJECT_DELETE=Dileu
|
|
61
61
|
|
|
62
|
-
|
|
62
|
+
EDITOR_FIELD_OBJECT_DELETE_ERROR_MSG=Dim modd dileu does dim eitem y mae modd ei ddileu.
|
|
63
|
+
|
|
64
|
+
EDITOR_FIELD_OBJECT_DELETE_CONFIRM_TITLE=Cadarnhau
|
|
65
|
+
|
|
66
|
+
EDITOR_FIELD_OBJECT_DELETE_CONFIRM_MSG=Dileu eitemau y mae modd eu dileu?
|
|
67
|
+
|
|
68
|
+
EDITOR_FIELD_OBJECT_DELETE_CONFIRM_CANCLE=Dileu wedi'i ganslo.
|
|
69
|
+
|
|
70
|
+
EDITOR_FIELD_OBJECT_DETAILS_POPOVER_TITLE=Manylion y Gwrthrych
|
|
63
71
|
|
|
64
72
|
EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_ADD=Ychwanegu
|
|
65
73
|
|
|
@@ -69,36 +77,42 @@ EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_CANCEL=Canslo
|
|
|
69
77
|
|
|
70
78
|
EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_CLOSE=Cau
|
|
71
79
|
|
|
80
|
+
EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_RESET=Ailosod
|
|
81
|
+
|
|
72
82
|
EDITOR_FIELD_OBJECT_LIST_VALUELIST_POPOVER_TITLE=Dewis Eitemau
|
|
73
83
|
|
|
74
84
|
EDITOR_FIELD_OBJECT_VALUELIST_POPOVER_BUTTON_OK=Iawn
|
|
75
85
|
|
|
76
86
|
EDITOR_FIELD_OBJECT_VALUELIST_POPOVER_BUTTON_CANCEL=Canslo
|
|
77
87
|
|
|
78
|
-
|
|
88
|
+
EDITOR_FIELD_OBJECT_TABLE_COLUMN_SELECTION_TOOLTIP_REMOVE=Tynnu gwerth
|
|
79
89
|
|
|
80
|
-
|
|
90
|
+
EDITOR_FIELD_OBJECT_TABLE_COLUMN_SELECTION_CELL_TOOLTIP_SELECT=Dewis fel gwerth
|
|
81
91
|
|
|
82
|
-
|
|
92
|
+
EDITOR_FIELD_OBJECT_TABLE_COLUMN_SELECTION_CELL_TOOLTIP_UNSELECT=Tynnu gwerth
|
|
83
93
|
|
|
84
|
-
|
|
94
|
+
EDITOR_FIELD_OBJECT_LIST_TABLE_COLUMN_SELECTION_TOOLTIP_ADDALL=Ychwanegu Pob Un
|
|
85
95
|
|
|
86
|
-
|
|
96
|
+
EDITOR_FIELD_OBJECT_LIST_TABLE_COLUMN_SELECTION_TOOLTIP_REMOVEALL=Tynnu Pob Un
|
|
87
97
|
|
|
88
|
-
|
|
98
|
+
EDITOR_FIELD_OBJECT_LIST_TABLE_COLUMN_SELECTION_CELL_TOOLTIP_ADD=Ychwanegu at y gwerth
|
|
89
99
|
|
|
90
|
-
|
|
100
|
+
EDITOR_FIELD_OBJECT_LIST_TABLE_COLUMN_SELECTION_CELL_TOOLTIP_REMOVE=Tynnu o'r gwerth
|
|
91
101
|
|
|
92
|
-
|
|
102
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_ADD_TOOLTIP=Ychwanegu
|
|
93
103
|
|
|
94
|
-
|
|
104
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_CLEAR_ALL_FILTERS_TOOLTIP=Clirio Pob Hidlydd
|
|
95
105
|
|
|
96
|
-
|
|
106
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_SELECT_ALL_SELETIONS_TOOLTIP=Dewis y rhai dan sylw
|
|
97
107
|
|
|
98
|
-
|
|
108
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_CLEAR_ALL_SELETIONS_TOOLTIP=Clirio'r rhai dan sylw
|
|
109
|
+
|
|
110
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_EDIT_TOOLTIP=Golygu
|
|
99
111
|
|
|
100
112
|
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_TITLE=Cyfieithiadau gwerth
|
|
101
113
|
|
|
114
|
+
EDITOR_FIELD_OBJECT_TRANSLATION_LIST_TITLE=Cyfieithiadau ar gyfer priodwedd \: {0}
|
|
115
|
+
|
|
102
116
|
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_BUTTON_SAVE=Cadw
|
|
103
117
|
|
|
104
118
|
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_BUTTON_CANCEL=Canslo
|
|
@@ -59,7 +59,15 @@ EDITOR_FIELD_OBJECT_FORM_EDITMODE_JSON=Skift til JSON-mode
|
|
|
59
59
|
|
|
60
60
|
EDITOR_FIELD_OBJECT_DELETE=Slet
|
|
61
61
|
|
|
62
|
-
|
|
62
|
+
EDITOR_FIELD_OBJECT_DELETE_ERROR_MSG=Kan ikke slette; der findes ingen redigerbare elementer til sletning.
|
|
63
|
+
|
|
64
|
+
EDITOR_FIELD_OBJECT_DELETE_CONFIRM_TITLE=Bekr\u00E6ft
|
|
65
|
+
|
|
66
|
+
EDITOR_FIELD_OBJECT_DELETE_CONFIRM_MSG=Slet redigerbare elementer?
|
|
67
|
+
|
|
68
|
+
EDITOR_FIELD_OBJECT_DELETE_CONFIRM_CANCLE=Sletning afbrudt.
|
|
69
|
+
|
|
70
|
+
EDITOR_FIELD_OBJECT_DETAILS_POPOVER_TITLE=Objektdetaljer
|
|
63
71
|
|
|
64
72
|
EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_ADD=Tilf\u00F8j
|
|
65
73
|
|
|
@@ -69,36 +77,42 @@ EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_CANCEL=Afbryd
|
|
|
69
77
|
|
|
70
78
|
EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_CLOSE=Luk
|
|
71
79
|
|
|
80
|
+
EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_RESET=Nulstil
|
|
81
|
+
|
|
72
82
|
EDITOR_FIELD_OBJECT_LIST_VALUELIST_POPOVER_TITLE=V\u00E6lg elementer
|
|
73
83
|
|
|
74
84
|
EDITOR_FIELD_OBJECT_VALUELIST_POPOVER_BUTTON_OK=OK
|
|
75
85
|
|
|
76
86
|
EDITOR_FIELD_OBJECT_VALUELIST_POPOVER_BUTTON_CANCEL=Annuller
|
|
77
87
|
|
|
78
|
-
|
|
88
|
+
EDITOR_FIELD_OBJECT_TABLE_COLUMN_SELECTION_TOOLTIP_REMOVE=Fjern v\u00E6rdi
|
|
79
89
|
|
|
80
|
-
|
|
90
|
+
EDITOR_FIELD_OBJECT_TABLE_COLUMN_SELECTION_CELL_TOOLTIP_SELECT=V\u00E6lg som v\u00E6rdi
|
|
81
91
|
|
|
82
|
-
|
|
92
|
+
EDITOR_FIELD_OBJECT_TABLE_COLUMN_SELECTION_CELL_TOOLTIP_UNSELECT=Fjern v\u00E6rdi
|
|
83
93
|
|
|
84
|
-
|
|
94
|
+
EDITOR_FIELD_OBJECT_LIST_TABLE_COLUMN_SELECTION_TOOLTIP_ADDALL=Tilf\u00F8j alle
|
|
85
95
|
|
|
86
|
-
|
|
96
|
+
EDITOR_FIELD_OBJECT_LIST_TABLE_COLUMN_SELECTION_TOOLTIP_REMOVEALL=Fjern alle
|
|
87
97
|
|
|
88
|
-
|
|
98
|
+
EDITOR_FIELD_OBJECT_LIST_TABLE_COLUMN_SELECTION_CELL_TOOLTIP_ADD=Tilf\u00F8j til v\u00E6rdi
|
|
89
99
|
|
|
90
|
-
|
|
100
|
+
EDITOR_FIELD_OBJECT_LIST_TABLE_COLUMN_SELECTION_CELL_TOOLTIP_REMOVE=Fjern fra v\u00E6rdi
|
|
91
101
|
|
|
92
|
-
|
|
102
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_ADD_TOOLTIP=Tilf\u00F8j
|
|
93
103
|
|
|
94
|
-
|
|
104
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_CLEAR_ALL_FILTERS_TOOLTIP=Nulstil alle filtre
|
|
95
105
|
|
|
96
|
-
|
|
106
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_SELECT_ALL_SELETIONS_TOOLTIP=V\u00E6lg alle selektioner
|
|
97
107
|
|
|
98
|
-
|
|
108
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_CLEAR_ALL_SELETIONS_TOOLTIP=Nulstil alle selektioner
|
|
109
|
+
|
|
110
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_EDIT_TOOLTIP=Rediger
|
|
99
111
|
|
|
100
112
|
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_TITLE=V\u00E6rdi overs\u00E6ttelser
|
|
101
113
|
|
|
114
|
+
EDITOR_FIELD_OBJECT_TRANSLATION_LIST_TITLE=Overs\u00E6ttelser for egenskab\: {0}
|
|
115
|
+
|
|
102
116
|
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_BUTTON_SAVE=Gem
|
|
103
117
|
|
|
104
118
|
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_BUTTON_CANCEL=Afbryd
|
|
@@ -59,7 +59,15 @@ EDITOR_FIELD_OBJECT_FORM_EDITMODE_JSON=In JSON-Modus wechseln
|
|
|
59
59
|
|
|
60
60
|
EDITOR_FIELD_OBJECT_DELETE=L\u00F6schen
|
|
61
61
|
|
|
62
|
-
|
|
62
|
+
EDITOR_FIELD_OBJECT_DELETE_ERROR_MSG=L\u00F6schen nicht m\u00F6glich; kein bearbeitbares Element zum L\u00F6schen.
|
|
63
|
+
|
|
64
|
+
EDITOR_FIELD_OBJECT_DELETE_CONFIRM_TITLE=Best\u00E4tigen
|
|
65
|
+
|
|
66
|
+
EDITOR_FIELD_OBJECT_DELETE_CONFIRM_MSG=Bearbeitbare Elemente l\u00F6schen?
|
|
67
|
+
|
|
68
|
+
EDITOR_FIELD_OBJECT_DELETE_CONFIRM_CANCLE=L\u00F6schen abgebrochen.
|
|
69
|
+
|
|
70
|
+
EDITOR_FIELD_OBJECT_DETAILS_POPOVER_TITLE=Objektdetails
|
|
63
71
|
|
|
64
72
|
EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_ADD=Hinzuf\u00FCgen
|
|
65
73
|
|
|
@@ -69,36 +77,42 @@ EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_CANCEL=Abbrechen
|
|
|
69
77
|
|
|
70
78
|
EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_CLOSE=Schlie\u00DFen
|
|
71
79
|
|
|
80
|
+
EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_RESET=Zur\u00FCcksetzen
|
|
81
|
+
|
|
72
82
|
EDITOR_FIELD_OBJECT_LIST_VALUELIST_POPOVER_TITLE=Elemente ausw\u00E4hlen
|
|
73
83
|
|
|
74
84
|
EDITOR_FIELD_OBJECT_VALUELIST_POPOVER_BUTTON_OK=OK
|
|
75
85
|
|
|
76
86
|
EDITOR_FIELD_OBJECT_VALUELIST_POPOVER_BUTTON_CANCEL=Abbrechen
|
|
77
87
|
|
|
78
|
-
|
|
88
|
+
EDITOR_FIELD_OBJECT_TABLE_COLUMN_SELECTION_TOOLTIP_REMOVE=Wert entfernen
|
|
79
89
|
|
|
80
|
-
|
|
90
|
+
EDITOR_FIELD_OBJECT_TABLE_COLUMN_SELECTION_CELL_TOOLTIP_SELECT=Als Wert ausw\u00E4hlen
|
|
81
91
|
|
|
82
|
-
|
|
92
|
+
EDITOR_FIELD_OBJECT_TABLE_COLUMN_SELECTION_CELL_TOOLTIP_UNSELECT=Wert entfernen
|
|
83
93
|
|
|
84
|
-
|
|
94
|
+
EDITOR_FIELD_OBJECT_LIST_TABLE_COLUMN_SELECTION_TOOLTIP_ADDALL=Alle hinzuf\u00FCgen
|
|
85
95
|
|
|
86
|
-
|
|
96
|
+
EDITOR_FIELD_OBJECT_LIST_TABLE_COLUMN_SELECTION_TOOLTIP_REMOVEALL=Alle entfernen
|
|
87
97
|
|
|
88
|
-
|
|
98
|
+
EDITOR_FIELD_OBJECT_LIST_TABLE_COLUMN_SELECTION_CELL_TOOLTIP_ADD=In Wert hinzuf\u00FCgen
|
|
89
99
|
|
|
90
|
-
|
|
100
|
+
EDITOR_FIELD_OBJECT_LIST_TABLE_COLUMN_SELECTION_CELL_TOOLTIP_REMOVE=Aus Wert entfernen
|
|
91
101
|
|
|
92
|
-
|
|
102
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_ADD_TOOLTIP=Hinzuf\u00FCgen
|
|
93
103
|
|
|
94
|
-
|
|
104
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_CLEAR_ALL_FILTERS_TOOLTIP=Alle Filter zur\u00FCcksetzen
|
|
95
105
|
|
|
96
|
-
|
|
106
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_SELECT_ALL_SELETIONS_TOOLTIP=Alle Markierungen ausw\u00E4hlen
|
|
97
107
|
|
|
98
|
-
|
|
108
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_CLEAR_ALL_SELETIONS_TOOLTIP=Alle Markierungen zur\u00FCcksetzen
|
|
109
|
+
|
|
110
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_EDIT_TOOLTIP=Bearbeiten
|
|
99
111
|
|
|
100
112
|
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_TITLE=Wert\u00FCbersetzungen
|
|
101
113
|
|
|
114
|
+
EDITOR_FIELD_OBJECT_TRANSLATION_LIST_TITLE=\u00DCbersetzungen f\u00FCr Eigenschaft\: {0}
|
|
115
|
+
|
|
102
116
|
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_BUTTON_SAVE=Sichern
|
|
103
117
|
|
|
104
118
|
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_BUTTON_CANCEL=Abbrechen
|