@openui5/sap.ui.integration 1.121.1 → 1.122.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 +6 -6
- 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 +38 -5
- 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 +1 -1
- package/src/sap/ui/integration/cards/CalendarContent.js +1 -1
- package/src/sap/ui/integration/cards/ComponentContent.js +50 -14
- package/src/sap/ui/integration/cards/Footer.js +1 -1
- package/src/sap/ui/integration/cards/Header.js +3 -2
- package/src/sap/ui/integration/cards/ListContent.js +1 -1
- package/src/sap/ui/integration/cards/NumericHeader.js +4 -4
- package/src/sap/ui/integration/cards/ObjectContent.js +2 -1
- 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 -3
- package/src/sap/ui/integration/cards/actions/CardActions.js +1 -1
- package/src/sap/ui/integration/cards/actions/ShowCardAction.js +1 -0
- 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/ComboBoxFilter.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/cards/list/MicrochartsResizeHelper.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/BlockingMessage.js +1 -1
- package/src/sap/ui/integration/controls/ImageWithOverlay.js +20 -2
- 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/ObjectStatus.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/codeEditor/CodeEditor.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/i18n/i18n_mk.properties +2 -2
- 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/Card.js +1 -1
- package/src/sap/ui/integration/designtime/editor/CardEditor.js +55 -45
- package/src/sap/ui/integration/designtime/editor/CardPreview.js +1 -1
- package/src/sap/ui/integration/editor/Editor.js +65 -50
- 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 +2 -4
- package/src/sap/ui/integration/editor/Settings.js +6 -3
- package/src/sap/ui/integration/editor/fields/BaseField.js +9 -26
- 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 +45 -8
- package/src/sap/ui/integration/editor/fields/GroupField.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 +21 -14
- package/src/sap/ui/integration/editor/fields/ObjectListField.js +1 -1
- package/src/sap/ui/integration/editor/fields/StringField.js +38 -20
- package/src/sap/ui/integration/editor/fields/StringListField.js +1 -1
- package/src/sap/ui/integration/editor/fields/fragment/Controller.js +9 -6
- package/src/sap/ui/integration/editor/fields/viz/ColorSelect.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/IconSelect.js +8 -8
- package/src/sap/ui/integration/editor/fields/viz/ImageSelect.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/ShapeSelect.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/VizBase.js +1 -1
- package/src/sap/ui/integration/library.js +2 -2
- package/src/sap/ui/integration/messagebundle.properties +3 -6
- package/src/sap/ui/integration/messagebundle_ar.properties +2 -2
- package/src/sap/ui/integration/messagebundle_bg.properties +2 -2
- package/src/sap/ui/integration/messagebundle_ca.properties +2 -2
- package/src/sap/ui/integration/messagebundle_cnr.properties +2 -2
- package/src/sap/ui/integration/messagebundle_cs.properties +2 -2
- package/src/sap/ui/integration/messagebundle_cy.properties +2 -2
- package/src/sap/ui/integration/messagebundle_da.properties +2 -2
- package/src/sap/ui/integration/messagebundle_de.properties +2 -2
- package/src/sap/ui/integration/messagebundle_el.properties +2 -2
- package/src/sap/ui/integration/messagebundle_en.properties +3 -9
- package/src/sap/ui/integration/messagebundle_en_GB.properties +2 -2
- package/src/sap/ui/integration/messagebundle_en_US_saprigi.properties +0 -2
- package/src/sap/ui/integration/messagebundle_es.properties +2 -2
- package/src/sap/ui/integration/messagebundle_es_MX.properties +2 -2
- package/src/sap/ui/integration/messagebundle_et.properties +2 -2
- package/src/sap/ui/integration/messagebundle_fi.properties +2 -2
- package/src/sap/ui/integration/messagebundle_fr.properties +2 -2
- package/src/sap/ui/integration/messagebundle_fr_CA.properties +2 -2
- package/src/sap/ui/integration/messagebundle_hi.properties +2 -2
- package/src/sap/ui/integration/messagebundle_hr.properties +2 -2
- package/src/sap/ui/integration/messagebundle_hu.properties +2 -2
- package/src/sap/ui/integration/messagebundle_id.properties +2 -2
- package/src/sap/ui/integration/messagebundle_it.properties +2 -2
- package/src/sap/ui/integration/messagebundle_iw.properties +2 -2
- package/src/sap/ui/integration/messagebundle_ja.properties +2 -2
- package/src/sap/ui/integration/messagebundle_kk.properties +2 -2
- package/src/sap/ui/integration/messagebundle_ko.properties +2 -2
- package/src/sap/ui/integration/messagebundle_lt.properties +2 -2
- package/src/sap/ui/integration/messagebundle_lv.properties +2 -2
- package/src/sap/ui/integration/messagebundle_mk.properties +4 -4
- package/src/sap/ui/integration/messagebundle_ms.properties +2 -2
- package/src/sap/ui/integration/messagebundle_nl.properties +2 -2
- package/src/sap/ui/integration/messagebundle_no.properties +2 -2
- package/src/sap/ui/integration/messagebundle_pl.properties +2 -2
- package/src/sap/ui/integration/messagebundle_pt.properties +2 -2
- package/src/sap/ui/integration/messagebundle_pt_PT.properties +2 -2
- package/src/sap/ui/integration/messagebundle_ro.properties +2 -2
- package/src/sap/ui/integration/messagebundle_ru.properties +2 -2
- package/src/sap/ui/integration/messagebundle_sh.properties +2 -2
- package/src/sap/ui/integration/messagebundle_sk.properties +2 -2
- package/src/sap/ui/integration/messagebundle_sl.properties +2 -2
- package/src/sap/ui/integration/messagebundle_sr.properties +2 -2
- package/src/sap/ui/integration/messagebundle_sv.properties +2 -2
- package/src/sap/ui/integration/messagebundle_th.properties +2 -2
- package/src/sap/ui/integration/messagebundle_tr.properties +2 -2
- package/src/sap/ui/integration/messagebundle_uk.properties +2 -2
- package/src/sap/ui/integration/messagebundle_vi.properties +2 -2
- package/src/sap/ui/integration/messagebundle_zh_CN.properties +2 -2
- package/src/sap/ui/integration/messagebundle_zh_TW.properties +2 -2
- 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 +56 -1
- package/src/sap/ui/integration/themes/base/ImageWithOverlay.less +22 -0
- 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 +6 -6
- package/src/sap/ui/integration/util/CardObserver.js +14 -7
- package/src/sap/ui/integration/util/ComboBoxHelper.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 +4 -3
- package/src/sap/ui/integration/util/Destinations.js +1 -1
- package/src/sap/ui/integration/util/ErrorHandler.js +1 -1
- package/src/sap/ui/integration/util/ExtensionDataProvider.js +1 -1
- package/src/sap/ui/integration/util/Form.js +1 -1
- package/src/sap/ui/integration/util/HeaderFactory.js +8 -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 +9 -11
- 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 +51 -3
- package/src/sap/ui/integration/util/Validators.js +1 -1
- package/src/sap/ui/integration/widgets/Card.js +54 -13
|
@@ -88,7 +88,7 @@ sap.ui.define([
|
|
|
88
88
|
* @alias sap.ui.integration.editor.fields.ObjectField
|
|
89
89
|
* @author SAP SE
|
|
90
90
|
* @since 1.100.0
|
|
91
|
-
* @version 1.
|
|
91
|
+
* @version 1.122.0
|
|
92
92
|
* @private
|
|
93
93
|
* @experimental since 1.100.0
|
|
94
94
|
* @ui5-restricted
|
|
@@ -486,7 +486,7 @@ sap.ui.define([
|
|
|
486
486
|
sTranslationKeyInCellValue = that.getTranslationKey(oValue);
|
|
487
487
|
if (oSettings.translatable || sTranslationKeyInCellValue) {
|
|
488
488
|
if (oBindingContext && oBindingContext.getObject() && oBindingContext.getObject()._dt) {
|
|
489
|
-
oTranslationValue = that.getTranslationValueInTexts(
|
|
489
|
+
oTranslationValue = that.getTranslationValueInTexts(Utils._language, oBindingContext.getObject()._dt._uuid, oSettings.property);
|
|
490
490
|
if (oTranslationValue) {
|
|
491
491
|
return oTranslationValue;
|
|
492
492
|
}
|
|
@@ -1718,18 +1718,20 @@ sap.ui.define([
|
|
|
1718
1718
|
// merge with the current translation texts
|
|
1719
1719
|
that._oOriginTranslatedValues[sTranslationKey].forEach(function (originTranslatedValue) {
|
|
1720
1720
|
var oTempTranslatedValue = deepClone(originTranslatedValue, 500);
|
|
1721
|
-
oTempTranslatedValue.
|
|
1721
|
+
oTempTranslatedValue.updated = false;
|
|
1722
1722
|
var sTranslateText = that.getTranslationValueInTexts(oTempTranslatedValue.key, sUUID, sProperty);
|
|
1723
1723
|
if (sTranslateText) {
|
|
1724
1724
|
oTempTranslatedValue.value = sTranslateText;
|
|
1725
|
-
if (Array.isArray(that._oUpdatedTranslations[sTranslationKey])
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1725
|
+
if (Array.isArray(that._oUpdatedTranslations[sTranslationKey])) {
|
|
1726
|
+
if (that._oUpdatedTranslations[sTranslationKey].includes(oTempTranslatedValue.key)) {
|
|
1727
|
+
oTempTranslatedValue.value = that.getTranslationValueInTexts(oTempTranslatedValue.key, sUUID, sProperty);
|
|
1728
|
+
oTempTranslatedValue.updated = true;
|
|
1729
|
+
} else {
|
|
1730
|
+
oTempTranslatedValue.originValue = oTempTranslatedValue.value;
|
|
1731
|
+
}
|
|
1730
1732
|
}
|
|
1731
1733
|
}
|
|
1732
|
-
if (oTempTranslatedValue.key ===
|
|
1734
|
+
if (oTempTranslatedValue.key === Utils._language) {
|
|
1733
1735
|
oTempTranslatedValue.description += " (" + oResourceBundle.getText("EDITOR_FIELD_TRANSLATION_LIST_POPOVER_CURRENTLANGUAGE") + ")";
|
|
1734
1736
|
aTempTranslatedLanguages.unshift(oTempTranslatedValue);
|
|
1735
1737
|
} else {
|
|
@@ -1762,7 +1764,6 @@ sap.ui.define([
|
|
|
1762
1764
|
var that = this;
|
|
1763
1765
|
var sParameterId = that.getParameterId();
|
|
1764
1766
|
var oResourceBundle = that.getResourceBundle();
|
|
1765
|
-
var sCurrentLanugae = oResourceBundle.sLocale.replaceAll('_', '-');
|
|
1766
1767
|
var sIdPrefix = bIsInTranslationPopover ? sParameterId + "_control_translation_popover" : sParameterId + "_control_objectdetails_popover_translation_page";
|
|
1767
1768
|
var oSaveTranslationButton = new Button(sIdPrefix + "_save_btn", {
|
|
1768
1769
|
type: "Emphasized",
|
|
@@ -1780,17 +1781,23 @@ sap.ui.define([
|
|
|
1780
1781
|
var sProperty = oData.property;
|
|
1781
1782
|
oData.translatedLanguages.forEach(function(oLanguage) {
|
|
1782
1783
|
if (oLanguage.value !== oLanguage.originValue) {
|
|
1783
|
-
|
|
1784
|
-
|
|
1784
|
+
if (oLanguage.updated) {
|
|
1785
|
+
that.setTranslationValueInTexts(oLanguage.key, sUUID, sProperty, oLanguage.value);
|
|
1786
|
+
aUpdatedLanguages.push(oLanguage.key);
|
|
1787
|
+
}
|
|
1788
|
+
} else if (oLanguage.updated) {
|
|
1789
|
+
that.deleteTranslationValueInTexts(oLanguage.key, sUUID, sProperty);
|
|
1785
1790
|
}
|
|
1786
1791
|
});
|
|
1787
1792
|
var bUpdateDependentFieldsAndPreview = false;
|
|
1788
1793
|
if (aUpdatedLanguages.length > 0) {
|
|
1789
1794
|
that._oUpdatedTranslations = that._oUpdatedTranslations || {};
|
|
1790
1795
|
that._oUpdatedTranslations[sTranslationKey] = aUpdatedLanguages;
|
|
1791
|
-
if (aUpdatedLanguages.includes(
|
|
1796
|
+
if (aUpdatedLanguages.includes(Utils._language)) {
|
|
1792
1797
|
bUpdateDependentFieldsAndPreview = true;
|
|
1793
1798
|
}
|
|
1799
|
+
} else if (that._oUpdatedTranslations) {
|
|
1800
|
+
delete that._oUpdatedTranslations[sTranslationKey];
|
|
1794
1801
|
}
|
|
1795
1802
|
// refresh the translation list
|
|
1796
1803
|
oData = that.buildTranslationsData(sKey, sType, sUUID, sProperty);
|
|
@@ -1818,7 +1825,7 @@ sap.ui.define([
|
|
|
1818
1825
|
// set value to origin value
|
|
1819
1826
|
oData.translatedLanguages.forEach(function (translatedValue) {
|
|
1820
1827
|
translatedValue.value = translatedValue.originValue;
|
|
1821
|
-
translatedValue.
|
|
1828
|
+
translatedValue.updated = false;
|
|
1822
1829
|
});
|
|
1823
1830
|
oData.isUpdated = false;
|
|
1824
1831
|
oTranslationModel.setData(oData);
|
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
sap.ui.define([
|
|
8
|
-
"sap/base/i18n/Localization",
|
|
9
8
|
"sap/ui/integration/editor/fields/BaseField",
|
|
10
9
|
"sap/m/Input",
|
|
11
10
|
"sap/m/Text",
|
|
@@ -20,9 +19,10 @@ sap.ui.define([
|
|
|
20
19
|
"sap/m/VBox",
|
|
21
20
|
"sap/base/util/each",
|
|
22
21
|
"sap/base/util/restricted/_debounce",
|
|
23
|
-
"sap/base/util/deepClone"
|
|
22
|
+
"sap/base/util/deepClone",
|
|
23
|
+
"sap/base/util/deepEqual",
|
|
24
|
+
"sap/ui/integration/util/Utils"
|
|
24
25
|
], function (
|
|
25
|
-
Localization,
|
|
26
26
|
BaseField,
|
|
27
27
|
Input,
|
|
28
28
|
Text,
|
|
@@ -37,7 +37,9 @@ sap.ui.define([
|
|
|
37
37
|
VBox,
|
|
38
38
|
each,
|
|
39
39
|
_debounce,
|
|
40
|
-
deepClone
|
|
40
|
+
deepClone,
|
|
41
|
+
deepEqual,
|
|
42
|
+
Utils
|
|
41
43
|
) {
|
|
42
44
|
"use strict";
|
|
43
45
|
var REGEXP_PARAMETERS = /parameters\.([^\}\}]+)/g;
|
|
@@ -53,7 +55,7 @@ sap.ui.define([
|
|
|
53
55
|
* @alias sap.ui.integration.editor.fields.StringField
|
|
54
56
|
* @author SAP SE
|
|
55
57
|
* @since 1.83.0
|
|
56
|
-
* @version 1.
|
|
58
|
+
* @version 1.122.0
|
|
57
59
|
* @private
|
|
58
60
|
* @experimental since 1.83.0
|
|
59
61
|
* @ui5-restricted
|
|
@@ -236,8 +238,8 @@ sap.ui.define([
|
|
|
236
238
|
//add current change into translation texts
|
|
237
239
|
var oControl = oEvent.getSource();
|
|
238
240
|
var sValue = oControl.getValue();
|
|
239
|
-
var sLanguage =
|
|
240
|
-
oControl.getParent().setTranslationValueInTexts(sLanguage,
|
|
241
|
+
var sLanguage = Utils._language;
|
|
242
|
+
oControl.getParent().setTranslationValueInTexts(sLanguage, sValue);
|
|
241
243
|
}
|
|
242
244
|
}
|
|
243
245
|
};
|
|
@@ -394,7 +396,8 @@ sap.ui.define([
|
|
|
394
396
|
return oProperty[sManifestPath];
|
|
395
397
|
};
|
|
396
398
|
|
|
397
|
-
StringField.prototype.setTranslationValueInTexts = function (sLanguage,
|
|
399
|
+
StringField.prototype.setTranslationValueInTexts = function (sLanguage, sValue) {
|
|
400
|
+
var sManifestPath = this.getConfiguration().manifestpath;
|
|
398
401
|
var sTranslationPath = "/texts";
|
|
399
402
|
var oData = this._settingsModel.getData();
|
|
400
403
|
if (!oData) {
|
|
@@ -418,13 +421,27 @@ sap.ui.define([
|
|
|
418
421
|
}
|
|
419
422
|
};
|
|
420
423
|
|
|
424
|
+
StringField.prototype.deleteTranslationValueInTexts = function (sLanguage) {
|
|
425
|
+
var sManifestPath = this.getConfiguration().manifestpath;
|
|
426
|
+
var oData = this._settingsModel.getData();
|
|
427
|
+
if (oData && oData.texts && oData.texts[sLanguage]) {
|
|
428
|
+
delete oData.texts[sLanguage][sManifestPath];
|
|
429
|
+
}
|
|
430
|
+
if (deepEqual(oData.texts[sLanguage], {})) {
|
|
431
|
+
delete oData.texts[sLanguage];
|
|
432
|
+
}
|
|
433
|
+
if (deepEqual(oData.texts, {})) {
|
|
434
|
+
delete oData.texts;
|
|
435
|
+
}
|
|
436
|
+
this._settingsModel.setData(oData);
|
|
437
|
+
};
|
|
438
|
+
|
|
421
439
|
//open the translation popup
|
|
422
440
|
StringField.prototype.openTranslationListPopup = function(oEvent) {
|
|
423
441
|
var that = this;
|
|
424
442
|
var oControl = oEvent.getSource();
|
|
425
443
|
var oField = oControl.getParent();
|
|
426
444
|
var sParameterId = oField.getParameterId();
|
|
427
|
-
var oConfig = oField.getConfiguration();
|
|
428
445
|
var oResourceBundle = oField.getResourceBundle();
|
|
429
446
|
var oTranslatedValues = that.buildTranslationsData(oField, oControl);
|
|
430
447
|
var oTranslatonsModel;
|
|
@@ -473,16 +490,18 @@ sap.ui.define([
|
|
|
473
490
|
var aUpdatedLanguages = [];
|
|
474
491
|
aLanguages.translatedLanguages.forEach(function(oLanguage) {
|
|
475
492
|
if (oLanguage.value !== oLanguage.originValue) {
|
|
476
|
-
|
|
477
|
-
|
|
493
|
+
if (oLanguage.updated) {
|
|
494
|
+
oField.setTranslationValueInTexts(oLanguage.key, oLanguage.value);
|
|
495
|
+
aUpdatedLanguages.push(oLanguage.key);
|
|
496
|
+
}
|
|
497
|
+
} else if (oLanguage.updated) {
|
|
498
|
+
oField.deleteTranslationValueInTexts(oLanguage.key);
|
|
478
499
|
}
|
|
479
500
|
});
|
|
480
|
-
if (aLanguages.currentLanguage.value != aLanguages.currentLanguage.originValue) {
|
|
481
|
-
oField.setTranslationValueInTexts(aLanguages.currentLanguage.key, oConfig.manifestpath, aLanguages.currentLanguage.value);
|
|
482
|
-
aUpdatedLanguages.push(aLanguages.currentLanguage.key);
|
|
483
|
-
}
|
|
484
501
|
if (aUpdatedLanguages.length > 0) {
|
|
485
502
|
that._aUpdatedLanguages = aUpdatedLanguages;
|
|
503
|
+
} else {
|
|
504
|
+
that._aUpdatedLanguages = undefined;
|
|
486
505
|
}
|
|
487
506
|
that._oTranslationPopover.close();
|
|
488
507
|
}
|
|
@@ -515,7 +534,6 @@ sap.ui.define([
|
|
|
515
534
|
that._aOriginTranslatedValues = oField.getOriginTranslatedValues(oConfig);
|
|
516
535
|
}
|
|
517
536
|
var aTempTranslatedLanguages = deepClone(that._aOriginTranslatedValues, 500);
|
|
518
|
-
var oResourceBundle = oField.getResourceBundle();
|
|
519
537
|
//merge the value in texts or beforeLayerChange into the value list of i18n files
|
|
520
538
|
aTempTranslatedLanguages.forEach(function (translatedValue) {
|
|
521
539
|
var sTranslateText = oField.getTranslationValueInTexts(translatedValue.key, oConfig.manifestpath);
|
|
@@ -530,8 +548,8 @@ sap.ui.define([
|
|
|
530
548
|
translatedValue.originValue = translatedValue.value;
|
|
531
549
|
}
|
|
532
550
|
}
|
|
533
|
-
translatedValue.
|
|
534
|
-
if (translatedValue.key ===
|
|
551
|
+
translatedValue.updated = false;
|
|
552
|
+
if (translatedValue.key === Utils._language) {
|
|
535
553
|
translatedValue.editable = false;
|
|
536
554
|
}
|
|
537
555
|
});
|
|
@@ -546,9 +564,9 @@ sap.ui.define([
|
|
|
546
564
|
aTempTranslatedLanguages.forEach(function (translatedValue) {
|
|
547
565
|
if (Array.isArray(that._aUpdatedLanguages) && that._aUpdatedLanguages.includes(translatedValue.key)) {
|
|
548
566
|
translatedValue.value = oField.getTranslationValueInTexts(translatedValue.key, oConfig.manifestpath);
|
|
549
|
-
translatedValue.
|
|
567
|
+
translatedValue.updated = true;
|
|
550
568
|
}
|
|
551
|
-
if (translatedValue.key ===
|
|
569
|
+
if (translatedValue.key === Utils._language) {
|
|
552
570
|
translatedValue.value = oControl.getValue();
|
|
553
571
|
oTranslatedValues.currentLanguage = translatedValue;
|
|
554
572
|
} else {
|
|
@@ -4,9 +4,12 @@
|
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
sap.ui.define([
|
|
7
|
-
"sap/
|
|
8
|
-
"sap/ui/
|
|
9
|
-
], function(
|
|
7
|
+
"sap/ui/core/mvc/Controller",
|
|
8
|
+
"sap/ui/integration/util/Utils"
|
|
9
|
+
], function(
|
|
10
|
+
FragmentController,
|
|
11
|
+
Utils
|
|
12
|
+
) {
|
|
10
13
|
"use strict";
|
|
11
14
|
|
|
12
15
|
/**
|
|
@@ -15,7 +18,7 @@ sap.ui.define([
|
|
|
15
18
|
* @alias sap.ui.integration.editor.fields.fragment.Controller
|
|
16
19
|
* @author SAP SE
|
|
17
20
|
* @since 1.105.0
|
|
18
|
-
* @version 1.
|
|
21
|
+
* @version 1.122.0
|
|
19
22
|
* @private
|
|
20
23
|
* @experimental since 1.105.0
|
|
21
24
|
* @ui5-restricted
|
|
@@ -30,10 +33,10 @@ sap.ui.define([
|
|
|
30
33
|
};
|
|
31
34
|
|
|
32
35
|
Controller.prototype.saveValue = function (sValue) {
|
|
33
|
-
var sLanguage =
|
|
36
|
+
var sLanguage = Utils._language;
|
|
34
37
|
var oConfig = this._oField.getConfiguration();
|
|
35
38
|
if (oConfig.type === "string" && oConfig.translatable) {
|
|
36
|
-
this._oField.setTranslationValueInTexts(sLanguage,
|
|
39
|
+
this._oField.setTranslationValueInTexts(sLanguage, sValue);
|
|
37
40
|
} else {
|
|
38
41
|
this._oField._settingsModel.setProperty(oConfig.manifestpath, sValue);
|
|
39
42
|
}
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
sap.ui.define([
|
|
7
|
-
"sap/base/i18n/Localization",
|
|
8
7
|
"sap/ui/core/Element",
|
|
9
8
|
"sap/ui/core/Lib",
|
|
10
9
|
"sap/ui/integration/editor/fields/viz/VizBase",
|
|
@@ -24,9 +23,9 @@ sap.ui.define([
|
|
|
24
23
|
"sap/m/Text",
|
|
25
24
|
"sap/m/CheckBox",
|
|
26
25
|
"sap/m/SegmentedButton",
|
|
27
|
-
"sap/m/SegmentedButtonItem"
|
|
26
|
+
"sap/m/SegmentedButtonItem",
|
|
27
|
+
"sap/ui/integration/util/Utils"
|
|
28
28
|
], function(
|
|
29
|
-
Localization,
|
|
30
29
|
Element,
|
|
31
30
|
Library,
|
|
32
31
|
VizBase,
|
|
@@ -46,11 +45,12 @@ sap.ui.define([
|
|
|
46
45
|
Text,
|
|
47
46
|
CheckBox,
|
|
48
47
|
SegmentedButton,
|
|
49
|
-
SegmentedButtonItem
|
|
48
|
+
SegmentedButtonItem,
|
|
49
|
+
Utils
|
|
50
50
|
) {
|
|
51
51
|
"use strict";
|
|
52
52
|
|
|
53
|
-
var oResourceBundle = Library.getResourceBundleFor("sap.ui.integration"),
|
|
53
|
+
var oResourceBundle = Library.getResourceBundleFor("sap.ui.integration", Utils._language),
|
|
54
54
|
aDefaultIcons,
|
|
55
55
|
oLoadDefaultIconPromise,
|
|
56
56
|
// disable below flag to wait for WZ supporting TNT and Business Suite icons later
|
|
@@ -62,7 +62,7 @@ sap.ui.define([
|
|
|
62
62
|
* @alias sap.ui.integration.editor.fields.viz.IconSelect
|
|
63
63
|
* @author SAP SE
|
|
64
64
|
* @since 1.84.0
|
|
65
|
-
* @version 1.
|
|
65
|
+
* @version 1.122.0
|
|
66
66
|
* @private
|
|
67
67
|
* @experimental since 1.84.0
|
|
68
68
|
* @ui5-restricted
|
|
@@ -225,8 +225,8 @@ sap.ui.define([
|
|
|
225
225
|
};
|
|
226
226
|
|
|
227
227
|
IconSelect.prototype.onInit = function () {
|
|
228
|
-
if (oResourceBundle && oResourceBundle.sLocale !==
|
|
229
|
-
oResourceBundle = Library.getResourceBundleFor("sap.ui.integration");
|
|
228
|
+
if (oResourceBundle && oResourceBundle.sLocale !== Utils._language) {
|
|
229
|
+
oResourceBundle = Library.getResourceBundleFor("sap.ui.integration", Utils._language);
|
|
230
230
|
}
|
|
231
231
|
if (!this._oIconModel) {
|
|
232
232
|
this._initIconModel();
|
|
@@ -24,14 +24,14 @@ sap.ui.define([
|
|
|
24
24
|
* @namespace
|
|
25
25
|
* @alias sap.ui.integration
|
|
26
26
|
* @author SAP SE
|
|
27
|
-
* @version 1.
|
|
27
|
+
* @version 1.122.0
|
|
28
28
|
* @since 1.62
|
|
29
29
|
* @public
|
|
30
30
|
*/
|
|
31
31
|
var thisLib = Library.init({
|
|
32
32
|
apiVersion: 2,
|
|
33
33
|
name: "sap.ui.integration",
|
|
34
|
-
version: "1.
|
|
34
|
+
version: "1.122.0",
|
|
35
35
|
dependencies: [
|
|
36
36
|
"sap.ui.core",
|
|
37
37
|
"sap.f",
|
|
@@ -262,12 +262,6 @@ EDITOR_FIELD_TRANSLATION_LIST_POPOVER_CURRENTVALUE=Value
|
|
|
262
262
|
#XTOL: Text of Other Languages in the translation list popover of a string field
|
|
263
263
|
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_OTHERLANGUAGES=Other Languages
|
|
264
264
|
|
|
265
|
-
#XTOL: Text of Not Updated group in the translation list popover of a string field
|
|
266
|
-
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_LISTITEM_GROUP_NOTUPDATED=Not Updated
|
|
267
|
-
|
|
268
|
-
#XTOL: Text of Updated group in the translation list popover of a string field
|
|
269
|
-
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_LISTITEM_GROUP_UPDATED=Updated
|
|
270
|
-
|
|
271
265
|
#XTOL: Tooltip of the more settings button of a field
|
|
272
266
|
EDITOR_FIELD_MORE_SETTINGS=More Settings
|
|
273
267
|
|
|
@@ -277,6 +271,9 @@ EDITOR_SELECT_FROM_LIST=Select a dynamic value from the list
|
|
|
277
271
|
#XBUT: Activates the Dynamic Value Pane
|
|
278
272
|
EDITOR_MORE_DYNAMICVALUES=Dynamic Value
|
|
279
273
|
|
|
274
|
+
#XTXT: Text for select dynamic value label
|
|
275
|
+
EDITOR_MORE_DYNAMICVALUES_SELECT_DYNAMIC_VALUE=Select a dynamic value
|
|
276
|
+
|
|
280
277
|
#XTIT: After user selection the actual dynamic value will be shown (the current value in my environment)
|
|
281
278
|
EDITOR_ACTUAL_VALUE=Actual Dynamic Value
|
|
282
279
|
|
|
@@ -17,8 +17,6 @@ CARD_NO_ITEMS_ERROR_LISTS=\u0644\u0627 \u062A\u062A\u0648\u0641\u0631 \u0623\u06
|
|
|
17
17
|
|
|
18
18
|
CARD_NO_ITEMS_ERROR_CHART=\u0644\u0627 \u062A\u062A\u0648\u0641\u0631 \u0623\u064A \u0628\u064A\u0627\u0646\u0627\u062A
|
|
19
19
|
|
|
20
|
-
CARD_MISSING_PREVIEW_CONFIGURATION=\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0645\u0639\u0627\u064A\u0646\u0629 \u0645\u0641\u0642\u0648\u062F. \u064A\u062A\u0645 \u0639\u0631\u0636 \u0627\u0644\u0645\u0639\u0627\u064A\u0646\u0629 \u0627\u0644\u062A\u062C\u0631\u064A\u062F\u064A\u0629.
|
|
21
|
-
|
|
22
20
|
CARD_WEB_PAGE_TIMEOUT_ERROR=\u062A\u0639\u0630\u0631 \u062A\u062D\u0645\u064A\u0644 \u0627\u0644\u0635\u0641\u062D\u0629 \u0641\u064A {0} \u0645\u0646 \u0627\u0644\u062B\u0648\u0627\u0646\u064A. \u064A\u064F\u0631\u062C\u0649 \u0641\u062D\u0635 \u0627\u0644\u0631\u0627\u0628\u0637.
|
|
23
21
|
|
|
24
22
|
CARD_WEB_PAGE_EMPTY_URL_ERROR=\u0631\u0627\u0628\u0637 \u0627\u0644\u0635\u0641\u062D\u0629 \u0641\u0627\u0631\u063A.
|
|
@@ -185,6 +183,8 @@ EDITOR_SELECT_FROM_LIST=\u062A\u062D\u062F\u064A\u062F \u0642\u064A\u0645\u0629
|
|
|
185
183
|
|
|
186
184
|
EDITOR_MORE_DYNAMICVALUES=\u0627\u0644\u0642\u064A\u0645\u0629 \u0627\u0644\u062F\u064A\u0646\u0627\u0645\u064A\u0643\u064A\u0629
|
|
187
185
|
|
|
186
|
+
EDITOR_MORE_DYNAMICVALUES_SELECT_DYNAMIC_VALUE=\u062A\u062D\u062F\u064A\u062F \u0642\u064A\u0645\u0629 \u062F\u064A\u0646\u0627\u0645\u064A\u0643\u064A\u0629
|
|
187
|
+
|
|
188
188
|
EDITOR_ACTUAL_VALUE=\u0627\u0644\u0642\u064A\u0645\u0629 \u0627\u0644\u062F\u064A\u0646\u0627\u0645\u064A\u0643\u064A\u0629 \u0627\u0644\u0641\u0639\u0644\u064A\u0629
|
|
189
189
|
|
|
190
190
|
EDITOR_MORE_DYNAMICVALUES_TECHHINT=\u062A\u064F\u0633\u062A\u062E\u062F\u0645 \u0647\u0630\u0647 \u0627\u0644\u0642\u064A\u0645\u0629 \u0641\u064A \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u062A\u0642\u0646\u064A\u0629 \u0644\u0644\u0628\u0637\u0627\u0642\u0629 \u0648\u064A\u062C\u0628 \u0623\u0644\u0627 \u062A\u0638\u0647\u0631 \u0644\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u064A\u0646 \u0627\u0644\u0646\u0647\u0627\u0626\u064A\u064A\u0646.
|
|
@@ -17,8 +17,6 @@ CARD_NO_ITEMS_ERROR_LISTS=\u041D\u044F\u043C\u0430 \u043D\u0430\u043B\u0438\u044
|
|
|
17
17
|
|
|
18
18
|
CARD_NO_ITEMS_ERROR_CHART=\u041D\u044F\u043C\u0430 \u043D\u0430\u043B\u0438\u0447\u043D\u0438 \u0434\u0430\u043D\u043D\u0438
|
|
19
19
|
|
|
20
|
-
CARD_MISSING_PREVIEW_CONFIGURATION=\u041B\u0438\u043F\u0441\u0432\u0430 \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F \u0437\u0430 \u043F\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043B\u0435\u043D \u043F\u0440\u0435\u0433\u043B\u0435\u0434. \u041F\u043E\u043A\u0430\u0437\u0432\u0430 \u0441\u0435 \u0430\u0431\u0441\u0442\u0440\u0430\u043A\u0442\u0435\u043D \u043F\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043B\u0435\u043D \u043F\u0440\u0435\u0433\u043B\u0435\u0434.
|
|
21
|
-
|
|
22
20
|
CARD_WEB_PAGE_TIMEOUT_ERROR=\u0421\u0442\u0440\u0430\u043D\u0438\u0446\u0430\u0442\u0430 \u043D\u0435 \u043C\u043E\u0436\u0430 \u0434\u0430 \u0441\u0435 \u0437\u0430\u0440\u0435\u0434\u0438 \u0437\u0430 {0} \u0441\u0435\u043A\u0443\u043D\u0434\u0438. \u041C\u043E\u043B\u044F, \u043F\u0440\u043E\u0432\u0435\u0440\u0435\u0442\u0435 URL.
|
|
23
21
|
|
|
24
22
|
CARD_WEB_PAGE_EMPTY_URL_ERROR=URL \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430\u0442\u0430 \u0435 \u043F\u0440\u0430\u0437\u0435\u043D.
|
|
@@ -185,6 +183,8 @@ EDITOR_SELECT_FROM_LIST=\u0418\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0434\
|
|
|
185
183
|
|
|
186
184
|
EDITOR_MORE_DYNAMICVALUES=\u0414\u0438\u043D\u0430\u043C\u0438\u0447\u043D\u0430 \u0441\u0442\u043E\u0439\u043D\u043E\u0441\u0442
|
|
187
185
|
|
|
186
|
+
EDITOR_MORE_DYNAMICVALUES_SELECT_DYNAMIC_VALUE=\u0418\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0434\u0438\u043D\u0430\u043C\u0438\u0447\u043D\u0430 \u0441\u0442\u043E\u0439\u043D\u043E\u0441\u0442
|
|
187
|
+
|
|
188
188
|
EDITOR_ACTUAL_VALUE=\u0424\u0430\u043A\u0442\u0438\u0447\u0435\u0441\u043A\u0430 \u0434\u0438\u043D\u0430\u043C\u0438\u0447\u043D\u0430 \u0441\u0442\u043E\u0439\u043D\u043E\u0441\u0442\u0438
|
|
189
189
|
|
|
190
190
|
EDITOR_MORE_DYNAMICVALUES_TECHHINT=\u0422\u0430\u0437\u0438 \u0441\u0442\u043E\u0439\u043D\u043E\u0441\u0442 \u0441\u0435 \u0438\u0437\u043F\u043E\u043B\u0437\u0432\u0430 \u0432 \u0442\u0435\u0445\u043D\u0438\u0447\u0435\u0441\u043A\u0438\u0442\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u043D\u0430 \u043A\u0430\u0440\u0442\u0430\u0442\u0430 \u0438 \u043D\u0435 \u0442\u0440\u044F\u0431\u0432\u0430 \u0434\u0430 \u0435 \u0432\u0438\u0434\u0438\u043C\u0430 \u0437\u0430 \u043A\u0440\u0430\u0439\u043D\u0438\u0442\u0435 \u043F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B\u0438.
|
|
@@ -17,8 +17,6 @@ CARD_NO_ITEMS_ERROR_LISTS=No hi ha cap element disponible
|
|
|
17
17
|
|
|
18
18
|
CARD_NO_ITEMS_ERROR_CHART=No hi ha dades disponibles
|
|
19
19
|
|
|
20
|
-
CARD_MISSING_PREVIEW_CONFIGURATION=Falta la configuraci\u00F3 de visualitzaci\u00F3 pr\u00E8via. Es mostra la visualitzaci\u00F3 pr\u00E8via abstracta.
|
|
21
|
-
|
|
22
20
|
CARD_WEB_PAGE_TIMEOUT_ERROR=No s''ha pogut carregar la p\u00E0gina en {0} segons. Comproveu l''URL.
|
|
23
21
|
|
|
24
22
|
CARD_WEB_PAGE_EMPTY_URL_ERROR=L'URL de la p\u00E0gina est\u00E0 buit.
|
|
@@ -185,6 +183,8 @@ EDITOR_SELECT_FROM_LIST=Seleccioneu un valor din\u00E0mic de la llista.
|
|
|
185
183
|
|
|
186
184
|
EDITOR_MORE_DYNAMICVALUES=Valor din\u00E0mic
|
|
187
185
|
|
|
186
|
+
EDITOR_MORE_DYNAMICVALUES_SELECT_DYNAMIC_VALUE=Seleccioneu un valor din\u00E0mic
|
|
187
|
+
|
|
188
188
|
EDITOR_ACTUAL_VALUE=Valor din\u00E0mic real
|
|
189
189
|
|
|
190
190
|
EDITOR_MORE_DYNAMICVALUES_TECHHINT=Aquest valor s'utilitza a la configuraci\u00F3 t\u00E8cnica d'una targeta i no s'hauria de mostrar als usuaris finals.
|
|
@@ -17,8 +17,6 @@ CARD_NO_ITEMS_ERROR_LISTS=Stavke nijesu dostupne
|
|
|
17
17
|
|
|
18
18
|
CARD_NO_ITEMS_ERROR_CHART=Podaci nijesu dostupni
|
|
19
19
|
|
|
20
|
-
CARD_MISSING_PREVIEW_CONFIGURATION=Nedostaje konfiguracija prethodnog prikaza. Prikazan je apstraktni prethodni prikaz.
|
|
21
|
-
|
|
22
20
|
CARD_WEB_PAGE_TIMEOUT_ERROR=Stranica se ne mo\u017Ee u\u010Ditati za {0} sekundi. Provjerite URL.
|
|
23
21
|
|
|
24
22
|
CARD_WEB_PAGE_EMPTY_URL_ERROR=URL stranice je prazan.
|
|
@@ -185,6 +183,8 @@ EDITOR_SELECT_FROM_LIST=Odaberite dinami\u010Dku vrijednost s liste
|
|
|
185
183
|
|
|
186
184
|
EDITOR_MORE_DYNAMICVALUES=Dinami\u010Dka vrijednost
|
|
187
185
|
|
|
186
|
+
EDITOR_MORE_DYNAMICVALUES_SELECT_DYNAMIC_VALUE=Odaberite dinami\u010Dku vrijednost
|
|
187
|
+
|
|
188
188
|
EDITOR_ACTUAL_VALUE=Stvarna dinami\u010Dka vrijednost
|
|
189
189
|
|
|
190
190
|
EDITOR_MORE_DYNAMICVALUES_TECHHINT=Vrijednost se koristi u tehni\u010Dkim pode\u0161avanjima kartice i ne treba da se prika\u017Ee krajnjim korisnicima.
|
|
@@ -17,8 +17,6 @@ CARD_NO_ITEMS_ERROR_LISTS=\u017D\u00E1dn\u00E9 polo\u017Eky neexistuj\u00ED
|
|
|
17
17
|
|
|
18
18
|
CARD_NO_ITEMS_ERROR_CHART=Neexistuj\u00ED \u017E\u00E1dn\u00E1 data
|
|
19
19
|
|
|
20
|
-
CARD_MISSING_PREVIEW_CONFIGURATION=Konfigurace n\u00E1hledu chyb\u00ED. Je zobrazen abstraktn\u00ED n\u00E1hled.
|
|
21
|
-
|
|
22
20
|
CARD_WEB_PAGE_TIMEOUT_ERROR=Str\u00E1nku nebylo mo\u017En\u00E9 zav\u00E9st za {0} sekund. Zkontrolujte URL.
|
|
23
21
|
|
|
24
22
|
CARD_WEB_PAGE_EMPTY_URL_ERROR=Adresa URL str\u00E1nky je pr\u00E1zdn\u00E1.
|
|
@@ -185,6 +183,8 @@ EDITOR_SELECT_FROM_LIST=Vyberte dynamickou hodnotu ze seznamu.
|
|
|
185
183
|
|
|
186
184
|
EDITOR_MORE_DYNAMICVALUES=Dynamick\u00E1 hodnota
|
|
187
185
|
|
|
186
|
+
EDITOR_MORE_DYNAMICVALUES_SELECT_DYNAMIC_VALUE=Vyberte dynamickou hodnotu
|
|
187
|
+
|
|
188
188
|
EDITOR_ACTUAL_VALUE=Skute\u010Dn\u00E1 dynamick\u00E1 hodnota
|
|
189
189
|
|
|
190
190
|
EDITOR_MORE_DYNAMICVALUES_TECHHINT=Tato hodnota se pou\u017E\u00EDv\u00E1 v technick\u00FDch nastaven\u00EDch karty a nem\u011Bla by b\u00FDt viditeln\u00E1 pro koncov\u00E9 u\u017Eivatele.
|
|
@@ -17,8 +17,6 @@ CARD_NO_ITEMS_ERROR_LISTS=Dim eitemau ar gael
|
|
|
17
17
|
|
|
18
18
|
CARD_NO_ITEMS_ERROR_CHART=Dim data ar gael
|
|
19
19
|
|
|
20
|
-
CARD_MISSING_PREVIEW_CONFIGURATION=Ffurfweddiad rhagolwg ar goll. Mae rhagolwg haniaethol yn cael ei ddangos.
|
|
21
|
-
|
|
22
20
|
CARD_WEB_PAGE_TIMEOUT_ERROR=Dim modd llwytho''r dudalen mewn {0} eiliad. Gwiriwch yr URL.
|
|
23
21
|
|
|
24
22
|
CARD_WEB_PAGE_EMPTY_URL_ERROR=Mae URL y dudalen yn wag.
|
|
@@ -185,6 +183,8 @@ EDITOR_SELECT_FROM_LIST=Dewiswch werth dynamig o'r rhestr
|
|
|
185
183
|
|
|
186
184
|
EDITOR_MORE_DYNAMICVALUES=Gwerth Dynamig
|
|
187
185
|
|
|
186
|
+
EDITOR_MORE_DYNAMICVALUES_SELECT_DYNAMIC_VALUE=Dewiswch werth dynamig
|
|
187
|
+
|
|
188
188
|
EDITOR_ACTUAL_VALUE=Gwerth Dynamig Go Iawn
|
|
189
189
|
|
|
190
190
|
EDITOR_MORE_DYNAMICVALUES_TECHHINT=Defnyddir y gwerth hwn yng ngosodiadau technegol cerdyn ac ni ddylid ei ddangos i ddefnyddwyr.
|
|
@@ -17,8 +17,6 @@ CARD_NO_ITEMS_ERROR_LISTS=Der findes ingen elementer
|
|
|
17
17
|
|
|
18
18
|
CARD_NO_ITEMS_ERROR_CHART=Ingen data tilg\u00E6ngelige
|
|
19
19
|
|
|
20
|
-
CARD_MISSING_PREVIEW_CONFIGURATION=Konfiguration af forh\u00E5ndsvisning mangler. Abstrakt forh\u00E5ndsvisning vises.
|
|
21
|
-
|
|
22
20
|
CARD_WEB_PAGE_TIMEOUT_ERROR=Siden kunne ikke indl\u00E6ses p\u00E5 {0} sekunder. Kontroller URL''en.
|
|
23
21
|
|
|
24
22
|
CARD_WEB_PAGE_EMPTY_URL_ERROR=URL'en til denne side er tom.
|
|
@@ -185,6 +183,8 @@ EDITOR_SELECT_FROM_LIST=V\u00E6lg en dynamisk v\u00E6rdi fra listen
|
|
|
185
183
|
|
|
186
184
|
EDITOR_MORE_DYNAMICVALUES=Dynamisk v\u00E6rdi
|
|
187
185
|
|
|
186
|
+
EDITOR_MORE_DYNAMICVALUES_SELECT_DYNAMIC_VALUE=V\u00E6lg en dynamisk v\u00E6rdi
|
|
187
|
+
|
|
188
188
|
EDITOR_ACTUAL_VALUE=Faktisk dynamisk v\u00E6rdi
|
|
189
189
|
|
|
190
190
|
EDITOR_MORE_DYNAMICVALUES_TECHHINT=Denne v\u00E6rdi anvendes i tekniske indstillinger af et kort og b\u00F8r ikke vises til slutbrugere.
|
|
@@ -17,8 +17,6 @@ CARD_NO_ITEMS_ERROR_LISTS=Keine Elemente verf\u00FCgbar
|
|
|
17
17
|
|
|
18
18
|
CARD_NO_ITEMS_ERROR_CHART=Keine Daten verf\u00FCgbar
|
|
19
19
|
|
|
20
|
-
CARD_MISSING_PREVIEW_CONFIGURATION=Die Konfiguration der Vorschau fehlt. Es wird eine abstrakte Vorschau angezeigt.
|
|
21
|
-
|
|
22
20
|
CARD_WEB_PAGE_TIMEOUT_ERROR=Die Seite konnte nicht innerhalb von {0} Sekunden geladen werden. Bitte \u00FCberpr\u00FCfen Sie die URL.
|
|
23
21
|
|
|
24
22
|
CARD_WEB_PAGE_EMPTY_URL_ERROR=Die URL dieser Seite ist leer.
|
|
@@ -185,6 +183,8 @@ EDITOR_SELECT_FROM_LIST=W\u00E4hlen Sie einen dynamischen Wert aus der Liste aus
|
|
|
185
183
|
|
|
186
184
|
EDITOR_MORE_DYNAMICVALUES=Dynamischer Wert
|
|
187
185
|
|
|
186
|
+
EDITOR_MORE_DYNAMICVALUES_SELECT_DYNAMIC_VALUE=W\u00E4hlen Sie einen dynamischen Wert aus
|
|
187
|
+
|
|
188
188
|
EDITOR_ACTUAL_VALUE=Dynamischer Istwert
|
|
189
189
|
|
|
190
190
|
EDITOR_MORE_DYNAMICVALUES_TECHHINT=Dieser Wert wird in den technischen Einstellungen einer Karte verwendet und sollte den Endbenutzern nicht angezeigt werden.
|
|
@@ -17,8 +17,6 @@ CARD_NO_ITEMS_ERROR_LISTS=\u039C\u03B7 \u03B4\u03B9\u03B1\u03B8\u03AD\u03C3\u03B
|
|
|
17
17
|
|
|
18
18
|
CARD_NO_ITEMS_ERROR_CHART=\u0394\u03B5\u03BD \u03C5\u03C0\u03AC\u03C1\u03C7\u03BF\u03C5\u03BD \u03B4\u03B9\u03B1\u03B8\u03AD\u03C3\u03B9\u03BC\u03B1 \u03B4\u03B5\u03B4\u03BF\u03BC\u03AD\u03BD\u03B1
|
|
19
19
|
|
|
20
|
-
CARD_MISSING_PREVIEW_CONFIGURATION=\u0394\u03B9\u03B1\u03BC\u03CC\u03C1\u03C6\u03C9\u03C3\u03B7 \u03C0\u03C1\u03BF\u03B5\u03C0\u03B9\u03C3\u03BA\u03CC\u03C0\u03B7\u03C3\u03B7\u03C2 \u03BB\u03B5\u03AF\u03C0\u03B5\u03B9. \u03A0\u03C1\u03BF\u03B5\u03C0\u03B9\u03C3\u03BA\u03CC\u03C0\u03B7\u03C3\u03B7 \u03B1\u03C0\u03BF\u03C3\u03C0\u03AC\u03C3\u03BC\u03B1\u03C4\u03BF\u03C2 \u03B5\u03BC\u03C6\u03B1\u03BD\u03AF\u03B6\u03B5\u03C4\u03B1\u03B9.
|
|
21
|
-
|
|
22
20
|
CARD_WEB_PAGE_TIMEOUT_ERROR=\u0397 \u03C3\u03B5\u03BB\u03AF\u03B4\u03B1 \u03B4\u03B5\u03BD \u03C6\u03BF\u03C1\u03C4\u03CE\u03B8\u03B7\u03BA\u03B5 \u03C3\u03B5 {0} \u03B4\u03B5\u03C5\u03C4\u03B5\u03C1\u03CC\u03BB\u03B5\u03C0\u03C4\u03B1. \u0395\u03BB\u03AD\u03B3\u03BE\u03C4\u03B5 \u03C4\u03BF URL.
|
|
23
21
|
|
|
24
22
|
CARD_WEB_PAGE_EMPTY_URL_ERROR=\u03A4\u03BF URL \u03C4\u03B7\u03C2 \u03C3\u03B5\u03BB\u03AF\u03B4\u03B1\u03C2 \u03B5\u03AF\u03BD\u03B1\u03B9 \u03BA\u03B5\u03BD\u03CC.
|
|
@@ -185,6 +183,8 @@ EDITOR_SELECT_FROM_LIST=\u0395\u03C0\u03B9\u03BB\u03AD\u03BE\u03C4\u03B5 \u03BC\
|
|
|
185
183
|
|
|
186
184
|
EDITOR_MORE_DYNAMICVALUES=\u0394\u03C5\u03BD\u03B1\u03BC\u03B9\u03BA\u03AE \u03A4\u03B9\u03BC\u03AE
|
|
187
185
|
|
|
186
|
+
EDITOR_MORE_DYNAMICVALUES_SELECT_DYNAMIC_VALUE=\u0395\u03C0\u03B9\u03BB\u03AD\u03BE\u03C4\u03B5 \u03B4\u03C5\u03BD\u03B1\u03BC\u03B9\u03BA\u03AE \u03C4\u03B9\u03BC\u03AE
|
|
187
|
+
|
|
188
188
|
EDITOR_ACTUAL_VALUE=\u03A0\u03C1\u03B1\u03B3\u03BC\u03B1\u03C4\u03B9\u03BA\u03AE \u0394\u03C5\u03BD\u03B1\u03BC\u03B9\u03BA\u03AE \u03A4\u03B9\u03BC\u03AE
|
|
189
189
|
|
|
190
190
|
EDITOR_MORE_DYNAMICVALUES_TECHHINT=\u0391\u03C5\u03C4\u03AE \u03B7 \u03C4\u03B9\u03BC\u03AE \u03C7\u03C1\u03B7\u03C3\u03B9\u03BC\u03BF\u03C0\u03BF\u03B9\u03B5\u03AF\u03C4\u03B1\u03B9 \u03C3\u03B5 \u03C4\u03B5\u03C7\u03BD\u03B9\u03BA\u03AD\u03C2 \u03C1\u03C5\u03B8\u03BC\u03AF\u03C3\u03B5\u03B9\u03C2 \u03C4\u03B7\u03C2 \u03BA\u03AC\u03C1\u03C4\u03B1\u03C2 \u03BA\u03B1\u03B9 \u03B4\u03B5\u03BD \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03B5\u03BC\u03C6\u03B1\u03BD\u03AF\u03B6\u03B5\u03C4\u03B1\u03B9 \u03C3\u03C4\u03BF\u03C5\u03C2 \u03C4\u03B5\u03BB\u03B9\u03BA\u03BF\u03CD\u03C2 \u03C7\u03C1\u03AE\u03C3\u03C4\u03B5\u03C2.
|
|
@@ -28,9 +28,6 @@ CARD_NO_ITEMS_ERROR_LISTS=No items available
|
|
|
28
28
|
#XMSG: Error message when no items are available after request in chart
|
|
29
29
|
CARD_NO_ITEMS_ERROR_CHART=No data available
|
|
30
30
|
|
|
31
|
-
#XMSG: Information message when preview configuration is missing
|
|
32
|
-
CARD_MISSING_PREVIEW_CONFIGURATION=Preview configuration is missing. Abstract preview is displayed.
|
|
33
|
-
|
|
34
31
|
#XMSG: Error message when embedded page couldn't be loaded after certain seconds
|
|
35
32
|
CARD_WEB_PAGE_TIMEOUT_ERROR=The page could not be loaded in {0} seconds. Please check the URL.
|
|
36
33
|
|
|
@@ -265,12 +262,6 @@ EDITOR_FIELD_TRANSLATION_LIST_POPOVER_CURRENTVALUE=Value
|
|
|
265
262
|
#XTOL: Text of Other Languages in the translation list popover of a string field
|
|
266
263
|
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_OTHERLANGUAGES=Other languages
|
|
267
264
|
|
|
268
|
-
#XTOL: Text of Not Updated group in the translation list popover of a string field
|
|
269
|
-
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_LISTITEM_GROUP_NOTUPDATED=Not updated
|
|
270
|
-
|
|
271
|
-
#XTOL: Text of Updated group in the translation list popover of a string field
|
|
272
|
-
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_LISTITEM_GROUP_UPDATED=Updated
|
|
273
|
-
|
|
274
265
|
#XTOL: Tooltip of the more settings button of a field
|
|
275
266
|
EDITOR_FIELD_MORE_SETTINGS=More settings
|
|
276
267
|
|
|
@@ -280,6 +271,9 @@ EDITOR_SELECT_FROM_LIST=Select a dynamic value from the list
|
|
|
280
271
|
#XBUT: Activates the Dynamic Value Pane
|
|
281
272
|
EDITOR_MORE_DYNAMICVALUES=Dynamic Value
|
|
282
273
|
|
|
274
|
+
#XTXT: Text for select dynamic value label
|
|
275
|
+
EDITOR_MORE_DYNAMICVALUES_SELECT_DYNAMIC_VALUE=Select a dynamic value
|
|
276
|
+
|
|
283
277
|
#XTIT: After user selection the actual dynamic value will be shown (the current value in my environment)
|
|
284
278
|
EDITOR_ACTUAL_VALUE=Actual Dynamic Value
|
|
285
279
|
|
|
@@ -17,8 +17,6 @@ CARD_NO_ITEMS_ERROR_LISTS=No items available
|
|
|
17
17
|
|
|
18
18
|
CARD_NO_ITEMS_ERROR_CHART=No data available
|
|
19
19
|
|
|
20
|
-
CARD_MISSING_PREVIEW_CONFIGURATION=Preview configuration is missing. Abstract preview is displayed.
|
|
21
|
-
|
|
22
20
|
CARD_WEB_PAGE_TIMEOUT_ERROR=The page could not be loaded in {0} seconds. Please check the URL.
|
|
23
21
|
|
|
24
22
|
CARD_WEB_PAGE_EMPTY_URL_ERROR=The URL of the page is empty.
|
|
@@ -185,6 +183,8 @@ EDITOR_SELECT_FROM_LIST=Select a dynamic value from the list
|
|
|
185
183
|
|
|
186
184
|
EDITOR_MORE_DYNAMICVALUES=Dynamic Value
|
|
187
185
|
|
|
186
|
+
EDITOR_MORE_DYNAMICVALUES_SELECT_DYNAMIC_VALUE=Select a dynamic value
|
|
187
|
+
|
|
188
188
|
EDITOR_ACTUAL_VALUE=Actual Dynamic Value
|
|
189
189
|
|
|
190
190
|
EDITOR_MORE_DYNAMICVALUES_TECHHINT=This value is used in technical settings of a card and should not be shown to end users.
|