@openui5/sap.ui.documentation 1.136.2 → 1.138.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.toml +0 -28
- package/THIRDPARTY.txt +0 -24
- package/package.json +7 -7
- package/src/sap/ui/documentation/.library +1 -1
- package/src/sap/ui/documentation/library.js +2 -2
- package/src/sap/ui/documentation/messagebundle.properties +14 -0
- package/src/sap/ui/documentation/messagebundle_ar.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_bg.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_ca.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_cnr.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_cs.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_cy.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_da.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_de.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_el.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_en.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_en_GB.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_en_US_saprigi.properties +13 -0
- package/src/sap/ui/documentation/messagebundle_es.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_es_MX.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_et.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_fi.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_fr.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_fr_CA.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_hi.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_hr.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_hu.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_id.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_it.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_iw.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_ja.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_kk.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_ko.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_lt.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_lv.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_mk.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_ms.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_nl.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_no.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_pl.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_pt.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_pt_PT.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_ro.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_ru.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_sh.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_sk.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_sl.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_sr.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_sv.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_th.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_tr.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_uk.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_vi.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_zh_CN.properties +7 -0
- package/src/sap/ui/documentation/messagebundle_zh_TW.properties +7 -0
- package/src/sap/ui/documentation/sdk/controller/Code.controller.js +4 -3
- package/src/sap/ui/documentation/sdk/controller/DemoApps.controller.js +22 -1
- package/src/sap/ui/documentation/sdk/controller/Sample.controller.js +198 -48
- package/src/sap/ui/documentation/sdk/controller/SubApiDetail.controller.js +5 -2
- package/src/sap/ui/documentation/sdk/controller/util/ControlsInfo.js +2 -2
- package/src/sap/ui/documentation/sdk/controller/util/ResourcesInfo.js +1 -1
- package/src/sap/ui/documentation/sdk/cookieSettingsDialog/i18n/i18n_ar.properties +0 -3
- package/src/sap/ui/documentation/sdk/cookieSettingsDialog/i18n/i18n_bg.properties +0 -3
- package/src/sap/ui/documentation/sdk/cookieSettingsDialog/i18n/i18n_ca.properties +0 -3
- package/src/sap/ui/documentation/sdk/cookieSettingsDialog/i18n/i18n_cs.properties +0 -3
- package/src/sap/ui/documentation/sdk/cookieSettingsDialog/i18n/i18n_cy.properties +0 -3
- package/src/sap/ui/documentation/sdk/cookieSettingsDialog/i18n/i18n_da.properties +0 -3
- package/src/sap/ui/documentation/sdk/cookieSettingsDialog/i18n/i18n_el.properties +0 -3
- package/src/sap/ui/documentation/sdk/cookieSettingsDialog/i18n/i18n_en_GB.properties +0 -3
- package/src/sap/ui/documentation/sdk/cookieSettingsDialog/i18n/i18n_es.properties +0 -3
- package/src/sap/ui/documentation/sdk/cookieSettingsDialog/i18n/i18n_es_MX.properties +0 -3
- package/src/sap/ui/documentation/sdk/cookieSettingsDialog/i18n/i18n_et.properties +0 -3
- package/src/sap/ui/documentation/sdk/cookieSettingsDialog/i18n/i18n_fi.properties +0 -3
- package/src/sap/ui/documentation/sdk/cookieSettingsDialog/i18n/i18n_fr_CA.properties +0 -3
- package/src/sap/ui/documentation/sdk/cookieSettingsDialog/i18n/i18n_hi.properties +0 -3
- package/src/sap/ui/documentation/sdk/cookieSettingsDialog/i18n/i18n_hr.properties +0 -3
- package/src/sap/ui/documentation/sdk/cookieSettingsDialog/i18n/i18n_hu.properties +0 -3
- package/src/sap/ui/documentation/sdk/cookieSettingsDialog/i18n/i18n_id.properties +0 -3
- package/src/sap/ui/documentation/sdk/cookieSettingsDialog/i18n/i18n_it.properties +0 -3
- package/src/sap/ui/documentation/sdk/cookieSettingsDialog/i18n/i18n_iw.properties +0 -3
- package/src/sap/ui/documentation/sdk/cookieSettingsDialog/i18n/i18n_ja.properties +0 -3
- package/src/sap/ui/documentation/sdk/cookieSettingsDialog/i18n/i18n_kk.properties +0 -3
- package/src/sap/ui/documentation/sdk/cookieSettingsDialog/i18n/i18n_ko.properties +0 -3
- package/src/sap/ui/documentation/sdk/cookieSettingsDialog/i18n/i18n_lt.properties +0 -3
- package/src/sap/ui/documentation/sdk/cookieSettingsDialog/i18n/i18n_lv.properties +0 -3
- package/src/sap/ui/documentation/sdk/cookieSettingsDialog/i18n/i18n_mk.properties +0 -3
- package/src/sap/ui/documentation/sdk/cookieSettingsDialog/i18n/i18n_ms.properties +0 -3
- package/src/sap/ui/documentation/sdk/cookieSettingsDialog/i18n/i18n_nl.properties +0 -3
- package/src/sap/ui/documentation/sdk/cookieSettingsDialog/i18n/i18n_no.properties +0 -3
- package/src/sap/ui/documentation/sdk/cookieSettingsDialog/i18n/i18n_pl.properties +0 -3
- package/src/sap/ui/documentation/sdk/cookieSettingsDialog/i18n/i18n_pt.properties +0 -3
- package/src/sap/ui/documentation/sdk/cookieSettingsDialog/i18n/i18n_pt_PT.properties +0 -3
- package/src/sap/ui/documentation/sdk/cookieSettingsDialog/i18n/i18n_ro.properties +0 -3
- package/src/sap/ui/documentation/sdk/cookieSettingsDialog/i18n/i18n_ru.properties +0 -3
- package/src/sap/ui/documentation/sdk/cookieSettingsDialog/i18n/i18n_sk.properties +0 -3
- package/src/sap/ui/documentation/sdk/cookieSettingsDialog/i18n/i18n_sl.properties +0 -3
- package/src/sap/ui/documentation/sdk/cookieSettingsDialog/i18n/i18n_sv.properties +0 -3
- package/src/sap/ui/documentation/sdk/cookieSettingsDialog/i18n/i18n_th.properties +0 -3
- package/src/sap/ui/documentation/sdk/cookieSettingsDialog/i18n/i18n_tr.properties +0 -3
- package/src/sap/ui/documentation/sdk/cookieSettingsDialog/i18n/i18n_uk.properties +0 -3
- package/src/sap/ui/documentation/sdk/cookieSettingsDialog/i18n/i18n_vi.properties +0 -3
- package/src/sap/ui/documentation/sdk/cookieSettingsDialog/i18n/i18n_zh_CN.properties +0 -3
- package/src/sap/ui/documentation/sdk/cookieSettingsDialog/i18n/i18n_zh_TW.properties +0 -3
- package/src/sap/ui/documentation/sdk/thirdparty/highlight.js/highlight.js +3 -3
- package/src/sap/ui/documentation/sdk/util/DocumentationRouter.js +1 -1
- package/src/sap/ui/documentation/sdk/view/Code.view.xml +11 -5
- package/src/sap/ui/documentation/sdk/view/Sample.view.xml +3 -2
|
@@ -295,8 +295,15 @@ SAMPLE_FULLSCREEN_BTN_TOOLTIP=\uC804\uCCB4 \uD654\uBA74 \uBAA8\uB4DC\uC5D0\uC11C
|
|
|
295
295
|
SAMPLE_ADAPT_BTN_TOOLTIP=UI \uC801\uC6A9
|
|
296
296
|
SAMPLE_CODE_BTN_TOOLTIP=\uC774 \uC0D8\uD50C\uC5D0 \uB300\uD55C \uC18C\uC2A4 \uCF54\uB4DC \uD45C\uC2DC
|
|
297
297
|
SAMPLE_NEW_TAB_BTN_TOOLTIP=\uC2E0\uADDC \uD0ED\uC5D0\uC11C \uC5F4\uAE30
|
|
298
|
+
SAMPLE_CHANGE_POSITION_BTN_TOOLTIP=\uC704\uCE58 \uBCC0\uACBD
|
|
299
|
+
SAMPLE_CHANGE_POSITION_BTN=\uC704\uCE58 \uBCC0\uACBD
|
|
300
|
+
SAMPLE_CLOSE_BTN_TOOLTIP=\uB2EB\uAE30
|
|
298
301
|
SAMPLE_DOWNLOAD_BTN_TOOLTIP=\uB2E4\uC6B4\uB85C\uB4DC
|
|
302
|
+
SAMPLE_BTN_DOWNLOAD=\uB2E4\uC6B4\uB85C\uB4DC
|
|
299
303
|
SAMPLE_RESET_CHANGES=\uBAA8\uB4E0 \uBCC0\uACBD\uC0AC\uD56D \uC7AC\uC124\uC815
|
|
304
|
+
SAMPLE_BTN_RUN=\uC2E4\uD589
|
|
305
|
+
SAMPLE_BTN_ALL_FILES_ZIP=\uBAA8\uB4E0 \uD30C\uC77C\uC740 .zip \uD615\uC2DD\uC785\uB2C8\uB2E4.
|
|
306
|
+
SAMPLE_AUTO_RUN=\uC790\uB3D9 \uC2E4\uD589
|
|
300
307
|
|
|
301
308
|
RELEASE_NOTES_TITLE=\uBCC0\uACBD \uB85C\uADF8
|
|
302
309
|
|
|
@@ -295,8 +295,15 @@ SAMPLE_FULLSCREEN_BTN_TOOLTIP=Rodyti \u0161\u012F pavyzd\u012F viso ekrano re\u0
|
|
|
295
295
|
SAMPLE_ADAPT_BTN_TOOLTIP=Pritaikyti UI
|
|
296
296
|
SAMPLE_CODE_BTN_TOOLTIP=Rodyti \u0161io pavyzd\u017Eio \u0161altinio kod\u0105
|
|
297
297
|
SAMPLE_NEW_TAB_BTN_TOOLTIP=Atidaryti naujame skirtuke
|
|
298
|
+
SAMPLE_CHANGE_POSITION_BTN_TOOLTIP=Keisti pad\u0117t\u012F
|
|
299
|
+
SAMPLE_CHANGE_POSITION_BTN=Keisti pad\u0117t\u012F
|
|
300
|
+
SAMPLE_CLOSE_BTN_TOOLTIP=U\u017Edaryti
|
|
298
301
|
SAMPLE_DOWNLOAD_BTN_TOOLTIP=Atsisi\u0173sti
|
|
302
|
+
SAMPLE_BTN_DOWNLOAD=Atsisi\u0173sti
|
|
299
303
|
SAMPLE_RESET_CHANGES=Nustatyti visus pakeitimus i\u0161 naujo
|
|
304
|
+
SAMPLE_BTN_RUN=Vykdyti
|
|
305
|
+
SAMPLE_BTN_ALL_FILES_ZIP=Visus failus kaip .zip
|
|
306
|
+
SAMPLE_AUTO_RUN=Vykdyti automati\u0161kai
|
|
300
307
|
|
|
301
308
|
RELEASE_NOTES_TITLE=Keisti \u017Eurnal\u0105
|
|
302
309
|
|
|
@@ -295,8 +295,15 @@ SAMPLE_FULLSCREEN_BTN_TOOLTIP=R\u0101d\u012Bt paraugu pilnekr\u0101n\u0101
|
|
|
295
295
|
SAMPLE_ADAPT_BTN_TOOLTIP=Adapt\u0113t UI
|
|
296
296
|
SAMPLE_CODE_BTN_TOOLTIP=R\u0101d\u012Bt avota kodu \u0161im paraugam
|
|
297
297
|
SAMPLE_NEW_TAB_BTN_TOOLTIP=Atv\u0113rt jaun\u0101 ciln\u0113
|
|
298
|
+
SAMPLE_CHANGE_POSITION_BTN_TOOLTIP=Main\u012Bt poz\u012Bciju
|
|
299
|
+
SAMPLE_CHANGE_POSITION_BTN=Main\u012Bt poz\u012Bciju
|
|
300
|
+
SAMPLE_CLOSE_BTN_TOOLTIP=Aizv\u0113rt
|
|
298
301
|
SAMPLE_DOWNLOAD_BTN_TOOLTIP=Lejupiel\u0101d\u0113t
|
|
302
|
+
SAMPLE_BTN_DOWNLOAD=Lejupiel\u0101d\u0113t
|
|
299
303
|
SAMPLE_RESET_CHANGES=Atiestat\u012Bt visas izmai\u0146as
|
|
304
|
+
SAMPLE_BTN_RUN=Izpild\u012Bt
|
|
305
|
+
SAMPLE_BTN_ALL_FILES_ZIP=Visi faili k\u0101 .zip
|
|
306
|
+
SAMPLE_AUTO_RUN=Autom\u0101tiska izpilde
|
|
300
307
|
|
|
301
308
|
RELEASE_NOTES_TITLE=Izmai\u0146u \u017Eurn\u0101ls
|
|
302
309
|
|
|
@@ -295,8 +295,15 @@ SAMPLE_FULLSCREEN_BTN_TOOLTIP=\u041F\u0440\u0438\u043A\u0430\u0436\u0438 \u0433\
|
|
|
295
295
|
SAMPLE_ADAPT_BTN_TOOLTIP=\u041F\u0440\u0438\u0441\u043F\u043E\u0441\u043E\u0431\u0438 \u0433\u043E \u043A\u043E\u0440\u0438\u0441\u043D\u0438\u0447\u043A\u0438\u043E\u0442 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0458\u0441
|
|
296
296
|
SAMPLE_CODE_BTN_TOOLTIP=\u041F\u0440\u0438\u043A\u0430\u0436\u0438 \u0433\u043E \u0438\u0437\u0432\u043E\u0440\u043D\u0438\u043E\u0442 \u043A\u043E\u0434 \u0437\u0430 \u0442\u043E\u0458 \u043F\u0440\u0438\u043C\u0435\u0440\u043E\u043A
|
|
297
297
|
SAMPLE_NEW_TAB_BTN_TOOLTIP=\u041E\u0442\u0432\u043E\u0440\u0438 \u0432\u043E \u043D\u043E\u0432\u0430 \u043A\u0430\u0440\u0442\u0438\u0447\u043A\u0430
|
|
298
|
+
SAMPLE_CHANGE_POSITION_BTN_TOOLTIP=\u041F\u0440\u043E\u043C\u0435\u043D\u0438 \u0458\u0430 \u043F\u043E\u0437\u0438\u0446\u0438\u0458\u0430\u0442\u0430
|
|
299
|
+
SAMPLE_CHANGE_POSITION_BTN=\u041F\u0440\u043E\u043C\u0435\u043D\u0438 \u0458\u0430 \u043F\u043E\u0437\u0438\u0446\u0438\u0458\u0430\u0442\u0430
|
|
300
|
+
SAMPLE_CLOSE_BTN_TOOLTIP=\u0417\u0430\u0442\u0432\u043E\u0440\u0438
|
|
298
301
|
SAMPLE_DOWNLOAD_BTN_TOOLTIP=\u041F\u0440\u0435\u0437\u0435\u043C\u0438
|
|
302
|
+
SAMPLE_BTN_DOWNLOAD=\u041F\u0440\u0435\u0437\u0435\u043C\u0438
|
|
299
303
|
SAMPLE_RESET_CHANGES=\u0420\u0435\u0441\u0435\u0442\u0438\u0440\u0430\u0458 \u0433\u0438 \u0441\u0438\u0442\u0435 \u043F\u0440\u043E\u043C\u0435\u043D\u0438
|
|
304
|
+
SAMPLE_BTN_RUN=\u0418\u0437\u0432\u0440\u0448\u0438
|
|
305
|
+
SAMPLE_BTN_ALL_FILES_ZIP=\u0421\u0438\u0442\u0435 \u0434\u0430\u0442\u043E\u0442\u0435\u043A\u0438 \u043A\u0430\u043A\u043E .zip
|
|
306
|
+
SAMPLE_AUTO_RUN=\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0441\u043A\u043E \u0438\u0437\u0432\u0440\u0448\u0443\u0432\u0430\u045A\u0435
|
|
300
307
|
|
|
301
308
|
RELEASE_NOTES_TITLE=\u0414\u043D\u0435\u0432\u043D\u0438\u043A \u043D\u0430 \u043F\u0440\u043E\u043C\u0435\u043D\u0438
|
|
302
309
|
|
|
@@ -295,8 +295,15 @@ SAMPLE_FULLSCREEN_BTN_TOOLTIP=Tunjukkan sampel ini dalam mod skrin penuh
|
|
|
295
295
|
SAMPLE_ADAPT_BTN_TOOLTIP=Sesuaikan UI
|
|
296
296
|
SAMPLE_CODE_BTN_TOOLTIP=Tunjukkan kod sumber untuk sampel ini
|
|
297
297
|
SAMPLE_NEW_TAB_BTN_TOOLTIP=Buka dalam tab baharu
|
|
298
|
+
SAMPLE_CHANGE_POSITION_BTN_TOOLTIP=Ubah kedudukan
|
|
299
|
+
SAMPLE_CHANGE_POSITION_BTN=Ubah kedudukan
|
|
300
|
+
SAMPLE_CLOSE_BTN_TOOLTIP=Tutup
|
|
298
301
|
SAMPLE_DOWNLOAD_BTN_TOOLTIP=Muat Turun
|
|
302
|
+
SAMPLE_BTN_DOWNLOAD=Muat Turun
|
|
299
303
|
SAMPLE_RESET_CHANGES=Tetapkan Semula semua Perubahan
|
|
304
|
+
SAMPLE_BTN_RUN=Jalankan
|
|
305
|
+
SAMPLE_BTN_ALL_FILES_ZIP=Semua fail sebagai .zip
|
|
306
|
+
SAMPLE_AUTO_RUN=Jalanan Automatik
|
|
300
307
|
|
|
301
308
|
RELEASE_NOTES_TITLE=Ubah Log
|
|
302
309
|
|
|
@@ -295,8 +295,15 @@ SAMPLE_FULLSCREEN_BTN_TOOLTIP=Dit voorbeeld op volledig scherm weergeven
|
|
|
295
295
|
SAMPLE_ADAPT_BTN_TOOLTIP=UI aanpassen
|
|
296
296
|
SAMPLE_CODE_BTN_TOOLTIP=Broncode voor dit voorbeeld weergeven
|
|
297
297
|
SAMPLE_NEW_TAB_BTN_TOOLTIP=In nieuw tabblad openen
|
|
298
|
+
SAMPLE_CHANGE_POSITION_BTN_TOOLTIP=Positie wijzigen
|
|
299
|
+
SAMPLE_CHANGE_POSITION_BTN=Positie wijzigen
|
|
300
|
+
SAMPLE_CLOSE_BTN_TOOLTIP=Sluiten
|
|
298
301
|
SAMPLE_DOWNLOAD_BTN_TOOLTIP=Downloaden
|
|
302
|
+
SAMPLE_BTN_DOWNLOAD=Downloaden
|
|
299
303
|
SAMPLE_RESET_CHANGES=Alle wijzigingen ongedaan maken
|
|
304
|
+
SAMPLE_BTN_RUN=Uitvoeren
|
|
305
|
+
SAMPLE_BTN_ALL_FILES_ZIP=Alle bestanden als .zip
|
|
306
|
+
SAMPLE_AUTO_RUN=Automatisch uitvoeren
|
|
300
307
|
|
|
301
308
|
RELEASE_NOTES_TITLE=Wijzigingsverslag
|
|
302
309
|
|
|
@@ -295,8 +295,15 @@ SAMPLE_FULLSCREEN_BTN_TOOLTIP=Vis dette eksempelet i fullskjermmodus
|
|
|
295
295
|
SAMPLE_ADAPT_BTN_TOOLTIP=Tilpass UI
|
|
296
296
|
SAMPLE_CODE_BTN_TOOLTIP=Vis kildekode for dette eksempelet
|
|
297
297
|
SAMPLE_NEW_TAB_BTN_TOOLTIP=\u00C5pne i nytt faneark
|
|
298
|
+
SAMPLE_CHANGE_POSITION_BTN_TOOLTIP=Endre posisjon
|
|
299
|
+
SAMPLE_CHANGE_POSITION_BTN=Endre posisjon
|
|
300
|
+
SAMPLE_CLOSE_BTN_TOOLTIP=Lukk
|
|
298
301
|
SAMPLE_DOWNLOAD_BTN_TOOLTIP=Last ned
|
|
302
|
+
SAMPLE_BTN_DOWNLOAD=Last ned
|
|
299
303
|
SAMPLE_RESET_CHANGES=Tilbakestill alle endringer
|
|
304
|
+
SAMPLE_BTN_RUN=Kj\u00F8r
|
|
305
|
+
SAMPLE_BTN_ALL_FILES_ZIP=Alle filer som .zip
|
|
306
|
+
SAMPLE_AUTO_RUN=Automatisk kj\u00F8ring
|
|
300
307
|
|
|
301
308
|
RELEASE_NOTES_TITLE=Endringsprotokoll
|
|
302
309
|
|
|
@@ -295,8 +295,15 @@ SAMPLE_FULLSCREEN_BTN_TOOLTIP=Poka\u017C ten przyk\u0142ad w trybie pe\u0142noek
|
|
|
295
295
|
SAMPLE_ADAPT_BTN_TOOLTIP=Dostosuj IU
|
|
296
296
|
SAMPLE_CODE_BTN_TOOLTIP=Poka\u017C kod \u017Ar\u00F3d\u0142owy dla tego przyk\u0142adu
|
|
297
297
|
SAMPLE_NEW_TAB_BTN_TOOLTIP=Otw\u00F3rz w nowej zak\u0142adce
|
|
298
|
+
SAMPLE_CHANGE_POSITION_BTN_TOOLTIP=Zmie\u0144 pozycj\u0119
|
|
299
|
+
SAMPLE_CHANGE_POSITION_BTN=Zmie\u0144 pozycj\u0119
|
|
300
|
+
SAMPLE_CLOSE_BTN_TOOLTIP=Zamknij
|
|
298
301
|
SAMPLE_DOWNLOAD_BTN_TOOLTIP=Pobierz
|
|
302
|
+
SAMPLE_BTN_DOWNLOAD=Pobierz
|
|
299
303
|
SAMPLE_RESET_CHANGES=Resetuj wszystkie zmiany
|
|
304
|
+
SAMPLE_BTN_RUN=Uruchom
|
|
305
|
+
SAMPLE_BTN_ALL_FILES_ZIP=Wszystkie pliki jako .zip
|
|
306
|
+
SAMPLE_AUTO_RUN=Automatyczne uruchomienie
|
|
300
307
|
|
|
301
308
|
RELEASE_NOTES_TITLE=Log zmian
|
|
302
309
|
|
|
@@ -295,8 +295,15 @@ SAMPLE_FULLSCREEN_BTN_TOOLTIP=Visualizar esta amostra no modo de tela inteira
|
|
|
295
295
|
SAMPLE_ADAPT_BTN_TOOLTIP=Ajustar IU
|
|
296
296
|
SAMPLE_CODE_BTN_TOOLTIP=Visualizar texto fonte para esta amostra
|
|
297
297
|
SAMPLE_NEW_TAB_BTN_TOOLTIP=Abrir em nova ficha
|
|
298
|
+
SAMPLE_CHANGE_POSITION_BTN_TOOLTIP=Modificar posi\u00E7\u00E3o
|
|
299
|
+
SAMPLE_CHANGE_POSITION_BTN=Modificar posi\u00E7\u00E3o
|
|
300
|
+
SAMPLE_CLOSE_BTN_TOOLTIP=Fechar
|
|
298
301
|
SAMPLE_DOWNLOAD_BTN_TOOLTIP=Baixar
|
|
302
|
+
SAMPLE_BTN_DOWNLOAD=Baixar
|
|
299
303
|
SAMPLE_RESET_CHANGES=Reinicializar todas as modifica\u00E7\u00F5es
|
|
304
|
+
SAMPLE_BTN_RUN=Executar
|
|
305
|
+
SAMPLE_BTN_ALL_FILES_ZIP=Todos os arquivos como .zip
|
|
306
|
+
SAMPLE_AUTO_RUN=Execu\u00E7\u00E3o autom\u00E1tica
|
|
300
307
|
|
|
301
308
|
RELEASE_NOTES_TITLE=Log de modifica\u00E7\u00F5es
|
|
302
309
|
|
|
@@ -295,8 +295,15 @@ SAMPLE_FULLSCREEN_BTN_TOOLTIP=Mostrar esta amostra no modo de ecr\u00E3 inteiro
|
|
|
295
295
|
SAMPLE_ADAPT_BTN_TOOLTIP=Adaptar IU
|
|
296
296
|
SAMPLE_CODE_BTN_TOOLTIP=Mostrar c\u00F3digo fonte para esta amostra
|
|
297
297
|
SAMPLE_NEW_TAB_BTN_TOOLTIP=Abrir num novo separador
|
|
298
|
+
SAMPLE_CHANGE_POSITION_BTN_TOOLTIP=Alterar posi\u00E7\u00E3o
|
|
299
|
+
SAMPLE_CHANGE_POSITION_BTN=Alterar posi\u00E7\u00E3o
|
|
300
|
+
SAMPLE_CLOSE_BTN_TOOLTIP=Fechar
|
|
298
301
|
SAMPLE_DOWNLOAD_BTN_TOOLTIP=Transferir
|
|
302
|
+
SAMPLE_BTN_DOWNLOAD=Transferir
|
|
299
303
|
SAMPLE_RESET_CHANGES=Reinicializar todas as altera\u00E7\u00F5es
|
|
304
|
+
SAMPLE_BTN_RUN=Executar
|
|
305
|
+
SAMPLE_BTN_ALL_FILES_ZIP=Todos os ficheiros como .zip
|
|
306
|
+
SAMPLE_AUTO_RUN=Execu\u00E7\u00E3o autom\u00E1tica
|
|
300
307
|
|
|
301
308
|
RELEASE_NOTES_TITLE=Registo de altera\u00E7\u00F5es
|
|
302
309
|
|
|
@@ -295,8 +295,15 @@ SAMPLE_FULLSCREEN_BTN_TOOLTIP=Afi\u0219are acest model pe mod ecran \u00EEntreg
|
|
|
295
295
|
SAMPLE_ADAPT_BTN_TOOLTIP=Ajustare UI
|
|
296
296
|
SAMPLE_CODE_BTN_TOOLTIP=Afi\u0219are cod surs\u0103 pentru acest model
|
|
297
297
|
SAMPLE_NEW_TAB_BTN_TOOLTIP=Deschidere \u00EEn tab nou
|
|
298
|
+
SAMPLE_CHANGE_POSITION_BTN_TOOLTIP=Modificare pozi\u021Bie
|
|
299
|
+
SAMPLE_CHANGE_POSITION_BTN=Modificare pozi\u021Bie
|
|
300
|
+
SAMPLE_CLOSE_BTN_TOOLTIP=\u00CEnchidere
|
|
298
301
|
SAMPLE_DOWNLOAD_BTN_TOOLTIP=Desc\u0103rcare
|
|
302
|
+
SAMPLE_BTN_DOWNLOAD=Desc\u0103rcare
|
|
299
303
|
SAMPLE_RESET_CHANGES=Resetare toate modific\u0103rile
|
|
304
|
+
SAMPLE_BTN_RUN=Execu\u021Bie
|
|
305
|
+
SAMPLE_BTN_ALL_FILES_ZIP=Toate fi\u0219ierele ca .zip
|
|
306
|
+
SAMPLE_AUTO_RUN=Execu\u021Bie automat\u0103
|
|
300
307
|
|
|
301
308
|
RELEASE_NOTES_TITLE=Jurnal de modific\u0103ri
|
|
302
309
|
|
|
@@ -295,8 +295,15 @@ SAMPLE_FULLSCREEN_BTN_TOOLTIP=\u041F\u0440\u043E\u0441\u043C\u043E\u0442\u0440\u
|
|
|
295
295
|
SAMPLE_ADAPT_BTN_TOOLTIP=\u0410\u0434\u0430\u043F\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C UI
|
|
296
296
|
SAMPLE_CODE_BTN_TOOLTIP=\u041F\u0440\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C \u0438\u0441\u0445\u043E\u0434\u043D\u044B\u0439 \u043A\u043E\u0434 \u043F\u0440\u0438\u043C\u0435\u0440\u0430
|
|
297
297
|
SAMPLE_NEW_TAB_BTN_TOOLTIP=\u041E\u0442\u043A\u0440\u044B\u0442\u044C \u0432 \u043D\u043E\u0432\u043E\u0439 \u0432\u043A\u043B\u0430\u0434\u043A\u0435
|
|
298
|
+
SAMPLE_CHANGE_POSITION_BTN_TOOLTIP=\u0418\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u043F\u043E\u0437\u0438\u0446\u0438\u044E
|
|
299
|
+
SAMPLE_CHANGE_POSITION_BTN=\u0418\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u043F\u043E\u0437\u0438\u0446\u0438\u044E
|
|
300
|
+
SAMPLE_CLOSE_BTN_TOOLTIP=\u0417\u0430\u043A\u0440\u044B\u0442\u044C
|
|
298
301
|
SAMPLE_DOWNLOAD_BTN_TOOLTIP=\u0412\u044B\u0433\u0440\u0443\u0437\u0438\u0442\u044C
|
|
302
|
+
SAMPLE_BTN_DOWNLOAD=\u0412\u044B\u0433\u0440\u0443\u0437\u0438\u0442\u044C
|
|
299
303
|
SAMPLE_RESET_CHANGES=\u0421\u0431\u0440\u043E\u0441\u0438\u0442\u044C \u0432\u0441\u0435 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u044F
|
|
304
|
+
SAMPLE_BTN_RUN=\u0412\u044B\u043F\u043E\u043B\u043D\u0438\u0442\u044C
|
|
305
|
+
SAMPLE_BTN_ALL_FILES_ZIP=\u0412\u0441\u0435 \u0444\u0430\u0439\u043B\u044B .zip
|
|
306
|
+
SAMPLE_AUTO_RUN=\u0412\u044B\u043F\u043E\u043B\u043D\u0438\u0442\u044C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438
|
|
300
307
|
|
|
301
308
|
RELEASE_NOTES_TITLE=\u0416\u0443\u0440\u043D\u0430\u043B \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0439
|
|
302
309
|
|
|
@@ -295,8 +295,15 @@ SAMPLE_FULLSCREEN_BTN_TOOLTIP=Poka\u017Ei ovaj uzorak u na\u010Dinu celog ekrana
|
|
|
295
295
|
SAMPLE_ADAPT_BTN_TOOLTIP=Prilagodi korisni\u010Dki interfejs
|
|
296
296
|
SAMPLE_CODE_BTN_TOOLTIP=Poka\u017Ei izvorni kod za ovaj uzorak
|
|
297
297
|
SAMPLE_NEW_TAB_BTN_TOOLTIP=Otvori u novoj kartici
|
|
298
|
+
SAMPLE_CHANGE_POSITION_BTN_TOOLTIP=Promeni poziciju
|
|
299
|
+
SAMPLE_CHANGE_POSITION_BTN=Promeni poziciju
|
|
300
|
+
SAMPLE_CLOSE_BTN_TOOLTIP=Zatvori
|
|
298
301
|
SAMPLE_DOWNLOAD_BTN_TOOLTIP=Prenesi sa servera
|
|
302
|
+
SAMPLE_BTN_DOWNLOAD=Prenesi sa servera
|
|
299
303
|
SAMPLE_RESET_CHANGES=Ponovo postavi sve promene
|
|
304
|
+
SAMPLE_BTN_RUN=Izvedi
|
|
305
|
+
SAMPLE_BTN_ALL_FILES_ZIP=Svi fajlovi kao .zip
|
|
306
|
+
SAMPLE_AUTO_RUN=Automatski izvedi
|
|
300
307
|
|
|
301
308
|
RELEASE_NOTES_TITLE=Protokol promene
|
|
302
309
|
|
|
@@ -295,8 +295,15 @@ SAMPLE_FULLSCREEN_BTN_TOOLTIP=Zobrazi\u0165 tento pr\u00EDklad v re\u017Eime cel
|
|
|
295
295
|
SAMPLE_ADAPT_BTN_TOOLTIP=Prisp\u00F4sobi\u0165 UI
|
|
296
296
|
SAMPLE_CODE_BTN_TOOLTIP=Zobrazi\u0165 zdrojov\u00FD k\u00F3d pre tento pr\u00EDklad
|
|
297
297
|
SAMPLE_NEW_TAB_BTN_TOOLTIP=Otvori\u0165 na novej z\u00E1lo\u017Eke
|
|
298
|
+
SAMPLE_CHANGE_POSITION_BTN_TOOLTIP=Zmena poz\u00EDcie
|
|
299
|
+
SAMPLE_CHANGE_POSITION_BTN=Zmena poz\u00EDcie
|
|
300
|
+
SAMPLE_CLOSE_BTN_TOOLTIP=Zavrie\u0165
|
|
298
301
|
SAMPLE_DOWNLOAD_BTN_TOOLTIP=Prevzia\u0165
|
|
302
|
+
SAMPLE_BTN_DOWNLOAD=Prevzia\u0165
|
|
299
303
|
SAMPLE_RESET_CHANGES=Resetova\u0165 v\u0161etky zmeny
|
|
304
|
+
SAMPLE_BTN_RUN=Vykonanie
|
|
305
|
+
SAMPLE_BTN_ALL_FILES_ZIP=V\u0161etky s\u00FAbory ako .zip
|
|
306
|
+
SAMPLE_AUTO_RUN=Automatick\u00FD chod
|
|
300
307
|
|
|
301
308
|
RELEASE_NOTES_TITLE=Zmenov\u00FD protokol
|
|
302
309
|
|
|
@@ -295,8 +295,15 @@ SAMPLE_FULLSCREEN_BTN_TOOLTIP=Prika\u017Ei ta vzorec v celozaslonskem na\u010Din
|
|
|
295
295
|
SAMPLE_ADAPT_BTN_TOOLTIP=Prilagoditev UV
|
|
296
296
|
SAMPLE_CODE_BTN_TOOLTIP=Prika\u017Ei izvorno kodo za ta vzorec
|
|
297
297
|
SAMPLE_NEW_TAB_BTN_TOOLTIP=Odpri na novem jezi\u010Dku
|
|
298
|
+
SAMPLE_CHANGE_POSITION_BTN_TOOLTIP=Spremeni polo\u017Eaj
|
|
299
|
+
SAMPLE_CHANGE_POSITION_BTN=Spremeni polo\u017Eaj
|
|
300
|
+
SAMPLE_CLOSE_BTN_TOOLTIP=Zapri
|
|
298
301
|
SAMPLE_DOWNLOAD_BTN_TOOLTIP=Prenos iz stre\u017Enika
|
|
302
|
+
SAMPLE_BTN_DOWNLOAD=Prenos iz stre\u017Enika
|
|
299
303
|
SAMPLE_RESET_CHANGES=Ponastavitev vseh sprememb
|
|
304
|
+
SAMPLE_BTN_RUN=Izvedba
|
|
305
|
+
SAMPLE_BTN_ALL_FILES_ZIP=Vse datoteke kot .zip
|
|
306
|
+
SAMPLE_AUTO_RUN=Samodejna izvedba
|
|
300
307
|
|
|
301
308
|
RELEASE_NOTES_TITLE=Zapisnik sprememb
|
|
302
309
|
|
|
@@ -295,8 +295,15 @@ SAMPLE_FULLSCREEN_BTN_TOOLTIP=\u041F\u043E\u043A\u0430\u0436\u0438 \u043E\u0432\
|
|
|
295
295
|
SAMPLE_ADAPT_BTN_TOOLTIP=\u041F\u0440\u0438\u043B\u0430\u0433\u043E\u0434\u0438 \u043A\u043E\u0440\u0438\u0441\u043D\u0438\u0447\u043A\u0438 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0458\u0441
|
|
296
296
|
SAMPLE_CODE_BTN_TOOLTIP=\u041F\u043E\u043A\u0430\u0436\u0438 \u0438\u0437\u0432\u043E\u0440\u043D\u0438 \u043A\u043E\u0434 \u0437\u0430 \u043E\u0432\u0430\u0458 \u0443\u0437\u043E\u0440\u0430\u043A
|
|
297
297
|
SAMPLE_NEW_TAB_BTN_TOOLTIP=\u041E\u0442\u0432\u043E\u0440\u0438 \u0443 \u043D\u043E\u0432\u043E\u0458 \u043A\u0430\u0440\u0442\u0438\u0446\u0438
|
|
298
|
+
SAMPLE_CHANGE_POSITION_BTN_TOOLTIP=\u041F\u0440\u043E\u043C\u0435\u043D\u0438 \u043F\u043E\u0437\u0438\u0446\u0438\u0458\u0443
|
|
299
|
+
SAMPLE_CHANGE_POSITION_BTN=\u041F\u0440\u043E\u043C\u0435\u043D\u0438 \u043F\u043E\u0437\u0438\u0446\u0438\u0458\u0443
|
|
300
|
+
SAMPLE_CLOSE_BTN_TOOLTIP=\u0417\u0430\u0442\u0432\u043E\u0440\u0438
|
|
298
301
|
SAMPLE_DOWNLOAD_BTN_TOOLTIP=\u041F\u0440\u0435\u043D\u0435\u0441\u0438 \u0441\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0430
|
|
302
|
+
SAMPLE_BTN_DOWNLOAD=\u041F\u0440\u0435\u043D\u0435\u0441\u0438 \u0441\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0430
|
|
299
303
|
SAMPLE_RESET_CHANGES=\u041F\u043E\u043D\u043E\u0432\u043E \u043F\u043E\u0441\u0442\u0430\u0432\u0438 \u0441\u0432\u0435 \u043F\u0440\u043E\u043C\u0435\u043D\u0435
|
|
304
|
+
SAMPLE_BTN_RUN=\u0418\u0437\u0432\u0435\u0434\u0438
|
|
305
|
+
SAMPLE_BTN_ALL_FILES_ZIP=\u0421\u0432\u0438 \u0444\u0430\u0458\u043B\u043E\u0432\u0438 \u043A\u0430\u043E .zip
|
|
306
|
+
SAMPLE_AUTO_RUN=\u0410\u0443\u0442\u043E\u043C\u0430\u0442\u0441\u043A\u0438 \u0438\u0437\u0432\u0435\u0434\u0438
|
|
300
307
|
|
|
301
308
|
RELEASE_NOTES_TITLE=\u041F\u0440\u043E\u0442\u043E\u043A\u043E\u043B \u043F\u0440\u043E\u043C\u0435\u043D\u0435
|
|
302
309
|
|
|
@@ -295,8 +295,15 @@ SAMPLE_FULLSCREEN_BTN_TOOLTIP=Visa detta exempel i helsk\u00E4rmsl\u00E4ge
|
|
|
295
295
|
SAMPLE_ADAPT_BTN_TOOLTIP=Anpassa UI
|
|
296
296
|
SAMPLE_CODE_BTN_TOOLTIP=Visa k\u00E4llkod f\u00F6r detta exempel
|
|
297
297
|
SAMPLE_NEW_TAB_BTN_TOOLTIP=\u00D6ppna i nytt registerblad
|
|
298
|
+
SAMPLE_CHANGE_POSITION_BTN_TOOLTIP=\u00C4ndra position
|
|
299
|
+
SAMPLE_CHANGE_POSITION_BTN=\u00C4ndra position
|
|
300
|
+
SAMPLE_CLOSE_BTN_TOOLTIP=St\u00E4ng
|
|
298
301
|
SAMPLE_DOWNLOAD_BTN_TOOLTIP=L\u00E4s ned
|
|
302
|
+
SAMPLE_BTN_DOWNLOAD=L\u00E4s ned
|
|
299
303
|
SAMPLE_RESET_CHANGES=\u00C5terst\u00E4ll alla \u00E4ndringar
|
|
304
|
+
SAMPLE_BTN_RUN=K\u00F6r
|
|
305
|
+
SAMPLE_BTN_ALL_FILES_ZIP=Alla filer som .zip
|
|
306
|
+
SAMPLE_AUTO_RUN=K\u00F6r automatiskt
|
|
300
307
|
|
|
301
308
|
RELEASE_NOTES_TITLE=\u00C4ndringsprotokoll
|
|
302
309
|
|
|
@@ -295,8 +295,15 @@ SAMPLE_FULLSCREEN_BTN_TOOLTIP=\u0E41\u0E2A\u0E14\u0E07\u0E15\u0E31\u0E27\u0E2D\u
|
|
|
295
295
|
SAMPLE_ADAPT_BTN_TOOLTIP=\u0E1B\u0E23\u0E31\u0E1A UI
|
|
296
296
|
SAMPLE_CODE_BTN_TOOLTIP=\u0E41\u0E2A\u0E14\u0E07\u0E0B\u0E2D\u0E23\u0E4C\u0E2A\u0E42\u0E04\u0E49\u0E14\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E15\u0E31\u0E27\u0E2D\u0E22\u0E48\u0E32\u0E07\u0E19\u0E35\u0E49
|
|
297
297
|
SAMPLE_NEW_TAB_BTN_TOOLTIP=\u0E40\u0E1B\u0E34\u0E14\u0E43\u0E19\u0E41\u0E17\u0E47\u0E1A\u0E43\u0E2B\u0E21\u0E48
|
|
298
|
+
SAMPLE_CHANGE_POSITION_BTN_TOOLTIP=\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E15\u0E33\u0E41\u0E2B\u0E19\u0E48\u0E07
|
|
299
|
+
SAMPLE_CHANGE_POSITION_BTN=\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E15\u0E33\u0E41\u0E2B\u0E19\u0E48\u0E07
|
|
300
|
+
SAMPLE_CLOSE_BTN_TOOLTIP=\u0E1B\u0E34\u0E14
|
|
298
301
|
SAMPLE_DOWNLOAD_BTN_TOOLTIP=\u0E14\u0E32\u0E27\u0E19\u0E4C\u0E42\u0E2B\u0E25\u0E14
|
|
302
|
+
SAMPLE_BTN_DOWNLOAD=\u0E14\u0E32\u0E27\u0E19\u0E4C\u0E42\u0E2B\u0E25\u0E14
|
|
299
303
|
SAMPLE_RESET_CHANGES=\u0E23\u0E35\u0E40\u0E0B\u0E47\u0E15\u0E01\u0E32\u0E23\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E41\u0E1B\u0E25\u0E07\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14
|
|
304
|
+
SAMPLE_BTN_RUN=\u0E14\u0E33\u0E40\u0E19\u0E34\u0E19\u0E01\u0E32\u0E23
|
|
305
|
+
SAMPLE_BTN_ALL_FILES_ZIP=\u0E44\u0E1F\u0E25\u0E4C\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14\u0E40\u0E1B\u0E47\u0E19 .zip
|
|
306
|
+
SAMPLE_AUTO_RUN=\u0E14\u0E33\u0E40\u0E19\u0E34\u0E19\u0E01\u0E32\u0E23\u0E2D\u0E31\u0E15\u0E42\u0E19\u0E21\u0E31\u0E15\u0E34
|
|
300
307
|
|
|
301
308
|
RELEASE_NOTES_TITLE=\u0E25\u0E47\u0E2D\u0E01\u0E01\u0E32\u0E23\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E41\u0E1B\u0E25\u0E07
|
|
302
309
|
|
|
@@ -295,8 +295,15 @@ SAMPLE_FULLSCREEN_BTN_TOOLTIP=Bu \u00F6rne\u011Fi tam ekran modunda g\u00F6ster
|
|
|
295
295
|
SAMPLE_ADAPT_BTN_TOOLTIP=UI uyarla
|
|
296
296
|
SAMPLE_CODE_BTN_TOOLTIP=Bu \u00F6rnek i\u00E7in kaynak kodu g\u00F6ster
|
|
297
297
|
SAMPLE_NEW_TAB_BTN_TOOLTIP=Yeni sekmede a\u00E7
|
|
298
|
+
SAMPLE_CHANGE_POSITION_BTN_TOOLTIP=Konumu de\u011Fi\u015Ftirin
|
|
299
|
+
SAMPLE_CHANGE_POSITION_BTN=Konumu de\u011Fi\u015Ftir
|
|
300
|
+
SAMPLE_CLOSE_BTN_TOOLTIP=Kapat
|
|
298
301
|
SAMPLE_DOWNLOAD_BTN_TOOLTIP=\u0130ndir
|
|
302
|
+
SAMPLE_BTN_DOWNLOAD=\u0130ndir
|
|
299
303
|
SAMPLE_RESET_CHANGES=T\u00FCm de\u011Fi\u015Fiklikleri geri al
|
|
304
|
+
SAMPLE_BTN_RUN=Y\u00FCr\u00FCt
|
|
305
|
+
SAMPLE_BTN_ALL_FILES_ZIP=T\u00FCm dosyalar .zip olarak
|
|
306
|
+
SAMPLE_AUTO_RUN=Otomatik \u00E7al\u0131\u015Ft\u0131rma
|
|
300
307
|
|
|
301
308
|
RELEASE_NOTES_TITLE=De\u011Fi\u015Fiklik g\u00FCnl\u00FC\u011F\u00FC
|
|
302
309
|
|
|
@@ -295,8 +295,15 @@ SAMPLE_FULLSCREEN_BTN_TOOLTIP=\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \
|
|
|
295
295
|
SAMPLE_ADAPT_BTN_TOOLTIP=\u0410\u0434\u0430\u043F\u0442\u0443\u0432\u0430\u0442\u0438 \u0456\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441 \u043A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430
|
|
296
296
|
SAMPLE_CODE_BTN_TOOLTIP=\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u0432\u0438\u0445\u0456\u0434\u043D\u0438\u0439 \u043A\u043E\u0434 \u0434\u043B\u044F \u0446\u044C\u043E\u0433\u043E \u0437\u0440\u0430\u0437\u043A\u0430
|
|
297
297
|
SAMPLE_NEW_TAB_BTN_TOOLTIP=\u0412\u0456\u0434\u043A\u0440\u0438\u0442\u0438 \u0443 \u043D\u043E\u0432\u0456\u0439 \u0432\u043A\u043B\u0430\u0434\u0446\u0456
|
|
298
|
+
SAMPLE_CHANGE_POSITION_BTN_TOOLTIP=\u0417\u043C\u0456\u043D\u0438\u0442\u0438 \u043F\u043E\u0437\u0438\u0446\u0456\u044E
|
|
299
|
+
SAMPLE_CHANGE_POSITION_BTN=\u0417\u043C\u0456\u043D\u0438\u0442\u0438 \u043F\u043E\u0437\u0438\u0446\u0456\u044E
|
|
300
|
+
SAMPLE_CLOSE_BTN_TOOLTIP=\u0417\u0430\u043A\u0440\u0438\u0442\u0438
|
|
298
301
|
SAMPLE_DOWNLOAD_BTN_TOOLTIP=\u0417\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0438\u0442\u0438
|
|
302
|
+
SAMPLE_BTN_DOWNLOAD=\u0417\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0438\u0442\u0438
|
|
299
303
|
SAMPLE_RESET_CHANGES=\u0421\u043A\u0438\u043D\u0443\u0442\u0438 \u0432\u0441\u0456 \u0437\u043C\u0456\u043D\u0438
|
|
304
|
+
SAMPLE_BTN_RUN=\u0412\u0438\u043A\u043E\u043D\u0430\u0442\u0438
|
|
305
|
+
SAMPLE_BTN_ALL_FILES_ZIP=\u0423\u0441\u0456 \u0444\u0430\u0439\u043B\u0438 \u044F\u043A .zip
|
|
306
|
+
SAMPLE_AUTO_RUN=\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u043D\u043E \u0432\u0438\u043A\u043E\u043D\u0430\u0442\u0438
|
|
300
307
|
|
|
301
308
|
RELEASE_NOTES_TITLE=\u0416\u0443\u0440\u043D\u0430\u043B \u0437\u043C\u0456\u043D
|
|
302
309
|
|
|
@@ -295,8 +295,15 @@ SAMPLE_FULLSCREEN_BTN_TOOLTIP=Hi\u00EA\u0309n thi\u0323 m\u00E2\u0303u na\u0300y
|
|
|
295
295
|
SAMPLE_ADAPT_BTN_TOOLTIP=Thi\u0301ch \u01B0\u0301ng UI
|
|
296
296
|
SAMPLE_CODE_BTN_TOOLTIP=Hi\u00EA\u0309n thi\u0323 ma\u0303 ngu\u00F4\u0300n cho m\u00E2\u0303u na\u0300y
|
|
297
297
|
SAMPLE_NEW_TAB_BTN_TOOLTIP=M\u01A1\u0309 trong the\u0309 m\u01A1\u0301i
|
|
298
|
+
SAMPLE_CHANGE_POSITION_BTN_TOOLTIP=Thay \u0111\u1ED5i v\u1ECB tr\u00ED
|
|
299
|
+
SAMPLE_CHANGE_POSITION_BTN=Thay \u0111\u1ED5i v\u1ECB tr\u00ED
|
|
300
|
+
SAMPLE_CLOSE_BTN_TOOLTIP=\u0110o\u0301ng
|
|
298
301
|
SAMPLE_DOWNLOAD_BTN_TOOLTIP=Ta\u0309i xu\u00F4\u0301ng
|
|
302
|
+
SAMPLE_BTN_DOWNLOAD=Ta\u0309i xu\u00F4\u0301ng
|
|
299
303
|
SAMPLE_RESET_CHANGES=Thi\u00EA\u0301t l\u00E2\u0323p la\u0323i t\u00E2\u0301t ca\u0309 thay \u0111\u00F4\u0309i
|
|
304
|
+
SAMPLE_BTN_RUN=Ch\u1EA1y
|
|
305
|
+
SAMPLE_BTN_ALL_FILES_ZIP=T\u1EA5t c\u1EA3 t\u1EADp tin d\u01B0\u1EDBi d\u1EA1ng .zip
|
|
306
|
+
SAMPLE_AUTO_RUN=Ch\u1EA1y t\u1EF1 \u0111\u1ED9ng
|
|
300
307
|
|
|
301
308
|
RELEASE_NOTES_TITLE=Nh\u00E2\u0323t ky\u0301 thay \u0111\u00F4\u0309i
|
|
302
309
|
|
|
@@ -295,8 +295,15 @@ SAMPLE_FULLSCREEN_BTN_TOOLTIP=\u4EE5\u5168\u5C4F\u6A21\u5F0F\u663E\u793A\u6B64\u
|
|
|
295
295
|
SAMPLE_ADAPT_BTN_TOOLTIP=\u8C03\u6574 UI
|
|
296
296
|
SAMPLE_CODE_BTN_TOOLTIP=\u663E\u793A\u6B64\u6837\u4F8B\u7684\u6E90\u4EE3\u7801
|
|
297
297
|
SAMPLE_NEW_TAB_BTN_TOOLTIP=\u5728\u65B0\u6807\u7B7E\u4E2D\u6253\u5F00
|
|
298
|
+
SAMPLE_CHANGE_POSITION_BTN_TOOLTIP=\u66F4\u6539\u4F4D\u7F6E
|
|
299
|
+
SAMPLE_CHANGE_POSITION_BTN=\u66F4\u6539\u4F4D\u7F6E
|
|
300
|
+
SAMPLE_CLOSE_BTN_TOOLTIP=\u5173\u95ED
|
|
298
301
|
SAMPLE_DOWNLOAD_BTN_TOOLTIP=\u4E0B\u8F7D
|
|
302
|
+
SAMPLE_BTN_DOWNLOAD=\u4E0B\u8F7D
|
|
299
303
|
SAMPLE_RESET_CHANGES=\u91CD\u7F6E\u6240\u6709\u66F4\u6539
|
|
304
|
+
SAMPLE_BTN_RUN=\u8FD0\u884C
|
|
305
|
+
SAMPLE_BTN_ALL_FILES_ZIP=\u6240\u6709\u6587\u4EF6\u90FD\u4E3A .zip
|
|
306
|
+
SAMPLE_AUTO_RUN=\u81EA\u52A8\u8FD0\u884C
|
|
300
307
|
|
|
301
308
|
RELEASE_NOTES_TITLE=\u66F4\u6539\u65E5\u5FD7
|
|
302
309
|
|
|
@@ -295,8 +295,15 @@ SAMPLE_FULLSCREEN_BTN_TOOLTIP=\u5728\u5168\u87A2\u5E55\u6A21\u5F0F\u4E2D\u986F\u
|
|
|
295
295
|
SAMPLE_ADAPT_BTN_TOOLTIP=\u8ABF\u6574\u4F7F\u7528\u8005\u4ECB\u9762
|
|
296
296
|
SAMPLE_CODE_BTN_TOOLTIP=\u986F\u793A\u6B64\u7BC4\u4F8B\u7684\u539F\u59CB\u7A0B\u5F0F\u78BC
|
|
297
297
|
SAMPLE_NEW_TAB_BTN_TOOLTIP=\u5728\u65B0\u6A19\u7C64\u4E2D\u958B\u555F
|
|
298
|
+
SAMPLE_CHANGE_POSITION_BTN_TOOLTIP=\u66F4\u6539\u4F4D\u7F6E
|
|
299
|
+
SAMPLE_CHANGE_POSITION_BTN=\u66F4\u6539\u4F4D\u7F6E
|
|
300
|
+
SAMPLE_CLOSE_BTN_TOOLTIP=\u95DC\u9589
|
|
298
301
|
SAMPLE_DOWNLOAD_BTN_TOOLTIP=\u4E0B\u8F09
|
|
302
|
+
SAMPLE_BTN_DOWNLOAD=\u4E0B\u8F09
|
|
299
303
|
SAMPLE_RESET_CHANGES=\u91CD\u8A2D\u6240\u6709\u66F4\u6539\u5167\u5BB9
|
|
304
|
+
SAMPLE_BTN_RUN=\u57F7\u884C
|
|
305
|
+
SAMPLE_BTN_ALL_FILES_ZIP=\u6240\u6709\u6A94\u6848\u7686\u662F .zip
|
|
306
|
+
SAMPLE_AUTO_RUN=\u81EA\u52D5\u57F7\u884C
|
|
300
307
|
|
|
301
308
|
RELEASE_NOTES_TITLE=\u66F4\u6539\u65E5\u8A8C
|
|
302
309
|
|
|
@@ -130,14 +130,15 @@ sap.ui.define(
|
|
|
130
130
|
}.bind(this));
|
|
131
131
|
},
|
|
132
132
|
|
|
133
|
-
onChangeSplitterOrientation: function (
|
|
133
|
+
onChangeSplitterOrientation: function () {
|
|
134
|
+
var oView = this.getView();
|
|
134
135
|
//Toggles the value of splitter orientation
|
|
135
136
|
ExploreSettingsModel.setProperty("/splitViewVertically", !ExploreSettingsModel.getProperty("/splitViewVertically"));
|
|
136
137
|
var isOrientationVertical = ExploreSettingsModel.getProperty("/splitViewVertically");
|
|
137
|
-
|
|
138
|
-
.byId("splitView")
|
|
138
|
+
oView.byId("splitView")
|
|
139
139
|
.getRootPaneContainer()
|
|
140
140
|
.setOrientation(isOrientationVertical ? "Vertical" : "Horizontal");
|
|
141
|
+
oView.byId("splitButton").setIcon(isOrientationVertical ? "sap-icon://screen-split-one" : "sap-icon://header");
|
|
141
142
|
},
|
|
142
143
|
|
|
143
144
|
_attachPaternMatched: function () {
|
|
@@ -121,13 +121,34 @@ sap.ui.define([
|
|
|
121
121
|
.then(function (response) {
|
|
122
122
|
return response.json();
|
|
123
123
|
})
|
|
124
|
-
.then(
|
|
124
|
+
.then(function (oConfig) {
|
|
125
|
+
if (oConfig.external) {
|
|
126
|
+
this._handleExternalDownload(oConfig);
|
|
127
|
+
return;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
this.processFiles(oItem, oConfig);
|
|
131
|
+
}.bind(this))
|
|
125
132
|
.catch(function (error) {
|
|
126
133
|
Log.error('Error: ', error);
|
|
127
134
|
this.handleError('An error occurred: ' + error.message);
|
|
128
135
|
}.bind(this));
|
|
129
136
|
},
|
|
130
137
|
|
|
138
|
+
/**
|
|
139
|
+
* Handles the external download logic for demo apps marked as external.
|
|
140
|
+
* @param {object} oConfig - The app configuration.
|
|
141
|
+
*/
|
|
142
|
+
_handleExternalDownload: function(oConfig) {
|
|
143
|
+
var sExternalUrl = oConfig.externalResourceRef;
|
|
144
|
+
if (sExternalUrl) {
|
|
145
|
+
MessageToast.show("Downloading for app \"" + oConfig.name + "\" has been started");
|
|
146
|
+
openWindow(sExternalUrl, "_blank");
|
|
147
|
+
} else {
|
|
148
|
+
this.handleError("No external resource URL provided.");
|
|
149
|
+
}
|
|
150
|
+
},
|
|
151
|
+
|
|
131
152
|
/**
|
|
132
153
|
* Processes the files for the item.
|
|
133
154
|
*
|