@openui5/sap.ui.documentation 1.96.5 → 1.99.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/.reuse/dep5 +26 -31
- package/THIRDPARTY.txt +15 -21
- package/package.json +6 -6
- package/src/sap/ui/documentation/.library +1 -1
- package/src/sap/ui/documentation/library.js +2 -2
- package/src/sap/ui/documentation/messagebundle.properties +56 -10
- package/src/sap/ui/documentation/messagebundle_ar.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_bg.properties +31 -5
- package/src/sap/ui/documentation/messagebundle_ca.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_cs.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_cy.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_da.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_de.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_el.properties +31 -5
- package/src/sap/ui/documentation/messagebundle_en.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_en_GB.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_en_US_sappsd.properties +35 -9
- package/src/sap/ui/documentation/messagebundle_en_US_saprigi.properties +4 -9
- package/src/sap/ui/documentation/messagebundle_en_US_saptrc.properties +35 -9
- package/src/sap/ui/documentation/messagebundle_es.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_es_MX.properties +34 -8
- package/src/sap/ui/documentation/messagebundle_et.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_fi.properties +33 -7
- package/src/sap/ui/documentation/messagebundle_fr.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_fr_CA.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_hi.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_hr.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_hu.properties +31 -5
- package/src/sap/ui/documentation/messagebundle_id.properties +33 -7
- package/src/sap/ui/documentation/messagebundle_it.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_iw.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_ja.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_kk.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_ko.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_lt.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_lv.properties +31 -5
- package/src/sap/ui/documentation/messagebundle_ms.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_nl.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_no.properties +33 -7
- package/src/sap/ui/documentation/messagebundle_pl.properties +31 -5
- package/src/sap/ui/documentation/messagebundle_pt.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_pt_PT.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_ro.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_ru.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_sh.properties +33 -7
- package/src/sap/ui/documentation/messagebundle_sk.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_sl.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_sv.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_th.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_tr.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_uk.properties +47 -21
- package/src/sap/ui/documentation/messagebundle_vi.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_zh_CN.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_zh_TW.properties +32 -6
- package/src/sap/ui/documentation/sdk/controller/ApiDetail.controller.js +2 -2
- package/src/sap/ui/documentation/sdk/controller/App.controller.js +78 -2
- package/src/sap/ui/documentation/sdk/controller/BaseController.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/ControlsMaster.controller.js +6 -5
- package/src/sap/ui/documentation/sdk/controller/News.controller.js +77 -0
- package/src/sap/ui/documentation/sdk/controller/Sample.controller.js +246 -25
- package/src/sap/ui/documentation/sdk/controller/TopicDetail.controller.js +7 -7
- package/src/sap/ui/documentation/sdk/controller/VersionNotFound.controller.js +106 -0
- package/src/sap/ui/documentation/sdk/controller/config/sampleForwardingConfig.js +40 -0
- package/src/sap/ui/documentation/sdk/controller/util/ConfigUtil.js +16 -0
- package/src/sap/ui/documentation/sdk/controller/util/NewsInfo.js +188 -0
- package/src/sap/ui/documentation/sdk/controller/util/ToolsInfo.js +7 -1
- package/src/sap/ui/documentation/sdk/controller/util/datatable/filters/DataTableFilterDropDownRenderer.js +7 -1
- package/src/sap/ui/documentation/sdk/css/style.css +42 -2
- package/src/sap/ui/documentation/sdk/images/tools/FlexibleProgrammingModelExplorer.jpg +0 -0
- package/src/sap/ui/documentation/sdk/manifest.json +16 -0
- package/src/sap/ui/documentation/sdk/util/DocumentationRouter.js +3 -1
- package/src/sap/ui/documentation/sdk/view/App.view.xml +18 -0
- package/src/sap/ui/documentation/sdk/view/ChangeVersionDialog.fragment.xml +1 -2
- package/src/sap/ui/documentation/sdk/view/News.view.xml +68 -0
- package/src/sap/ui/documentation/sdk/view/NewsPopover.fragment.xml +51 -0
- package/src/sap/ui/documentation/sdk/view/Sample.view.xml +5 -1
- package/src/sap/ui/documentation/sdk/view/Tools.view.xml +23 -25
- package/src/sap/ui/documentation/sdk/view/VersionNotFound.view.xml +44 -0
- package/src/sap/ui/documentation/sdk/view/Welcome.view.xml +90 -8
- package/src/sap/ui/documentation/sdk/view/appSettingsDialog.fragment.xml +1 -0
- package/src/sap/ui/documentation/themes/base/Documentation.less +1 -7
- package/ui5.yaml +4 -1
|
@@ -11,6 +11,10 @@ APP_VERSION_VERSION=Version
|
|
|
11
11
|
APP_VERSION_NOT_PRODUCTIVE=\u2013 Nicht f\u00FCr den produktiven Einsatz.
|
|
12
12
|
APP_VERSION_IN_PROGRESS=- In Entwicklung.
|
|
13
13
|
APP_FEEDBACK_BTN_TOOLTIP=Feedback abgeben
|
|
14
|
+
APP_NEWS_BTN_TOOLTIP=Neuigkeiten
|
|
15
|
+
APP_NEWS_DISMISS_ALL_BTN=Alle Neuigkeiten schlie\u00DFen
|
|
16
|
+
APP_NEWS_SHOW_ALL_BTN=Alle Neuigkeiten einblenden
|
|
17
|
+
APP_NEWS_NO_NEW_TEXT=Keine Neuigkeiten
|
|
14
18
|
APP_SEARCH_FIELD_CLOSE=Schlie\u00DFen
|
|
15
19
|
APP_INFORMATION_BTN_TOOLTIP=Weitere Informationen
|
|
16
20
|
APP_INFORMATION_BTN_FEEDBACK=Feedback
|
|
@@ -29,6 +33,12 @@ APP_INFORMATION_BTN_DISCLAIMER=Ausschlussklausel
|
|
|
29
33
|
APP_INFORMATION_BTN_LICENSE=Lizenz
|
|
30
34
|
APP_COOKIES_TEXT=Wir verwenden Cookies, um Ihre Erfahrung auf unserer Website zu verbessern. Wenn Sie mit der Nutzung dieser Website fortfahren, stimmen Sie der Verwendung unserer Cookies zu.
|
|
31
35
|
|
|
36
|
+
NEWS_NEW_GROUP_TITLE=Neu
|
|
37
|
+
NEWS_READ_GROUP_TITLE=Gelesen
|
|
38
|
+
NEWS_BTN_MARK_AS_READ=Alle als gelesen markieren
|
|
39
|
+
NEWS_BTN_VISIT_LINK=Link aufrufen
|
|
40
|
+
NEWS_PREP_FAILURE_TITLE=Neuigkeiten konnten nicht geladen werden
|
|
41
|
+
|
|
32
42
|
FEEDBACK_DIALOG_TITLE=Feedback abgeben
|
|
33
43
|
FEEDBACK_DIALOG_OVERALL=Wie ist Ihre allgemeine Erfahrung?
|
|
34
44
|
FEEDBACK_DIALOG_MESSAGE=M\u00F6chten Sie uns etwas mitteilen?
|
|
@@ -59,16 +69,22 @@ WELCOME_BLOCK_2_TITLE=Browser- und ger\u00E4te\u00FCbergreifend einsetzbar
|
|
|
59
69
|
WELCOME_BLOCK_2_TEXT=Machen Sie sich keine Sorgen um die Ger\u00E4teeigenschaften. UI5-Apps laufen auf Smartphones, Tablets und Desktopcomputern. Dabei passen sich die UI-Controls automatisch an die Funktionen des jeweiligen Ger\u00E4ts an und nutzen diese bestm\u00F6glich aus.
|
|
60
70
|
WELCOME_BLOCK_2_IMG_ALT=Bild zeigt Smartphone, Computerbildschirm und Tablet
|
|
61
71
|
WELCOME_BLOCK_3_TITLE=Starke Entwicklungskonzepte
|
|
62
|
-
WELCOME_BLOCK_3_TEXT_1=Der UI5-Core bietet eine solide Grundlage, die Ihre Arbeit vereinfacht, indem viele Aspekte der modernen Entwicklung im Hintergrund
|
|
72
|
+
WELCOME_BLOCK_3_TEXT_1=UI5 wurde von Spezialisten f\u00FCr moderne Entwickler zum Bauen von Webanwendungen auf dem neusten Stand der Technik entwickelt. Es enth\u00E4lt alle notwendigen Funktionen, um die aktuellsten Anwendungsanforderungen zu erf\u00FCllen. Der UI5-Core bietet eine solide Grundlage, die Ihre Arbeit vereinfacht, indem viele Aspekte der modernen Entwicklung im Hintergrund ablaufen\:
|
|
63
73
|
WELCOME_BLOCK_3_TEXT_2=Enth\u00E4lt Standards, wie z.B. MVC und verschiedene Data-Binding-Typen
|
|
64
|
-
WELCOME_BLOCK_3_TEXT_3=
|
|
74
|
+
WELCOME_BLOCK_3_TEXT_3=Wahl zwischen verschiedenen View-Formaten (XML, HTML, JavaScript, JSON)
|
|
65
75
|
WELCOME_BLOCK_3_TEXT_4=Bindung mit OData, JSON, XML und anderen Datenformaten.
|
|
66
76
|
WELCOME_BLOCK_3_TEXT_5=Integriertes Support-Werkzeug zur Anzeige des Objektbaums und des Binding-Status
|
|
77
|
+
WELCOME_BLOCK_3_TEXT_6=Unterst\u00FCtzung von \u00DCbersetzung und Internationalisierung
|
|
78
|
+
WELCOME_BLOCK_3_TEXT_7=Erweiterbarkeitskonzepte auf Code- und Anwendungsebene
|
|
67
79
|
WELCOME_BLOCK_4_TITLE=F\u00FCr Unternehmen einsatzbereites Web-Toolkit
|
|
68
|
-
WELCOME_BLOCK_4_TEXT_1=
|
|
80
|
+
WELCOME_BLOCK_4_TEXT_1=Warum wird UI5 von allen wichtigen SAP-Produkten sowie vielen Kunden und Partnern verwendet? Und warum ist es auch in der Open-Source-Community au\u00DFerhalb von SAP erfolgreich? Hier sind einige der wichtigsten Wertsch\u00F6pfungen, die UI5 bietet\:
|
|
69
81
|
WELCOME_BLOCK_4_TEXT_2=Support von \u00DCbersetzung und Internationalisierung
|
|
70
82
|
WELCOME_BLOCK_4_TEXT_3=Erweiterbarkeitskonzepte auf Code- und Anwendungsebene
|
|
71
83
|
WELCOME_BLOCK_4_TEXT_4=Kontrastreiches Theme zur Unterst\u00FCtzung sehgesch\u00E4digter Benutzer
|
|
84
|
+
WELCOME_BLOCK_4_TEXT_5=Einfache Integration in ein konsistentes SAP-Kunden- und -Partnernetz
|
|
85
|
+
WELCOME_BLOCK_4_TEXT_6=Flexible Werkzeuge f\u00FCr alle Entwickler
|
|
86
|
+
WELCOME_BLOCK_4_TEXT_7=Vorteil durch neue Innovationen und gleichzeitiger Upgrade-Kompatibilit\u00E4t
|
|
87
|
+
WELCOME_BLOCK_4_TEXT_8=Unbegrenzte Verwendung in SAP- und SAP-fremden Technologie-Stacks
|
|
72
88
|
WELCOME_BLOCK_5_TITLE=Einsatz des preisgekr\u00F6nten SAP-Fiori-Designs
|
|
73
89
|
WELCOME_BLOCK_5_TEXT=UI5-Anwendungen zeichnen sich durch eine konsistente Designsprache und vordefinierte UX-Muster in allen Frontend-Features aus. Verwenden Sie ein vordefiniertes Theme oder probieren Sie unser Online-Tool zum Anlegen benutzerdefinierter Themes aus.
|
|
74
90
|
WELCOME_BLOCK_5_IMG_ALT=Bild zeigt SAP-Fiori-Designelemente
|
|
@@ -96,6 +112,10 @@ WELCOME_BLOCK_11_TEXT_1=Entwickeln Sie UI5-Apps und lassen Sie diese mit der Fle
|
|
|
96
112
|
WELCOME_BLOCK_11_TEXT_2=Multi-CDN zur Pflege eines benutzerdefinierten Lebenszyklus
|
|
97
113
|
WELCOME_BLOCK_11_TEXT_3=F\u00FCr alle On-Premise- und Cloud-Entwicklungsszenarien
|
|
98
114
|
WELCOME_BLOCK_12_TITLE=SAP Community
|
|
115
|
+
WELCOME_VIDEO_BLOCK_TITLE=Was ist SAPUI5?
|
|
116
|
+
|
|
117
|
+
WELCOME_VIDEO_BLOCK_TEXT_1=SAPUI5 ist ein HTML5-Framework zum effizienten Anlegen von plattform\u00FCbergreifenden Webanwendungen f\u00FCr Unternehmen. Was als kleines Projekt begann, ist heute eine der erfolgreichsten Technologien, die jemals von SAP erfunden wurden.
|
|
118
|
+
WELCOME_VIDEO_BLOCK_TEXT_2=In diesem Video zeigen wir den Wert von SAPUI5 in 110 Sekunden. Auf unserer SAP-Community-Seite k\u00F6nnen Sie <a href\="https\://community.sap.com/topics/ui5">hier</a> tiefer in weitere Details zu unseren f\u00FChrenden UI-Technologien eintauchen.
|
|
99
119
|
|
|
100
120
|
TOPIC_DETAIL_INIT_DOCUMENTATION=Dokumentation
|
|
101
121
|
TOPIC_DETAIL_INIT_DOWNLOAD_BTN=Download
|
|
@@ -277,8 +297,8 @@ RELEASE_DIALOG_NO_DATA_TEXT=Keine \u00C4nderungen f\u00FCr diese Bibliothek.
|
|
|
277
297
|
|
|
278
298
|
ABOUT_DIALOG_TITLE=\u00DCber
|
|
279
299
|
ABOUT_DIALOG_TEXT_1=UI5 Demo-Kit - UI Development Toolkit f\u00FCr HTML5
|
|
280
|
-
ABOUT_DIALOG_TEXT_2=\u00A9 Copyright 2009-
|
|
281
|
-
ABOUT_DIALOG_TEXT_3=\u00A9 2009-
|
|
300
|
+
ABOUT_DIALOG_TEXT_2=\u00A9 Copyright 2009-2022 SAP SE. Alle Rechte vorbehalten.
|
|
301
|
+
ABOUT_DIALOG_TEXT_3=\u00A9 2009-2022 SAP SE oder ein SAP-Konzernunternehmen.
|
|
282
302
|
ABOUT_DIALOG_TEXT_4={0} Version {1}
|
|
283
303
|
ABOUT_DIALOG_TEXT_5=OpenUI5-Version {0}
|
|
284
304
|
ABOUT_DIALOG_TEXT_6=Diese Software enth\u00E4lt die folgenden Bibliotheksversionen
|
|
@@ -302,6 +322,11 @@ FOOTER_LICENSE=Lizenz
|
|
|
302
322
|
NOT_FOUND_TITLE=Nicht gefunden
|
|
303
323
|
NOT_FOULD_TEXT=Die angeforderte Ressource wurde nicht gefunden.
|
|
304
324
|
|
|
325
|
+
NOT_FOUND_REMOVED_TEXT=Die angeforderte UI5-Version ist veraltet und wurde entfernt,
|
|
326
|
+
NOT_FOUND_UNAVAILABLE_TEXT=Die angeforderte Ressource ist nicht verf\u00FCgbar.
|
|
327
|
+
VERSION_NOT_FOUND_READ_MORE=Mehr lesen
|
|
328
|
+
VERSION_NOT_FOUND_HOME_PAGE_BUTTON=Startseite
|
|
329
|
+
|
|
305
330
|
NOT_FOUND_SAMPLE_TITLE=Beispiel nicht gefunden
|
|
306
331
|
NOT_FOUND_SAMPLE_TEXT=Das angeforderte Beispiel ist f\u00FCr die ausgew\u00E4hlte UI5-Version nicht verf\u00FCgbar. Sehen Sie sich die verf\u00FCgbaren Beispiele hier an\:
|
|
307
332
|
|
|
@@ -318,7 +343,6 @@ TOOLS_CARD_1_TEXT=SAP Business Application Studio auf SAP BTP, SAPs Public Cloud
|
|
|
318
343
|
TOOLS_CARD_1_LINK_1=SAP Business Application Studio SDK
|
|
319
344
|
TOOLS_CARD_2_IMG_ALT=Bild zeigt UI-Theme-Designer von SAP
|
|
320
345
|
TOOLS_CARD_2_TEXT=Verwenden Sie den UI-Theme-Designer zum Bauen von Unternehmens-Identity-Themes, indem Sie eine der von SAP bereitgestellten Theme-Vorlagen bearbeiten.
|
|
321
|
-
TOOLS_CARD_2_LINK_1=Community
|
|
322
346
|
TOOLS_CARD_3_IMG_ALT=Bild zeigt UI5-Tooling-Seite von SAP
|
|
323
347
|
TOOLS_CARD_3_TEXT=Eine offene und modulare Toolchain zur Entwicklung hochmoderner Anwendungen auf Basis des UI5-Frameworks, die die Knoten .js und npm verwendet.
|
|
324
348
|
TOOLS_CARD_3_LINK_1=\u00DCbersicht
|
|
@@ -347,6 +371,8 @@ TOOLS_CARD_12_IMG_ALT=Bild zeigt SAP-Fiori-Werkzeuge
|
|
|
347
371
|
TOOLS_CARD_12_TEXT=SAP-Fiori-Werkzeuge vereinfachen das Anlegen von SAP-Fiori-Elements-Anwendungen, indem sie Erweiterungen f\u00FCr Ihre SAP-Business-Application-Studio- und Visual-Studio-Code-Entwicklungsumgebungen bereitstellen.
|
|
348
372
|
TOOLS_CARD_13_TEXT=Mit dem Live-Editor k\u00F6nnen Sie die APIs direkt in Ihrem Browser ausprobieren.
|
|
349
373
|
TOOLS_CARD_13_IMG_ALT=Bild zeigt den Live-Editor
|
|
374
|
+
TOOLS_CARD_14_TEXT=Das flexible Programmiermodell macht es Ihnen einfach, Anwendungen auf Ihre eigenen bestimmten Bed\u00FCrfnisse zuzuschneiden, wenn Sie SAP Fiori Elements f\u00FCr OData V4 verwenden.
|
|
375
|
+
TOOLS_CARD_14_IMG_ALT=Bild zeigt den Flexible Programming Model Explorer (Explorer zum flexiblen Programmiermodell)
|
|
350
376
|
API_MASTER_PLACEHOLDER=Filtern
|
|
351
377
|
API_MASTER_EXPAND_BTN_TOOLTIP=Alles expandieren
|
|
352
378
|
API_MASTER_COLLAPSE_BTN_TOOLTIP=Alles komprimieren
|
|
@@ -11,6 +11,10 @@ APP_VERSION_VERSION=\u0395\u03BA\u03B4\u03BF\u03C3\u03B7
|
|
|
11
11
|
APP_VERSION_NOT_PRODUCTIVE=- \u03CC\u03C7\u03B9 \u03B3\u03B9\u03B1 \u03C0\u03B1\u03C1\u03B1\u03B3\u03C9\u03B3\u03B9\u03BA\u03AE \u03C7\u03C1\u03AE\u03C3\u03B7\!
|
|
12
12
|
APP_VERSION_IN_PROGRESS=- \u03B1\u03BD\u03AC\u03C0\u03C4\u03C5\u03BE\u03B7 \u03C3\u03B5 \u03B5\u03BE\u03AD\u03BB\u03B9\u03BE\u03B7.
|
|
13
13
|
APP_FEEDBACK_BTN_TOOLTIP=\u0394\u03CE\u03C3\u03C4\u03B5 \u03A3\u03C7\u03CC\u03BB\u03B9\u03B1
|
|
14
|
+
APP_NEWS_BTN_TOOLTIP=\u039D\u03AD\u03B1
|
|
15
|
+
APP_NEWS_DISMISS_ALL_BTN=\u0391\u03C0\u03CC\u03C1\u03C1\u03B9\u03C8\u03B7 \u039F\u03BB\u03C9\u03BD \u03C4\u03C9\u03BD \u039D\u03AD\u03C9\u03BD \u03A3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03C9\u03BD
|
|
16
|
+
APP_NEWS_SHOW_ALL_BTN=\u0395\u03BC\u03C6\u03AC\u03BD\u03B9\u03C3\u03B7 \u039F\u03BB\u03C9\u03BD \u03C4\u03C9\u03BD \u039D\u03AD\u03C9\u03BD
|
|
17
|
+
APP_NEWS_NO_NEW_TEXT=\u0394\u03B5\u03BD \u03A5\u03C0\u03AC\u03C1\u03C7\u03BF\u03C5\u03BD \u039D\u03AD\u03B1
|
|
14
18
|
APP_SEARCH_FIELD_CLOSE=\u039A\u03BB\u03B5\u03AF\u03C3\u03B9\u03BC\u03BF
|
|
15
19
|
APP_INFORMATION_BTN_TOOLTIP=\u03A0\u03B5\u03C1\u03B9\u03C3\u03C3\u03CC\u03C4\u03B5\u03C1\u03B5\u03C2 \u03A0\u03BB\u03B7\u03C1\u03BF\u03C6\u03BF\u03C1\u03AF\u03B5\u03C2
|
|
16
20
|
APP_INFORMATION_BTN_FEEDBACK=\u03A3\u03C7\u03CC\u03BB\u03B9\u03B1
|
|
@@ -29,6 +33,12 @@ APP_INFORMATION_BTN_DISCLAIMER=\u0391\u03C0\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\
|
|
|
29
33
|
APP_INFORMATION_BTN_LICENSE=\u0391\u03B4\u03B5\u03B9\u03B1
|
|
30
34
|
APP_COOKIES_TEXT=\u03A7\u03C1\u03B7\u03C3\u03B9\u03BC\u03BF\u03C0\u03BF\u03B9\u03BF\u03CD\u03BC\u03B5 cookies \u03B3\u03B9\u03B1 \u03BD\u03B1 \u03B2\u03B5\u03BB\u03C4\u03B9\u03CE\u03C3\u03BF\u03C5\u03BC\u03B5 \u03C4\u03B7\u03BD \u03B5\u03BC\u03C0\u03B5\u03B9\u03C1\u03AF\u03B1 \u03C3\u03B1\u03C2 \u03C3\u03C4\u03B7\u03BD \u03B9\u03C3\u03C4\u03BF\u03C3\u03B5\u03BB\u03AF\u03B4\u03B1 \u03BC\u03B1\u03C2. \u0391\u03BD \u03C3\u03C5\u03BD\u03B5\u03C7\u03AF\u03C3\u03B5\u03C4\u03B5 \u03BD\u03B1 \u03C7\u03C1\u03B7\u03C3\u03B9\u03BC\u03BF\u03C0\u03BF\u03B9\u03B5\u03AF\u03C4\u03B1\u03B9 \u03B1\u03C5\u03C4\u03CC\u03BD \u03C4\u03BF\u03BD \u03B9\u03C3\u03C4\u03CC\u03C4\u03BF\u03C0\u03BF, \u03C4\u03CC\u03C4\u03B5 \u03C3\u03C5\u03BD\u03B1\u03B9\u03BD\u03B5\u03AF\u03C4\u03B5 \u03C3\u03C4\u03B7 \u03C7\u03C1\u03AE\u03C3\u03B7 \u03C4\u03C9\u03BD cookies.
|
|
31
35
|
|
|
36
|
+
NEWS_NEW_GROUP_TITLE=\u039D\u03AD\u03BF
|
|
37
|
+
NEWS_READ_GROUP_TITLE=\u0391\u03BD\u03AC\u03B3\u03BD\u03C9\u03C3\u03B7
|
|
38
|
+
NEWS_BTN_MARK_AS_READ=\u03A3\u03B7\u03BC\u03B5\u03AF\u03C9\u03C3\u03B7 \u039F\u03BB\u03C9\u03BD \u03C9\u03C2 \u0394\u03B9\u03B1\u03B2\u03B1\u03C3\u03BC\u03AD\u03BD\u03B1
|
|
39
|
+
NEWS_BTN_VISIT_LINK=\u0395\u03C0\u03AF\u03C3\u03BA\u03B5\u03C8\u03B7 \u03A3\u03C5\u03BD\u03B4\u03AD\u03C3\u03BC\u03BF\u03C5
|
|
40
|
+
NEWS_PREP_FAILURE_TITLE=\u0391\u03B4\u03CD\u03BD\u03B1\u03C4\u03B7 \u03C6\u03CC\u03C1\u03C4\u03C9\u03C3\u03B7 \u03BD\u03AD\u03C9\u03BD
|
|
41
|
+
|
|
32
42
|
FEEDBACK_DIALOG_TITLE=\u0394\u03CE\u03C3\u03C4\u03B5 \u03A3\u03C7\u03CC\u03BB\u03B9\u03B1
|
|
33
43
|
FEEDBACK_DIALOG_OVERALL=\u03A0\u03CE\u03C2 \u03B5\u03AF\u03BD\u03B1\u03B9 \u03B7 \u03B3\u03B5\u03BD\u03B9\u03BA\u03AE \u03B5\u03BC\u03C0\u03B5\u03B9\u03C1\u03AF\u03B1 \u03C3\u03B1\u03C2;
|
|
34
44
|
FEEDBACK_DIALOG_MESSAGE=\u03A4\u03B9 \u03B8\u03B1 \u03B8\u03AD\u03BB\u03B1\u03C4\u03B5 \u03BD\u03B1 \u03BC\u03B1\u03C2 \u03C0\u03B5\u03AF\u03C4\u03B5;
|
|
@@ -59,16 +69,22 @@ WELCOME_BLOCK_2_TITLE=\u0391\u03BD\u03C4\u03B1\u03C0\u03CC\u03BA\u03C1\u03B9\u03
|
|
|
59
69
|
WELCOME_BLOCK_2_TEXT=\u0394\u03B5\u03BD \u03C7\u03C1\u03B5\u03B9\u03AC\u03B6\u03B5\u03C4\u03B1\u03B9 \u03BD\u03B1 \u03B1\u03BD\u03B7\u03C3\u03C5\u03C7\u03B5\u03AF\u03C4\u03B5 \u03B3\u03B9\u03B1 \u03C4\u03B9\u03C2 \u03C0\u03C1\u03BF\u03B4\u03B9\u03B1\u03B3\u03C1\u03B1\u03C6\u03AD\u03C2 \u03C4\u03B7\u03C2 \u03C3\u03C5\u03C3\u03BA\u03B5\u03C5\u03AE\u03C2 \u03C3\u03B1\u03C2\! \u039F\u03B9 \u03B5\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03AD\u03C2 UI5 \u03BB\u03B5\u03B9\u03C4\u03BF\u03C5\u03C1\u03B3\u03BF\u03CD\u03BD \u03C3\u03B5 smartphones, tablets \u03BA\u03B1\u03B9 desktops. \u039F\u03B9 \u03AD\u03BB\u03B5\u03B3\u03C7\u03BF\u03B9 UI \u03C0\u03C1\u03BF\u03C3\u03B1\u03C1\u03BC\u03CC\u03B6\u03BF\u03BD\u03C4\u03B1\u03B9 \u03B1\u03C5\u03C4\u03CC\u03BC\u03B1\u03C4\u03B1 \u03C3\u03C4\u03B9\u03C2 \u03B4\u03C5\u03BD\u03B1\u03BC\u03B9\u03BA\u03CC\u03C4\u03B7\u03C4\u03B5\u03C2 \u03BA\u03AC\u03B8\u03B5 \u03C3\u03C5\u03C3\u03BA\u03B5\u03C5\u03AE\u03C2 \u03BA\u03B1\u03B9 \u03B5\u03C0\u03C9\u03C6\u03B5\u03BB\u03B7\u03B8\u03B5\u03AF\u03C4\u03B5 \u03C4\u03B1 \u03BC\u03AD\u03B3\u03B9\u03C3\u03C4\u03B1 \u03B1\u03C0\u03CC \u03C4\u03B1 \u03B4\u03B9\u03B1\u03B8\u03AD\u03C3\u03B9\u03BC\u03B1 \u03B1\u03BA\u03AF\u03BD\u03B7\u03C4\u03B1.
|
|
60
70
|
WELCOME_BLOCK_2_IMG_ALT=\u0397 \u03C6\u03C9\u03C4\u03BF\u03B3\u03C1\u03B1\u03C6\u03AF\u03B1 \u03B4\u03B5\u03AF\u03C7\u03BD\u03B5\u03B9 \u03C4\u03B7\u03BB\u03AD\u03C6\u03C9\u03BD\u03BF, \u03BF\u03B8\u03CC\u03BD\u03B7 \u03C5\u03C0\u03BF\u03BB\u03BF\u03B3\u03B9\u03C3\u03C4\u03AE \u03BA\u03B1\u03B9 tablet
|
|
61
71
|
WELCOME_BLOCK_3_TITLE=\u0388\u03BD\u03BD\u03BF\u03B9\u03B5\u03C2 \u0394\u03C5\u03BD\u03B1\u03BC\u03B9\u03BA\u03AE\u03C2 \u0391\u03BD\u03AC\u03C0\u03C4\u03C5\u03BE\u03B7\u03C2
|
|
62
|
-
WELCOME_BLOCK_3_TEXT_1
|
|
72
|
+
WELCOME_BLOCK_3_TEXT_1=To UI5 \u03B4\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AE\u03B8\u03B7\u03BA\u03B5 \u03B1\u03C0\u03CC \u03B5\u03C0\u03B1\u03B3\u03B3\u03B5\u03BB\u03BC\u03B1\u03C4\u03AF\u03B5\u03C2 \u03B3\u03B9\u03B1 \u03BC\u03BF\u03BD\u03C4\u03AD\u03C1\u03BD\u03BF\u03C5\u03C2 \u03C0\u03C1\u03BF\u03B3\u03C1\u03B1\u03BC\u03BC\u03B1\u03C4\u03B9\u03C3\u03C4\u03AD\u03C2 \u03B3\u03B9\u03B1 \u03C4\u03B7 \u03B4\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1 \u03B5\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03CE\u03BD web \u03C4\u03B5\u03BB\u03B5\u03C5\u03C4\u03B1\u03AF\u03B1\u03C2 \u03C4\u03B5\u03C7\u03BD\u03BF\u03BB\u03BF\u03B3\u03AF\u03B1\u03C2. \u03A3\u03C5\u03BD\u03BF\u03B4\u03B5\u03CD\u03B5\u03C4\u03B1\u03B9 \u03B1\u03C0\u03CC \u03CC\u03BB\u03B1 \u03C4\u03B1 \u03B1\u03C0\u03B1\u03C1\u03B1\u03AF\u03C4\u03B7\u03C4\u03B1 \u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03B1 \u03B3\u03B9\u03B1 \u03C4\u03B7\u03BD \u03BA\u03AC\u03BB\u03C5\u03C8\u03B7 \u03C4\u03C9\u03BD \u03C0\u03B9\u03BF \u03C3\u03CD\u03B3\u03C7\u03C1\u03BF\u03BD\u03C9\u03BD \u03B1\u03C0\u03B1\u03B9\u03C4\u03AE\u03C3\u03B5\u03C9\u03BD \u03B5\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03CE\u03BD. \u039F \u03C0\u03C5\u03C1\u03AE\u03BD\u03B1\u03C2 UI5 \u03C0\u03C1\u03BF\u03C3\u03C6\u03AD\u03C1\u03B5\u03B9 \u03BC\u03B9\u03B1 \u03C3\u03C4\u03B1\u03B8\u03B5\u03C1\u03AE \u03B2\u03AC\u03C3\u03B7 \u03C0\u03BF\u03C5 \u03B1\u03C0\u03BB\u03BF\u03C0\u03BF\u03B9\u03B5\u03AF \u03C4\u03B7 \u03B4\u03BF\u03C5\u03BB\u03B5\u03B9\u03AC \u03C3\u03B1\u03C2 \u03BC\u03B5 \u03C4\u03B7 \u03B4\u03B9\u03B1\u03C7\u03B5\u03AF\u03C1\u03B9\u03C3\u03B7 \u03C0\u03BF\u03BB\u03BB\u03CE\u03BD \u03B5\u03BA\u03B4\u03BF\u03C7\u03CE\u03BD \u03C4\u03B7\u03C2 \u03BC\u03BF\u03BD\u03C4\u03AD\u03C1\u03BD\u03B1\u03C2 \u03B1\u03BD\u03AC\u03C0\u03C4\u03C5\u03BE\u03B7\u03C2 \u03C3\u03C4\u03BF \u03C0\u03B1\u03C1\u03B1\u03C3\u03BA\u03AE\u03BD\u03B9\u03BF\:
|
|
63
73
|
WELCOME_BLOCK_3_TEXT_2=\u03A0\u03B5\u03C1\u03BB\u03B1\u03BC\u03B2\u03AC\u03BD\u03B5\u03B9 \u03C0\u03C1\u03CC\u03C4\u03C5\u03C0\u03B1 \u03CC\u03C0\u03C9\u03C2 MVC \u03BA\u03B1\u03B9 \u03B4\u03B9\u03AC\u03C6\u03BF\u03C1\u03BF\u03C5\u03C2 \u03C4\u03CD\u03C0\u03BF\u03C5\u03C2 \u03C3\u03CD\u03BD\u03B4\u03B5\u03C3\u03B7\u03C2 \u03B4\u03B5\u03B4\u03BF\u03BC\u03AD\u03BD\u03C9\u03BD.
|
|
64
74
|
WELCOME_BLOCK_3_TEXT_3=\u0395\u03C0\u03B9\u03BB\u03AD\u03BE\u03C4\u03B5 \u03BC\u03B5\u03C4\u03B1\u03BE\u03CD \u03B4\u03B9\u03B1\u03C6\u03BF\u03C1\u03B5\u03C4\u03B9\u03BA\u03CE\u03BD \u03BC\u03BF\u03C1\u03C6\u03CE\u03BD \u03C0\u03C1\u03BF\u03B2\u03BF\u03BB\u03AE\u03C2 (XML, HTML, JavaScript, JSON)
|
|
65
75
|
WELCOME_BLOCK_3_TEXT_4=\u03A3\u03CD\u03BD\u03B4\u03B5\u03C3\u03B7 \u03BC\u03B5 OData, JSON, XML \u03BA\u03B1\u03B9 \u03AC\u03BB\u03BB\u03B5\u03C2 \u03BC\u03BF\u03C1\u03C6\u03AD\u03C2 \u03B4\u03B5\u03B4\u03BF\u03BC\u03AD\u03BD\u03C9\u03BD
|
|
66
76
|
WELCOME_BLOCK_3_TEXT_5=\u0395\u03C1\u03B3\u03B1\u03BB\u03B5\u03AF\u03BF \u03B5\u03BD\u03C3\u03C9\u03BC\u03B1\u03C4\u03C9\u03BC\u03AD\u03BD\u03B7\u03C2 \u03C5\u03C0\u03BF\u03C3\u03C4\u03AE\u03C1\u03B9\u03BE\u03B7\u03C2 \u03B3\u03B9\u03B1 \u03C4\u03B7\u03BD \u03B5\u03BE\u03B5\u03C1\u03B5\u03CD\u03BD\u03B7\u03C3\u03B7 \u03C4\u03BF\u03C5 \u03B4\u03AD\u03BD\u03C4\u03C1\u03BF\u03C5 \u03B1\u03BD\u03C4\u03B9\u03BA\u03B5\u03B9\u03BC\u03AD\u03BD\u03C9\u03BD \u03BA\u03B1\u03B9 \u03C4\u03B7\u03C2 \u03BA\u03B1\u03C4\u03AC\u03C3\u03C4\u03B1\u03C3\u03B7\u03C2 \u03C3\u03CD\u03BD\u03B4\u03B5\u03C3\u03B7\u03C2.
|
|
77
|
+
WELCOME_BLOCK_3_TEXT_6=\u03A5\u03C0\u03BF\u03C3\u03C4\u03AE\u03C1\u03B9\u03BE\u03B7 \u03BC\u03B5\u03C4\u03AC\u03C6\u03C1\u03B1\u03C3\u03B7\u03C2 \u03BA\u03B1\u03B9 \u03B4\u03B9\u03B5\u03B8\u03BD\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7\u03C2
|
|
78
|
+
WELCOME_BLOCK_3_TEXT_7=\u0388\u03BD\u03BD\u03BF\u03B9\u03B5\u03C2 \u03B5\u03C0\u03B5\u03BA\u03C4\u03B1\u03C3\u03B9\u03BC\u03CC\u03C4\u03B7\u03C4\u03B1\u03C2 \u03C3\u03B5 \u03B5\u03C0\u03AF\u03C0\u03B5\u03B4\u03BF \u03BA\u03C9\u03B4\u03B9\u03BA\u03BF\u03CD \u03BA\u03B1\u03B9 \u03B5\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03AE\u03C2
|
|
67
79
|
WELCOME_BLOCK_4_TITLE=\u0394\u03B9\u03B1\u03B4\u03B9\u03BA\u03C4\u03C5\u03B1\u03BA\u03CC \u0395\u03C1\u03B3\u03B1\u03BB\u03B5\u03AF\u03BF \u0388\u03C4\u03BF\u03B9\u03BC\u03BF \u03B3\u03B9\u03B1 \u0395\u03C0\u03B9\u03C7\u03B5\u03B9\u03C1\u03AE\u03C3\u03B5\u03B9\u03C2
|
|
68
|
-
WELCOME_BLOCK_4_TEXT_1=\
|
|
80
|
+
WELCOME_BLOCK_4_TEXT_1=\u0393\u03B9\u03B1\u03C4\u03AF \u03BF \u03C0\u03C5\u03C1\u03AE\u03BD\u03B1\u03C2 UI5 \u03C7\u03C1\u03B7\u03C3\u03B9\u03BC\u03BF\u03C0\u03BF\u03B9\u03B5\u03AF\u03C4\u03B1\u03B9 \u03B1\u03C0\u03CC \u03CC\u03BB\u03B1 \u03C4\u03B1 \u03C3\u03B7\u03BC\u03B1\u03BD\u03C4\u03B9\u03BA\u03AC \u03C0\u03C1\u03BF\u03CA\u03CC\u03BD\u03C4\u03B1 SAP \u03BA\u03B1\u03B8\u03CE\u03C2 \u03BA\u03B1\u03B9 \u03B1\u03C0\u03CC \u03C0\u03BF\u03BB\u03BB\u03BF\u03CD\u03C2 \u03C0\u03B5\u03BB\u03AC\u03C4\u03B5\u03C2 \u03BA\u03B1\u03B9 \u03C3\u03C5\u03BD\u03B5\u03C1\u03B3\u03AC\u03C4\u03B5\u03C2; \u039A\u03B1\u03B9 \u03B3\u03B9\u03B1\u03C4\u03AF \u03B5\u03AF\u03BD\u03B1\u03B9 \u03B5\u03C0\u03B9\u03C4\u03C5\u03C7\u03B7\u03BC\u03AD\u03BD\u03BF\u03C2 \u03BA\u03B1\u03B9 \u03C3\u03C4\u03B7\u03BD \u03BA\u03BF\u03B9\u03BD\u03CC\u03C4\u03B7\u03C4\u03B1 \u03B1\u03BD\u03BF\u03B9\u03C7\u03C4\u03CE\u03BD \u03C0\u03CC\u03C1\u03C9\u03BD \u03C0\u03BF\u03C5 \u03B5\u03BA\u03C4\u03B5\u03AF\u03BD\u03B5\u03C4\u03B1\u03B9 \u03C0\u03AD\u03C1\u03B1 \u03B1\u03C0\u03CC \u03C4\u03B7 SAP; \u0391\u03BA\u03BF\u03BB\u03BF\u03C5\u03B8\u03BF\u03CD\u03BD \u03C4\u03B1 \u03C0\u03B9\u03BF \u03C3\u03B7\u03BC\u03B1\u03BD\u03C4\u03B9\u03BA\u03AC \u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03B1 \u03C0\u03BF\u03C5 \u03C0\u03C1\u03BF\u03C3\u03C6\u03AD\u03C1\u03B5\u03B9 \u03BF \u03C0\u03C5\u03C1\u03AE\u03BD\u03B1\u03C2 UI5\:
|
|
69
81
|
WELCOME_BLOCK_4_TEXT_2=\u03A5\u03C0\u03BF\u03C3\u03C4\u03AE\u03C1\u03B9\u03BE\u03B7 \u03BC\u03B5\u03C4\u03AC\u03C6\u03C1\u03B1\u03C3\u03B7\u03C2 \u03BA\u03B1\u03B9 \u03B4\u03B9\u03B5\u03B8\u03BD\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7\u03C2
|
|
70
82
|
WELCOME_BLOCK_4_TEXT_3=\u0388\u03BD\u03BD\u03BF\u03B9\u03B5\u03C2 \u03B5\u03C0\u03B5\u03BA\u03C4\u03B1\u03C3\u03B9\u03BC\u03CC\u03C4\u03B7\u03C4\u03B1\u03C2 \u03C3\u03B5 \u03B5\u03C0\u03AF\u03C0\u03B5\u03B4\u03BF \u03BA\u03C9\u03B4\u03B9\u03BA\u03BF\u03CD \u03BA\u03B1\u03B9 \u03B5\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03AE\u03C2
|
|
71
83
|
WELCOME_BLOCK_4_TEXT_4=\u0398\u03AD\u03BC\u03B1 \u03BC\u03B5 \u0388\u03BD\u03C4\u03BF\u03BD\u03B7 \u0391\u03BD\u03C4\u03AF\u03B8\u03B5\u03C3\u03B7 \u03B3\u03B9\u03B1 \u03BD\u03B1 \u03B2\u03BF\u03B7\u03B8\u03B7\u03B8\u03BF\u03CD\u03BD \u03BF\u03B9 \u03C7\u03C1\u03AE\u03C3\u03C4\u03B5\u03C2 \u03BC\u03B5 \u03BC\u03B5\u03B9\u03C9\u03BC\u03AD\u03BD\u03B7 \u03CC\u03C1\u03B1\u03C3\u03B7
|
|
84
|
+
WELCOME_BLOCK_4_TEXT_5=\u0395\u03CD\u03BA\u03BF\u03BB\u03BF \u03C3\u03C4\u03B7\u03BD \u03B5\u03BD\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7 \u03BC\u03B5 \u03C3\u03C4\u03B1\u03B8\u03B5\u03C1\u03CC \u03BF\u03B9\u03BA\u03BF\u03C3\u03CD\u03C3\u03C4\u03B7\u03BC\u03B1 SAP
|
|
85
|
+
WELCOME_BLOCK_4_TEXT_6=\u0395\u03C5\u03AD\u03BB\u03B9\u03BA\u03C4\u03B1 \u03B5\u03C1\u03B3\u03B1\u03BB\u03B5\u03AF\u03B1 \u03B3\u03B9\u03B1 \u03BA\u03AC\u03B8\u03B5 \u03C4\u03CD\u03C0\u03BF \u03C0\u03C1\u03BF\u03B3\u03C1\u03B1\u03BC\u03BC\u03B1\u03C4\u03B9\u03C3\u03C4\u03AE
|
|
86
|
+
WELCOME_BLOCK_4_TEXT_7=\u03A0\u03C1\u03BF\u03C3\u03C6\u03AD\u03C1\u03B5\u03B9 \u03BD\u03AD\u03B5\u03C2 \u03BA\u03B1\u03B9\u03BD\u03BF\u03C4\u03BF\u03BC\u03AF\u03B5\u03C2 \u03C0\u03B1\u03C1\u03B1\u03BC\u03AD\u03BD\u03BF\u03BD\u03C4\u03B1\u03C2 \u03C3\u03C5\u03BC\u03B2\u03B1\u03C4\u03CC \u03BC\u03B5 \u03B1\u03BD\u03B1\u03B2\u03B1\u03B8\u03BC\u03AF\u03C3\u03B5\u03B9\u03C2
|
|
87
|
+
WELCOME_BLOCK_4_TEXT_8=\u0391\u03C0\u03B5\u03C1\u03B9\u03CC\u03C1\u03B9\u03C3\u03C4\u03B7 \u03C7\u03C1\u03AE\u03C3\u03B7 \u03C3\u03B5 \u03C3\u03C4\u03BF\u03AF\u03B2\u03B5\u03C2 \u03C4\u03B5\u03C7\u03BD\u03BF\u03BB\u03BF\u03B3\u03AF\u03B1\u03C2 SAP \u03BA\u03B1\u03B9 non-SAP
|
|
72
88
|
WELCOME_BLOCK_5_TITLE=\u0392\u03C1\u03B1\u03B2\u03B5\u03C5\u03BC\u03AD\u03BD\u03BF SAP Fiori Design \u03B5\u03BD \u0394\u03C1\u03AC\u03C3\u03B5\u03B9
|
|
73
89
|
WELCOME_BLOCK_5_TEXT=\u039F\u03B9 \u03B5\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03AD\u03C2 UI5 \u03B5\u03C0\u03C9\u03C6\u03B5\u03BB\u03BF\u03CD\u03BD\u03C4\u03B1\u03B9 \u03B1\u03C0\u03CC \u03BC\u03B9\u03B1 \u03C3\u03C5\u03BC\u03B2\u03B1\u03C4\u03AE \u03B3\u03BB\u03CE\u03C3\u03C3\u03B1 \u03C3\u03C7\u03B5\u03B4\u03B9\u03B1\u03C3\u03BC\u03BF\u03CD \u03BA\u03B1\u03B9 \u03C0\u03C1\u03BF\u03BA\u03B1\u03B8\u03BF\u03C1\u03B9\u03C3\u03BC\u03AD\u03BD\u03BF\u03C5\u03C2 \u03C4\u03CD\u03C0\u03BF\u03C5\u03C2 UX \u03C3\u03B5 \u03CC\u03BB\u03B1 \u03C4\u03B1 \u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03B7\u03C1\u03B9\u03C3\u03C4\u03B9\u03BA\u03AC \u03C0\u03C1\u03BF\u03C3\u03BA\u03B7\u03BD\u03AF\u03BF\u03C5. \u03A7\u03C1\u03B7\u03C3\u03B9\u03BC\u03BF\u03C0\u03BF\u03B9\u03AE\u03C3\u03C4\u03B5 \u03AD\u03BD\u03B1 \u03C0\u03C1\u03BF\u03BA\u03B1\u03B8\u03BF\u03C1\u03B9\u03C3\u03BC\u03AD\u03BD\u03BF \u03B8\u03AD\u03BC\u03B1 \u03AE \u03B4\u03BF\u03BA\u03B9\u03BC\u03AC\u03C3\u03C4\u03B5 \u03C4\u03BF online \u03B8\u03B5\u03BC\u03B1\u03C4\u03B9\u03BA\u03CC \u03B5\u03C1\u03B3\u03B1\u03BB\u03B5\u03AF\u03BF \u03B3\u03B9\u03B1 \u03BD\u03B1 \u03B4\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AE\u03C3\u03B5\u03C4\u03B5 \u03AD\u03BD\u03B1 \u03C0\u03C1\u03BF\u03C3\u03B1\u03C1\u03BC\u03BF\u03C3\u03BC\u03AD\u03BD\u03BF \u03B8\u03AD\u03BC\u03B1.
|
|
74
90
|
WELCOME_BLOCK_5_IMG_ALT=\u0397 \u03C6\u03C9\u03C4\u03BF\u03B3\u03C1\u03B1\u03C6\u03AF\u03B1 \u03B4\u03B5\u03AF\u03C7\u03BD\u03B5\u03B9 \u03C4\u03B1 \u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03B1 \u03C3\u03C7\u03B5\u03B4\u03B9\u03B1\u03C3\u03BC\u03BF\u03CD \u03C4\u03BF\u03C5 SAP Fiori
|
|
@@ -96,6 +112,10 @@ WELCOME_BLOCK_11_TEXT_1=\u0391\u03BD\u03B1\u03C0\u03C4\u03CD\u03BE\u03C4\u03B5 \
|
|
|
96
112
|
WELCOME_BLOCK_11_TEXT_2=CDN \u03BC\u03B5 \u03C0\u03BF\u03BB\u03BB\u03AD\u03C2 \u03B5\u03BA\u03B4\u03CC\u03C3\u03B5\u03B9\u03C2 \u03B3\u03B9\u03B1 \u03C3\u03C5\u03BD\u03C4\u03AE\u03C1\u03B7\u03C3\u03B7 \u03C0\u03C1\u03BF\u03C3\u03B1\u03C1\u03BC\u03BF\u03C3\u03BC\u03AD\u03BD\u03BF\u03C5 \u03BA\u03CD\u03BA\u03BB\u03BF\u03C5 \u03B6\u03C9\u03AE\u03C2
|
|
97
113
|
WELCOME_BLOCK_11_TEXT_3=\u0393\u03B9\u03B1 \u03BF\u03C0\u03BF\u03B9\u03BF\u03B4\u03AE\u03C0\u03BF\u03C4\u03B5 \u03C3\u03B5\u03BD\u03AC\u03C1\u03B9\u03BF \u03B1\u03BD\u03AC\u03C0\u03C4\u03C5\u03BE\u03B7\u03C2 on-premise \u03BA\u03B1\u03B9 cloud
|
|
98
114
|
WELCOME_BLOCK_12_TITLE=SAP Community
|
|
115
|
+
WELCOME_VIDEO_BLOCK_TITLE=\u03A4\u03B9 \u03B5\u03AF\u03BD\u03B1\u03B9 \u03C4\u03BF SAPUI5;
|
|
116
|
+
|
|
117
|
+
WELCOME_VIDEO_BLOCK_TEXT_1=\u03A4\u03BF SAPUI5 \u03B5\u03AF\u03BD\u03B1\u03B9 \u03AD\u03BD\u03B1 \u03C0\u03BB\u03B1\u03AF\u03C3\u03B9\u03BF HTML5 \u03B3\u03B9\u03B1 \u03C4\u03B7 \u03B4\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1 cross-platform, \u03B5\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03CE\u03BD \u03B9\u03C3\u03C4\u03BF\u03CD \u03B5\u03C0\u03B9\u03C7\u03B5\u03AF\u03C1\u03B7\u03C3\u03B7\u03C2 \u03BC\u03B5 \u03B1\u03C0\u03BF\u03C4\u03B5\u03BB\u03B5\u03C3\u03BC\u03B1\u03C4\u03B9\u03BA\u03CC \u03C4\u03C1\u03CC\u03C0\u03BF. \u0391\u03C5\u03C4\u03CC \u03C0\u03BF\u03C5 \u03BE\u03B5\u03BA\u03AF\u03BD\u03B7\u03C3\u03B5 \u03C9\u03C2 \u03BC\u03B9\u03BA\u03C1\u03CC \u03AD\u03C1\u03B3\u03BF \u03C4\u03CE\u03C1\u03B1 \u03B5\u03AF\u03BD\u03B1\u03B9 \u03BC\u03AF\u03B1 \u03B1\u03C0\u03CC \u03C4\u03B9\u03C2 \u03C0\u03B9\u03BF \u03B5\u03C0\u03B9\u03C4\u03C5\u03C7\u03B7\u03BC\u03AD\u03BD\u03B5\u03C2 \u03C4\u03B5\u03C7\u03BD\u03BF\u03BB\u03BF\u03B3\u03AF\u03B5\u03C2 \u03C0\u03BF\u03C5 \u03B1\u03BD\u03B1\u03BA\u03B1\u03BB\u03CD\u03C6\u03B8\u03B7\u03BA\u03B1\u03BD \u03C0\u03BF\u03C4\u03AD \u03B1\u03C0\u03CC \u03C4\u03B7 SAP.
|
|
118
|
+
WELCOME_VIDEO_BLOCK_TEXT_2=\u03A3\u03B5 \u03B1\u03C5\u03C4\u03CC \u03C4\u03BF \u03B2\u03AF\u03BD\u03C4\u03B5\u03BF, \u03BC\u03C0\u03BF\u03C1\u03B5\u03AF\u03C4\u03B5 \u03BD\u03B1 \u03C7\u03C1\u03B7\u03C3\u03B9\u03BC\u03BF\u03C0\u03BF\u03B9\u03AE\u03C3\u03B5\u03C4\u03B5 \u03C4\u03B7\u03BD \u03C4\u03B9\u03BC\u03AE SAPUI5 \u03C3\u03B5 110 \u03B4\u03B5\u03C5\u03C4\u03B5\u03C1\u03CC\u03BB\u03B5\u03C0\u03C4\u03B1. \u03A3\u03C4\u03B7 \u03C3\u03B5\u03BB\u03AF\u03B4\u03B1 SAP Community, \u03BC\u03C0\u03BF\u03C1\u03B5\u03AF\u03C4\u03B5 \u03BD\u03B1 \u03B2\u03C1\u03AD\u03B9\u03C4\u03B5 \u03BB\u03B5\u03C0\u03C4\u03BF\u03BC\u03AD\u03C1\u03B5\u03B9\u03B5\u03C2 \u03C3\u03C7\u03B5\u03C4\u03B9\u03BA\u03AC \u03BC\u03B5 \u03C4\u03B9\u03C2 \u03BA\u03BF\u03C1\u03C5\u03C6\u03B1\u03AF\u03B5\u03C2 \u03C4\u03B5\u03C7\u03BD\u03BF\u03BB\u03BF\u03B3\u03AF\u03B5\u03C2 \u0394\u03B9\u03B1\u03C3\u03CD\u03BD\u03B4\u03B5\u03C3\u03B7\u03C2 \u03A7\u03C1\u03AE\u03C3\u03C4\u03B7 <a href\="https\://community.sap.com/topics/ui5">\u03B5\u03B4\u03CE</a>.
|
|
99
119
|
|
|
100
120
|
TOPIC_DETAIL_INIT_DOCUMENTATION=\u03A4\u03B5\u03BA\u03BC\u03B7\u03C1\u03AF\u03C9\u03C3\u03B7
|
|
101
121
|
TOPIC_DETAIL_INIT_DOWNLOAD_BTN=\u039B\u03AE\u03C8\u03B7
|
|
@@ -277,8 +297,8 @@ RELEASE_DIALOG_NO_DATA_TEXT=\u039A\u03B1\u03BC\u03AF\u03B1 \u03B1\u03BB\u03BB\u0
|
|
|
277
297
|
|
|
278
298
|
ABOUT_DIALOG_TITLE=\u03A3\u03C7\u03B5\u03C4\u03B9\u03BA\u03AC \u03BC\u03B5
|
|
279
299
|
ABOUT_DIALOG_TEXT_1=UI5 Demo Kit - UI Development Toolkit for HTML5
|
|
280
|
-
ABOUT_DIALOG_TEXT_2=\u00A9 Copyright 2009-
|
|
281
|
-
ABOUT_DIALOG_TEXT_3=\u00A9 2009-
|
|
300
|
+
ABOUT_DIALOG_TEXT_2=\u00A9 Copyright 2009-2022 SAP SE. \u039C\u03B5 \u03B5\u03C0\u03B9\u03C6\u03CD\u03BB\u03B1\u03BE\u03B7 \u03BA\u03AC\u03B8\u03B5 \u03BD\u03CC\u03BC\u03B9\u03BC\u03BF\u03C5 \u03B4\u03B9\u03BA\u03B1\u03B9\u03CE\u03BC\u03B1\u03C4\u03BF\u03C2.
|
|
301
|
+
ABOUT_DIALOG_TEXT_3=\u00A9 2009-2022 SAP SE \u03AE \u03B8\u03C5\u03B3\u03B1\u03C4\u03C1\u03B9\u03BA\u03AE\u03C2 \u03B5\u03C4\u03B1\u03B9\u03C1\u03AF\u03B1\u03C2 \u03C4\u03B7\u03C2 SAP.
|
|
282
302
|
ABOUT_DIALOG_TEXT_4={0} \u0388\u03BA\u03B4\u03BF\u03C3\u03B7 {1}
|
|
283
303
|
ABOUT_DIALOG_TEXT_5=\u0386\u03BD\u03BF\u03B9\u03B3\u03BC\u03B1 \u0388\u03BA\u03B4\u03BF\u03C3\u03B7\u03C2 UI5 {0}
|
|
284
304
|
ABOUT_DIALOG_TEXT_6=\u0391\u03C5\u03C4\u03CC \u03C4\u03BF \u03BB\u03BF\u03B3\u03B9\u03C3\u03BC\u03B9\u03BA\u03CC \u03C0\u03B5\u03C1\u03B9\u03BB\u03B1\u03BC\u03B2\u03AC\u03BD\u03B5\u03B9 \u03C4\u03B9\u03C2 \u03B1\u03BA\u03CC\u03BB\u03BF\u03C5\u03B8\u03B5\u03C2 \u03B5\u03BA\u03B4\u03CC\u03C3\u03B5\u03B9\u03C2 \u03B2\u03B9\u03B2\u03BB\u03B9\u03BF\u03B8\u03AE\u03BA\u03B7\u03C2
|
|
@@ -302,6 +322,11 @@ FOOTER_LICENSE=\u0391\u03B4\u03B5\u03B9\u03B1
|
|
|
302
322
|
NOT_FOUND_TITLE=\u0394\u03B5\u03BD \u03B2\u03C1\u03AD\u03B8\u03B7\u03BA\u03B5
|
|
303
323
|
NOT_FOULD_TEXT=\u039F \u03B1\u03C0\u03B1\u03B9\u03C4\u03BF\u03CD\u03BC\u03B5\u03BD\u03BF\u03C2 \u03C0\u03CC\u03C1\u03BF\u03C2 \u03B4\u03B5\u03BD \u03B2\u03C1\u03AD\u03B8\u03B7\u03BA\u03B5.
|
|
304
324
|
|
|
325
|
+
NOT_FOUND_REMOVED_TEXT=\u0397 \u03B1\u03C0\u03B1\u03B9\u03C4\u03BF\u03CD\u03BC\u03B5\u03BD\u03B7 \u03AD\u03BA\u03B4\u03BF\u03C3\u03B7 UI5 \u03B5\u03AF\u03BD\u03B1\u03B9 \u03C0\u03B1\u03BB\u03B9\u03AC \u03BA\u03B1\u03B9 \u03BA\u03B1\u03C4\u03B1\u03C1\u03B3\u03AE\u03B8\u03B7\u03BA\u03B5.
|
|
326
|
+
NOT_FOUND_UNAVAILABLE_TEXT=\u039F \u03B1\u03C0\u03B1\u03B9\u03C4\u03BF\u03CD\u03BC\u03B5\u03BD\u03BF\u03C2 \u03C0\u03CC\u03C1\u03BF\u03C2 \u03B4\u03B5\u03BD \u03B5\u03AF\u03BD\u03B1\u03B9 \u03B4\u03B9\u03B1\u03B8\u03AD\u03C3\u03B9\u03BC\u03BF\u03C2.
|
|
327
|
+
VERSION_NOT_FOUND_READ_MORE=\u0394\u03B9\u03B1\u03B2\u03AC\u03C3\u03C4\u03B5 \u03A0\u03B5\u03C1\u03B9\u03C3\u03C3\u03CC\u03C4\u03B5\u03C1\u03B1
|
|
328
|
+
VERSION_NOT_FOUND_HOME_PAGE_BUTTON=\u0391\u03C1\u03C7\u03B9\u03BA\u03AE \u03A3\u03B5\u03BB\u03AF\u03B4\u03B1
|
|
329
|
+
|
|
305
330
|
NOT_FOUND_SAMPLE_TITLE=\u0394\u03B5\u03AF\u03B3\u03BC\u03B1 \u0394\u03B5\u03BD \u0392\u03C1\u03AD\u03B8\u03B7\u03BA\u03B5
|
|
306
331
|
NOT_FOUND_SAMPLE_TEXT=\u03A4\u03BF \u03B1\u03C0\u03B1\u03B9\u03C4\u03BF\u03CD\u03BC\u03B5\u03BD\u03BF \u03B4\u03B5\u03AF\u03B3\u03BC\u03B1 \u03B4\u03B5\u03BD \u03C5\u03C0\u03AC\u03C1\u03C7\u03B5\u03B9 \u03B3\u03B9\u03B1 \u03C4\u03B7\u03BD \u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03B7 \u03AD\u03BA\u03B4\u03BF\u03C3\u03B7 UI5. \u0395\u03BB\u03AD\u03B3\u03BE\u03C4\u03B5 \u03C4\u03B1 \u03B4\u03B9\u03B1\u03B8\u03AD\u03C3\u03B9\u03BC\u03B1 \u03B4\u03B5\u03AF\u03B3\u03BC\u03B1\u03C4\u03B1 \u03B5\u03B4\u03CE
|
|
307
332
|
|
|
@@ -318,7 +343,6 @@ TOOLS_CARD_1_TEXT=\u03A4\u03BF SAP Business Application Studio on SAP BTP, SAP's
|
|
|
318
343
|
TOOLS_CARD_1_LINK_1=SAP Business Application Studio SDK
|
|
319
344
|
TOOLS_CARD_2_IMG_ALT=\u0397 \u03C6\u03C9\u03C4\u03BF\u03B3\u03C1\u03B1\u03C6\u03AF\u03B1 \u03B4\u03B5\u03AF\u03C7\u03BD\u03B5\u03B9 SAP UI Theme Designer
|
|
320
345
|
TOOLS_CARD_2_TEXT=\u03A7\u03C1\u03B7\u03C3\u03B9\u03BC\u03BF\u03C0\u03BF\u03B9\u03AE\u03C3\u03C4\u03B5 \u03C4\u03BF \u03C0\u03C1\u03CC\u03B3\u03C1\u03B1\u03BC\u03BC\u03B1 \u03C3\u03C7\u03B5\u03B4\u03AF\u03B1\u03C3\u03B7\u03C2 \u03B8\u03AD\u03BC\u03B1\u03C4\u03BF\u03C2 UI \u03B3\u03B9\u03B1 \u03B5\u03CD\u03BA\u03BF\u03BB\u03B7 \u03B4\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1 \u03B5\u03C4\u03B1\u03B9\u03C1\u03B9\u03BA\u03CE\u03BD \u03B8\u03B5\u03BC\u03AC\u03C4\u03C9\u03BD \u03C4\u03B1\u03C5\u03C4\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7\u03C2 \u03B5\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03AC\u03B6\u03BF\u03BD\u03C4\u03B1\u03C2 \u03AD\u03BD\u03B1 \u03B1\u03C0\u03CC \u03C4\u03B1 \u03C0\u03C1\u03CC\u03C4\u03C5\u03C0\u03B1 \u03B8\u03AD\u03BC\u03B1\u03C4\u03BF\u03C2 \u03C0\u03BF\u03C5 \u03C0\u03B1\u03C1\u03AD\u03C7\u03BF\u03BD\u03C4\u03B1\u03B9 \u03B1\u03C0\u03CC \u03C4\u03B7 SAP.
|
|
321
|
-
TOOLS_CARD_2_LINK_1=\u039A\u03BF\u03B9\u03BD\u03CC\u03C4\u03B7\u03C4\u03B1
|
|
322
346
|
TOOLS_CARD_3_IMG_ALT=\u0397 \u03C6\u03C9\u03C4\u03BF\u03B3\u03C1\u03B1\u03C6\u03AF\u03B1 \u03B4\u03B5\u03AF\u03C7\u03BD\u03B5\u03B9 \u03C3\u03B5\u03BB\u03AF\u03B4\u03B1 SAP UI5 Tooling
|
|
323
347
|
TOOLS_CARD_3_TEXT=\u039C\u03B9\u03B1 \u03B1\u03BD\u03BF\u03B9\u03C7\u03C4\u03AE \u03BA\u03B1\u03B9 \u03B1\u03C1\u03B8\u03C1\u03C9\u03C4\u03AE \u03B1\u03BB\u03C5\u03C3\u03AF\u03B4\u03B1 \u03B5\u03C1\u03B3\u03B1\u03BB\u03B5\u03AF\u03C9\u03BD \u03B3\u03B9\u03B1 \u03C4\u03B7\u03BD \u03B1\u03BD\u03AC\u03C0\u03C4\u03C5\u03BE\u03B7 \u03C0\u03C1\u03BF\u03B7\u03B3\u03BC\u03AD\u03BD\u03C9\u03BD \u03B5\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03CE\u03BD \u03C0\u03BF\u03C5 \u03B2\u03B1\u03C3\u03AF\u03B6\u03BF\u03BD\u03C4\u03B1\u03B9 \u03C3\u03C4\u03BF \u03C0\u03BB\u03B1\u03AF\u03C3\u03B9\u03BF UI5, \u03B1\u03BE\u03B9\u03BF\u03C0\u03BF\u03B9\u03CE\u03BD\u03C4\u03B1\u03C2 \u03C4\u03B1 node.js \u03BA\u03B1\u03B9 npm.
|
|
324
348
|
TOOLS_CARD_3_LINK_1=\u0395\u03C0\u03B9\u03C3\u03BA\u03CC\u03C0\u03B7\u03C3\u03B7
|
|
@@ -347,6 +371,8 @@ TOOLS_CARD_12_IMG_ALT=\u0395\u03B9\u03BA\u03CC\u03BD\u03B1 \u03C0\u03BF\u03C5 \u
|
|
|
347
371
|
TOOLS_CARD_12_TEXT=\u03A4\u03BF SAP Fiori Tools \u03B1\u03C0\u03BB\u03BF\u03C0\u03BF\u03B9\u03B5\u03AF \u03C4\u03B7 \u03B4\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1 \u03C4\u03C9\u03BD \u03B5\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03CE\u03BD \u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03C9\u03BD SAP Fiori \u03C0\u03B1\u03C1\u03AD\u03C7\u03BF\u03BD\u03C4\u03B1\u03C2 \u03B5\u03C0\u03B5\u03BA\u03C4\u03AC\u03C3\u03B5\u03B9\u03C2 \u03B3\u03B9\u03B1 \u03C4\u03B1 \u03C0\u03B5\u03C1\u03B9\u03B2\u03AC\u03BB\u03BB\u03BF\u03BD\u03C4\u03B1 \u03B1\u03BD\u03AC\u03C0\u03C4\u03C5\u03BE\u03B7\u03C2 SAP Business Application Studio \u03BA\u03B1\u03B9 Visual Studio Code.
|
|
348
372
|
TOOLS_CARD_13_TEXT=\u03A7\u03C1\u03B7\u03C3\u03B9\u03BC\u03BF\u03C0\u03BF\u03B9\u03CE\u03BD\u03C4\u03B1\u03C2 \u03C4\u03BF Live Editor \u03BC\u03C0\u03BF\u03C1\u03B5\u03AF\u03C4\u03B5 \u03BD\u03B1 \u03B5\u03C6\u03B1\u03C1\u03BC\u03CC\u03C3\u03B5\u03C4\u03B5 \u03B1\u03C0\u03B5\u03C5\u03B8\u03B5\u03AF\u03B1\u03C2 \u03C4\u03B1 APIs \u03C3\u03C4\u03BF browser \u03C3\u03B1\u03C2.
|
|
349
373
|
TOOLS_CARD_13_IMG_ALT=\u0395\u03B9\u03BA\u03CC\u03BD\u03B1 \u03C0\u03BF\u03C5 \u03B4\u03B5\u03AF\u03C7\u03BD\u03B5\u03B9 \u03C4\u03BF Live Editor
|
|
374
|
+
TOOLS_CARD_14_TEXT=\u03A4\u03BF \u03BC\u03BF\u03BD\u03C4\u03AD\u03BB\u03BF \u03B5\u03C5\u03AD\u03BB\u03B9\u03BA\u03C4\u03BF\u03C5 \u03C0\u03C1\u03BF\u03B3\u03C1\u03B1\u03BC\u03BC\u03B1\u03C4\u03B9\u03C3\u03BC\u03BF\u03CD \u03C3\u03B1\u03C2 \u03B4\u03B9\u03B5\u03C5\u03BA\u03BF\u03BB\u03CD\u03BD\u03B5\u03B9 \u03BD\u03B1 \u03C0\u03C1\u03BF\u03C3\u03B1\u03C1\u03BC\u03CC\u03C3\u03B5\u03C4\u03B5 \u03B5\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03AD\u03C2 \u03C3\u03C4\u03B9\u03C2 \u03B4\u03B9\u03BA\u03AD\u03C2 \u03C3\u03B1\u03C2 \u03B1\u03BD\u03AC\u03B3\u03BA\u03B5\u03C2 \u03CC\u03C4\u03B1\u03BD \u03C7\u03C1\u03B7\u03C3\u03B9\u03BC\u03BF\u03C0\u03BF\u03B9\u03B5\u03AF\u03C4\u03B5 \u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03B1 SAP Fiori \u03B3\u03B9\u03B1 OData V4.
|
|
375
|
+
TOOLS_CARD_14_IMG_ALT=\u0395\u03B9\u03BA\u03CC\u03BD\u03B1 \u03C0\u03BF\u03C5 \u03B4\u03B5\u03AF\u03C7\u03BD\u03B5\u03B9 \u03C4\u03BF Explorer \u03C4\u03BF\u03C5 \u039C\u03BF\u03BD\u03C4\u03AD\u03BB\u03BF\u03C5 \u0395\u03C5\u03AD\u03BB\u03B9\u03BA\u03C4\u03BF\u03C5 \u03A0\u03C1\u03BF\u03B3\u03C1\u03B1\u03BC\u03BC\u03B1\u03C4\u03B9\u03C3\u03BC\u03BF\u03CD
|
|
350
376
|
API_MASTER_PLACEHOLDER=\u03A6\u03AF\u03BB\u03C4\u03C1\u03BF
|
|
351
377
|
API_MASTER_EXPAND_BTN_TOOLTIP=\u0395\u03C0\u03AD\u03BA\u03C4\u03B1\u03C3\u03B7 \u039F\u03BB\u03C9\u03BD
|
|
352
378
|
API_MASTER_COLLAPSE_BTN_TOOLTIP=\u03A3\u03CD\u03BC\u03C0\u03C4\u03C5\u03BE\u03B7 \u039F\u03BB\u03C9\u03BD
|
|
@@ -11,6 +11,10 @@ APP_VERSION_VERSION=Version
|
|
|
11
11
|
APP_VERSION_NOT_PRODUCTIVE=\u2013 not for productive use\!
|
|
12
12
|
APP_VERSION_IN_PROGRESS=- development in progress.
|
|
13
13
|
APP_FEEDBACK_BTN_TOOLTIP=Give Feedback
|
|
14
|
+
APP_NEWS_BTN_TOOLTIP=News
|
|
15
|
+
APP_NEWS_DISMISS_ALL_BTN=Dismiss All News Items
|
|
16
|
+
APP_NEWS_SHOW_ALL_BTN=Show All News
|
|
17
|
+
APP_NEWS_NO_NEW_TEXT=No News
|
|
14
18
|
APP_SEARCH_FIELD_CLOSE=Close
|
|
15
19
|
APP_INFORMATION_BTN_TOOLTIP=More Information
|
|
16
20
|
APP_INFORMATION_BTN_FEEDBACK=Feedback
|
|
@@ -29,6 +33,12 @@ APP_INFORMATION_BTN_DISCLAIMER=Disclaimer
|
|
|
29
33
|
APP_INFORMATION_BTN_LICENSE=License
|
|
30
34
|
APP_COOKIES_TEXT=We use cookies to improve your experience on our site. By continuing to use this website, you consent to use our cookies.
|
|
31
35
|
|
|
36
|
+
NEWS_NEW_GROUP_TITLE=New
|
|
37
|
+
NEWS_READ_GROUP_TITLE=Read
|
|
38
|
+
NEWS_BTN_MARK_AS_READ=Mark All as Read
|
|
39
|
+
NEWS_BTN_VISIT_LINK=Visit Link
|
|
40
|
+
NEWS_PREP_FAILURE_TITLE=News could not be loaded
|
|
41
|
+
|
|
32
42
|
FEEDBACK_DIALOG_TITLE=Give Feedback
|
|
33
43
|
FEEDBACK_DIALOG_OVERALL=How is your overall experience?
|
|
34
44
|
FEEDBACK_DIALOG_MESSAGE=What would you like to tell us?
|
|
@@ -59,16 +69,22 @@ WELCOME_BLOCK_2_TITLE=Responsive Across Browsers and Devices
|
|
|
59
69
|
WELCOME_BLOCK_2_TEXT=No need to worry about device specifics\! UI5 apps run on smartphones, tablets, and desktops. The UI controls automatically adapt themselves to the capabilities of each device and make the most of the available real estate.
|
|
60
70
|
WELCOME_BLOCK_2_IMG_ALT=Picture showing phone, desktop screen and tablet
|
|
61
71
|
WELCOME_BLOCK_3_TITLE=Powerful Development Concepts
|
|
62
|
-
WELCOME_BLOCK_3_TEXT_1=The UI5 core offers a solid foundation that simplifies your work by managing many aspects of modern development behind the scenes
|
|
72
|
+
WELCOME_BLOCK_3_TEXT_1=UI5 was created by professionals for modern developers to build state of the art web applications. It comes with all features needed to cover most current application requirements. The UI5 core offers a solid foundation that simplifies your work by managing many aspects of modern development behind the scenes\:
|
|
63
73
|
WELCOME_BLOCK_3_TEXT_2=Includes standards like MVC and various data-binding types
|
|
64
|
-
WELCOME_BLOCK_3_TEXT_3=
|
|
74
|
+
WELCOME_BLOCK_3_TEXT_3=Choice of different view formats (XML, HTML, JavaScript, JSON)
|
|
65
75
|
WELCOME_BLOCK_3_TEXT_4=Binding with OData, JSON, XML and other data formats
|
|
66
76
|
WELCOME_BLOCK_3_TEXT_5=Built-in support tool for exploring the object tree and binding status
|
|
77
|
+
WELCOME_BLOCK_3_TEXT_6=Translation and internationalization support
|
|
78
|
+
WELCOME_BLOCK_3_TEXT_7=Extensibility concepts at code and application level
|
|
67
79
|
WELCOME_BLOCK_4_TITLE=Enterprise-Ready Web Toolkit
|
|
68
|
-
WELCOME_BLOCK_4_TEXT_1=
|
|
80
|
+
WELCOME_BLOCK_4_TEXT_1=Why is UI5 used by all major SAP products as well as by many customers and partners? And why is it also successful in the open-source community beyond SAP? Here are some of the most important value addeds that UI5 delivers\:
|
|
69
81
|
WELCOME_BLOCK_4_TEXT_2=Translation and internationalization support
|
|
70
82
|
WELCOME_BLOCK_4_TEXT_3=Extensibility concepts at code and application level
|
|
71
83
|
WELCOME_BLOCK_4_TEXT_4=High Contrast theme to aid visually impaired users
|
|
84
|
+
WELCOME_BLOCK_4_TEXT_5=Easy to integrate into a consistent SAP ecosystem
|
|
85
|
+
WELCOME_BLOCK_4_TEXT_6=Flexible tools for any type of developer
|
|
86
|
+
WELCOME_BLOCK_4_TEXT_7=Benefit from new innovations while staying upgrade-compatible
|
|
87
|
+
WELCOME_BLOCK_4_TEXT_8=Unlimited usage in SAP and non-SAP technology stacks
|
|
72
88
|
WELCOME_BLOCK_5_TITLE=Award-Winning SAP Fiori Design in Action
|
|
73
89
|
WELCOME_BLOCK_5_TEXT=UI5 applications benefit from a consistent design language and predefined UX patterns across all frontend features. Use a predefined theme or try our online theming tool to create a custom theme.
|
|
74
90
|
WELCOME_BLOCK_5_IMG_ALT=Picture showing SAP Fiori design elements
|
|
@@ -96,6 +112,10 @@ WELCOME_BLOCK_11_TEXT_1=Develop and run UI5 apps with the flexibility of a robus
|
|
|
96
112
|
WELCOME_BLOCK_11_TEXT_2=Multi-version CDN to maintain a custom lifecycle
|
|
97
113
|
WELCOME_BLOCK_11_TEXT_3=For any on-premise and cloud development scenario
|
|
98
114
|
WELCOME_BLOCK_12_TITLE=SAP Community
|
|
115
|
+
WELCOME_VIDEO_BLOCK_TITLE=What is SAPUI5?
|
|
116
|
+
|
|
117
|
+
WELCOME_VIDEO_BLOCK_TEXT_1=SAPUI5 is an HTML5 framework for creating cross-platform, enterprise-grade web applications in an efficient way. What started as a small project is now one of the most successful technologies ever invented by SAP.
|
|
118
|
+
WELCOME_VIDEO_BLOCK_TEXT_2=In this video, you can grasp the value of SAPUI5 in 110 seconds. On our SAP Community page, you can deep dive into more details of our leading UI technologies <a href\="https\://community.sap.com/topics/ui5">here</a>.
|
|
99
119
|
|
|
100
120
|
TOPIC_DETAIL_INIT_DOCUMENTATION=Documentation
|
|
101
121
|
TOPIC_DETAIL_INIT_DOWNLOAD_BTN=Download
|
|
@@ -277,8 +297,8 @@ RELEASE_DIALOG_NO_DATA_TEXT=No changes for this library.
|
|
|
277
297
|
|
|
278
298
|
ABOUT_DIALOG_TITLE=About
|
|
279
299
|
ABOUT_DIALOG_TEXT_1=UI5 Demo Kit - UI Development Toolkit for HTML5
|
|
280
|
-
ABOUT_DIALOG_TEXT_2=\u00A9 Copyright 2009-
|
|
281
|
-
ABOUT_DIALOG_TEXT_3=\u00A9 2009-
|
|
300
|
+
ABOUT_DIALOG_TEXT_2=\u00A9 Copyright 2009-2022 SAP SE. All rights reserved.
|
|
301
|
+
ABOUT_DIALOG_TEXT_3=\u00A9 2009-2022 SAP SE or an SAP affiliate company.
|
|
282
302
|
ABOUT_DIALOG_TEXT_4={0} Version {1}
|
|
283
303
|
ABOUT_DIALOG_TEXT_5=Open UI5 Version {0}
|
|
284
304
|
ABOUT_DIALOG_TEXT_6=This software includes the following library versions
|
|
@@ -302,6 +322,11 @@ FOOTER_LICENSE=License
|
|
|
302
322
|
NOT_FOUND_TITLE=Not found
|
|
303
323
|
NOT_FOULD_TEXT=The requested resource was not found.
|
|
304
324
|
|
|
325
|
+
NOT_FOUND_REMOVED_TEXT=The requested UI5 version is outdated and has been removed.
|
|
326
|
+
NOT_FOUND_UNAVAILABLE_TEXT=The requested resource is not available.
|
|
327
|
+
VERSION_NOT_FOUND_READ_MORE=Read More
|
|
328
|
+
VERSION_NOT_FOUND_HOME_PAGE_BUTTON=Home Page
|
|
329
|
+
|
|
305
330
|
NOT_FOUND_SAMPLE_TITLE=Sample Not Found
|
|
306
331
|
NOT_FOUND_SAMPLE_TEXT=The requested sample does not exist for the selected UI5 version. Check the available samples here
|
|
307
332
|
|
|
@@ -318,7 +343,6 @@ TOOLS_CARD_1_TEXT=SAP Business Application Studio on SAP BTP, SAP's public cloud
|
|
|
318
343
|
TOOLS_CARD_1_LINK_1=SAP Business Application Studio SDK
|
|
319
344
|
TOOLS_CARD_2_IMG_ALT=Picture showing SAP UI Theme Designer
|
|
320
345
|
TOOLS_CARD_2_TEXT=Use the UI theme designer to easily build corporate identity themes by editing one of the theme templates provided by SAP.
|
|
321
|
-
TOOLS_CARD_2_LINK_1=Community
|
|
322
346
|
TOOLS_CARD_3_IMG_ALT=Picture showing SAP UI5 Tooling page
|
|
323
347
|
TOOLS_CARD_3_TEXT=An open and modular toolchain to develop state-of-the-art applications based on the UI5 framework, leveraging node.js and npm.
|
|
324
348
|
TOOLS_CARD_3_LINK_1=Overview
|
|
@@ -347,6 +371,8 @@ TOOLS_CARD_12_IMG_ALT=Picture showing SAP Fiori Tools
|
|
|
347
371
|
TOOLS_CARD_12_TEXT=SAP Fiori tools simplifies the creation of SAP Fiori elements applications by providing extensions for your SAP Business Application Studio and Visual Studio Code development environments.
|
|
348
372
|
TOOLS_CARD_13_TEXT=Using Live Editor you can try out the APIs directly in your browser.
|
|
349
373
|
TOOLS_CARD_13_IMG_ALT=Picture showing Live Editor
|
|
374
|
+
TOOLS_CARD_14_TEXT=The flexible programming model makes it easy for you to tailor applications to your own particular needs when using SAP Fiori elements for OData V4.
|
|
375
|
+
TOOLS_CARD_14_IMG_ALT=Picture showing Flexible Programming Model Explorer
|
|
350
376
|
API_MASTER_PLACEHOLDER=Filter
|
|
351
377
|
API_MASTER_EXPAND_BTN_TOOLTIP=Expand All
|
|
352
378
|
API_MASTER_COLLAPSE_BTN_TOOLTIP=Collapse All
|
|
@@ -11,6 +11,10 @@ APP_VERSION_VERSION=Version
|
|
|
11
11
|
APP_VERSION_NOT_PRODUCTIVE=\u2013 not for productive use\!
|
|
12
12
|
APP_VERSION_IN_PROGRESS=- development in progress.
|
|
13
13
|
APP_FEEDBACK_BTN_TOOLTIP=Give Feedback
|
|
14
|
+
APP_NEWS_BTN_TOOLTIP=News
|
|
15
|
+
APP_NEWS_DISMISS_ALL_BTN=Dismiss All News Items
|
|
16
|
+
APP_NEWS_SHOW_ALL_BTN=Show All News
|
|
17
|
+
APP_NEWS_NO_NEW_TEXT=No News
|
|
14
18
|
APP_SEARCH_FIELD_CLOSE=Close
|
|
15
19
|
APP_INFORMATION_BTN_TOOLTIP=More Information
|
|
16
20
|
APP_INFORMATION_BTN_FEEDBACK=Feedback
|
|
@@ -29,6 +33,12 @@ APP_INFORMATION_BTN_DISCLAIMER=Disclaimer
|
|
|
29
33
|
APP_INFORMATION_BTN_LICENSE=Licence
|
|
30
34
|
APP_COOKIES_TEXT=We use cookies to improve your experience on our site. By continuing to use this website, you consent to the use of our cookies.
|
|
31
35
|
|
|
36
|
+
NEWS_NEW_GROUP_TITLE=New
|
|
37
|
+
NEWS_READ_GROUP_TITLE=Read
|
|
38
|
+
NEWS_BTN_MARK_AS_READ=Mark All as Read
|
|
39
|
+
NEWS_BTN_VISIT_LINK=Visit Link
|
|
40
|
+
NEWS_PREP_FAILURE_TITLE=News could not be loaded
|
|
41
|
+
|
|
32
42
|
FEEDBACK_DIALOG_TITLE=Give Feedback
|
|
33
43
|
FEEDBACK_DIALOG_OVERALL=How is your overall experience?
|
|
34
44
|
FEEDBACK_DIALOG_MESSAGE=What would you like to tell us?
|
|
@@ -59,16 +69,22 @@ WELCOME_BLOCK_2_TITLE=Responsive Across Browsers and Devices
|
|
|
59
69
|
WELCOME_BLOCK_2_TEXT=No need to worry about device specifics\! UI5 apps run on smartphones, tablets and desktops. The UI controls automatically adapt themselves to the capabilities of each device and make the most of the available dimensions.
|
|
60
70
|
WELCOME_BLOCK_2_IMG_ALT=Picture showing phone, desktop screen and tablet
|
|
61
71
|
WELCOME_BLOCK_3_TITLE=Powerful Development Concepts
|
|
62
|
-
WELCOME_BLOCK_3_TEXT_1=The UI5 core offers a solid foundation that simplifies your work by managing many aspects of modern development behind the scenes
|
|
72
|
+
WELCOME_BLOCK_3_TEXT_1=UI5 was created by professionals for modern developers to build state-of-the-art web applications. It comes with all features needed to cover most current application requirements. The UI5 core offers a solid foundation that simplifies your work by managing many aspects of modern development behind the scenes\:
|
|
63
73
|
WELCOME_BLOCK_3_TEXT_2=Includes standards like MVC and various data binding types
|
|
64
|
-
WELCOME_BLOCK_3_TEXT_3=
|
|
74
|
+
WELCOME_BLOCK_3_TEXT_3=Choice of different view formats (XML, HTML, JavaScript, JSON)
|
|
65
75
|
WELCOME_BLOCK_3_TEXT_4=Binding with OData, JSON, XML and other data formats
|
|
66
76
|
WELCOME_BLOCK_3_TEXT_5=Built-in support tool for exploring the object tree and binding status
|
|
77
|
+
WELCOME_BLOCK_3_TEXT_6=Translation and internationalisation support
|
|
78
|
+
WELCOME_BLOCK_3_TEXT_7=Extensibility concepts at code and application level
|
|
67
79
|
WELCOME_BLOCK_4_TITLE=Enterprise-Ready Web Toolkit
|
|
68
|
-
WELCOME_BLOCK_4_TEXT_1=
|
|
80
|
+
WELCOME_BLOCK_4_TEXT_1=Why is UI5 used by all major SAP products as well as by many customers and partners? And why is it also successful in the open-source community beyond SAP? Here are some of the most important values added that UI5 delivers\:
|
|
69
81
|
WELCOME_BLOCK_4_TEXT_2=Translation and internationalisation support
|
|
70
82
|
WELCOME_BLOCK_4_TEXT_3=Extensibility concepts at code and application level
|
|
71
83
|
WELCOME_BLOCK_4_TEXT_4=High Contrast theme to aid visually impaired users
|
|
84
|
+
WELCOME_BLOCK_4_TEXT_5=Easy to integrate into a consistent SAP ecosystem
|
|
85
|
+
WELCOME_BLOCK_4_TEXT_6=Flexible tools for any type of developer
|
|
86
|
+
WELCOME_BLOCK_4_TEXT_7=Benefit from new innovations while staying upgrade-compatible
|
|
87
|
+
WELCOME_BLOCK_4_TEXT_8=Unlimited usage in SAP and non-SAP technology stacks
|
|
72
88
|
WELCOME_BLOCK_5_TITLE=Award-Winning SAP Fiori Design in Action
|
|
73
89
|
WELCOME_BLOCK_5_TEXT=UI5 applications benefit from a consistent design language and predefined UX patterns across all front-end features. Use a predefined theme or try our online theming tool to create a custom theme.
|
|
74
90
|
WELCOME_BLOCK_5_IMG_ALT=Picture showing SAP Fiori design elements
|
|
@@ -96,6 +112,10 @@ WELCOME_BLOCK_11_TEXT_1=Develop and run UI5 apps with the flexibility of a robus
|
|
|
96
112
|
WELCOME_BLOCK_11_TEXT_2=Multi-version CDN to maintain a custom lifecycle
|
|
97
113
|
WELCOME_BLOCK_11_TEXT_3=For any on-premise and cloud development scenario
|
|
98
114
|
WELCOME_BLOCK_12_TITLE=SAP Community
|
|
115
|
+
WELCOME_VIDEO_BLOCK_TITLE=What is SAPUI5?
|
|
116
|
+
|
|
117
|
+
WELCOME_VIDEO_BLOCK_TEXT_1=SAPUI5 is an HTML5 framework for creating cross-platform, enterprise-grade web applications in an efficient way. What started as a small project is now one of the most successful technologies ever invented by SAP.
|
|
118
|
+
WELCOME_VIDEO_BLOCK_TEXT_2=In this video, you can grasp the value of SAPUI5 in 110 seconds. On our SAP Community page, you can deep dive into more details of our leading UI technologies <a href\="https\://community.sap.com/topics/ui5">here</a>.
|
|
99
119
|
|
|
100
120
|
TOPIC_DETAIL_INIT_DOCUMENTATION=Documentation
|
|
101
121
|
TOPIC_DETAIL_INIT_DOWNLOAD_BTN=Download
|
|
@@ -277,8 +297,8 @@ RELEASE_DIALOG_NO_DATA_TEXT=No changes for this library.
|
|
|
277
297
|
|
|
278
298
|
ABOUT_DIALOG_TITLE=About
|
|
279
299
|
ABOUT_DIALOG_TEXT_1=UI5 Demo Kit - UI Development Toolkit for HTML5
|
|
280
|
-
ABOUT_DIALOG_TEXT_2=\u00A9 Copyright 2009-
|
|
281
|
-
ABOUT_DIALOG_TEXT_3=\u00A9 2009-
|
|
300
|
+
ABOUT_DIALOG_TEXT_2=\u00A9 Copyright 2009-2022 SAP SE. All rights reserved.
|
|
301
|
+
ABOUT_DIALOG_TEXT_3=\u00A9 2009-2022 SAP SE or an SAP affiliate company.
|
|
282
302
|
ABOUT_DIALOG_TEXT_4={0} Version {1}
|
|
283
303
|
ABOUT_DIALOG_TEXT_5=Open UI5 Version {0}
|
|
284
304
|
ABOUT_DIALOG_TEXT_6=This software includes the following library versions
|
|
@@ -302,6 +322,11 @@ FOOTER_LICENSE=Licence
|
|
|
302
322
|
NOT_FOUND_TITLE=Not found
|
|
303
323
|
NOT_FOULD_TEXT=The requested resource was not found.
|
|
304
324
|
|
|
325
|
+
NOT_FOUND_REMOVED_TEXT=The requested UI5 version is outdated and has been removed.
|
|
326
|
+
NOT_FOUND_UNAVAILABLE_TEXT=The requested resource is not available.
|
|
327
|
+
VERSION_NOT_FOUND_READ_MORE=Read More
|
|
328
|
+
VERSION_NOT_FOUND_HOME_PAGE_BUTTON=Home Page
|
|
329
|
+
|
|
305
330
|
NOT_FOUND_SAMPLE_TITLE=Sample Not Found
|
|
306
331
|
NOT_FOUND_SAMPLE_TEXT=The requested sample does not exist for the selected UI5 version. Check the available samples here
|
|
307
332
|
|
|
@@ -318,7 +343,6 @@ TOOLS_CARD_1_TEXT=SAP Business Application Studio on SAP BTP, SAP's public cloud
|
|
|
318
343
|
TOOLS_CARD_1_LINK_1=SAP Business Application Studio SDK
|
|
319
344
|
TOOLS_CARD_2_IMG_ALT=Picture showing SAP UI Theme Designer
|
|
320
345
|
TOOLS_CARD_2_TEXT=Use the UI theme designer to easily build corporate identity themes by editing one of the theme templates provided by SAP.
|
|
321
|
-
TOOLS_CARD_2_LINK_1=Community
|
|
322
346
|
TOOLS_CARD_3_IMG_ALT=Picture showing SAP UI5 Tooling page
|
|
323
347
|
TOOLS_CARD_3_TEXT=An open and modular toolchain to develop state-of-the-art applications based on the UI5 framework, leveraging node.js and npm.
|
|
324
348
|
TOOLS_CARD_3_LINK_1=Overview
|
|
@@ -347,6 +371,8 @@ TOOLS_CARD_12_IMG_ALT=Picture showing SAP Fiori Tools
|
|
|
347
371
|
TOOLS_CARD_12_TEXT=SAP Fiori tools simplifies the creation of SAP Fiori elements applications by providing extensions for your SAP Business Application Studio and Visual Studio Code development environments.
|
|
348
372
|
TOOLS_CARD_13_TEXT=Using Live Editor you can try out the APIs directly in your browser.
|
|
349
373
|
TOOLS_CARD_13_IMG_ALT=Picture showing Live Editor
|
|
374
|
+
TOOLS_CARD_14_TEXT=The flexible programming model makes it easy for you to tailor applications to your own particular needs when using SAP Fiori elements for OData V4.
|
|
375
|
+
TOOLS_CARD_14_IMG_ALT=Picture showing Flexible Programming Model Explorer
|
|
350
376
|
API_MASTER_PLACEHOLDER=Filter
|
|
351
377
|
API_MASTER_EXPAND_BTN_TOOLTIP=Expand All
|
|
352
378
|
API_MASTER_COLLAPSE_BTN_TOOLTIP=Collapse All
|