From 80320fea12267031e3864e6b0044ec9ed0aa25f9 Mon Sep 17 00:00:00 2001 From: Alexey Matveev Date: Mon, 12 Feb 2024 14:35:49 +0300 Subject: [PATCH] [marketplace] Fix bug #66451 --- store/plugin/CHANGELOG.md | 6 +++++- store/plugin/config.json | 2 +- store/plugin/developer.html | 10 +++++++--- store/plugin/resources/css/styles.css | 4 ++++ store/plugin/translations/cs-CZ.json | 3 ++- store/plugin/translations/de-DE.json | 3 ++- store/plugin/translations/es-ES.json | 3 ++- store/plugin/translations/fr-FR.json | 3 ++- store/plugin/translations/ru-RU.json | 3 ++- store/plugin/translations/si-SI.json | 3 ++- 10 files changed, 29 insertions(+), 11 deletions(-) diff --git a/store/plugin/CHANGELOG.md b/store/plugin/CHANGELOG.md index 7c01a1a8..9edb66ce 100644 --- a/store/plugin/CHANGELOG.md +++ b/store/plugin/CHANGELOG.md @@ -18,4 +18,8 @@ ## 1.0.3 -* Add "pdf" to the supported editors. \ No newline at end of file +* Add "pdf" to the supported editors. + +## 1.0.4 + +* Change developer window (add warnign - bug 66451). \ No newline at end of file diff --git a/store/plugin/config.json b/store/plugin/config.json index 3e115513..242d676a 100644 --- a/store/plugin/config.json +++ b/store/plugin/config.json @@ -9,7 +9,7 @@ "si": "පේනු කළමනාකරු" }, "guid" : "asc.{AA2EA9B6-9EC2-415F-9762-634EE8D9A95E}", - "version": "1.0.3", + "version": "1.0.4", "group" : { "name" : "Plugin Manager", "rank" : 1 diff --git a/store/plugin/developer.html b/store/plugin/developer.html index 46df93f7..4678392e 100644 --- a/store/plugin/developer.html +++ b/store/plugin/developer.html @@ -26,9 +26,13 @@
- - - +
+
+ +
+ + +
\ No newline at end of file diff --git a/store/plugin/resources/css/styles.css b/store/plugin/resources/css/styles.css index 8333db74..56dbb382 100644 --- a/store/plugin/resources/css/styles.css +++ b/store/plugin/resources/css/styles.css @@ -38,8 +38,12 @@ html, body { /* justify-content: center; */ align-items: center; } +.developer_warning { + justify-content: center; +} .question { margin-left: 5px; + color: red; } .info { margin-top: 10px; diff --git a/store/plugin/translations/cs-CZ.json b/store/plugin/translations/cs-CZ.json index d61043e3..1f4cbd34 100644 --- a/store/plugin/translations/cs-CZ.json +++ b/store/plugin/translations/cs-CZ.json @@ -9,5 +9,6 @@ "Enter the URL for your marketplace page here" : "Zde zadejte adresu URL své stránky marketplace", "Return to default settings" : "Návrat na výchozí nastavení", "Enter URL" : "Zadejte URL", - "Cancel" : "Zrušit" + "Cancel" : "Zrušit", + "Be careful! Avoid using the untrusted URLs." : "Buď opatrný! Nepoužívejte nedůvěryhodné adresy URL." } \ No newline at end of file diff --git a/store/plugin/translations/de-DE.json b/store/plugin/translations/de-DE.json index ce6037a1..7d7e7bf0 100644 --- a/store/plugin/translations/de-DE.json +++ b/store/plugin/translations/de-DE.json @@ -9,5 +9,6 @@ "Enter the URL for your marketplace page here" : "Geben Sie hier die URL für Ihre Marktplatz-Seite ein", "Return to default settings" : "Zu den Standardeinstellungen zurückkehren", "Enter URL" : "URL eingeben", - "Cancel" : "Stornieren" + "Cancel" : "Stornieren", + "Be careful! Avoid using the untrusted URLs." : "Sei vorsichtig! Vermeiden Sie die Verwendung nicht vertrauenswürdiger URLs." } \ No newline at end of file diff --git a/store/plugin/translations/es-ES.json b/store/plugin/translations/es-ES.json index 368a56ce..55eb1c90 100644 --- a/store/plugin/translations/es-ES.json +++ b/store/plugin/translations/es-ES.json @@ -9,5 +9,6 @@ "Enter the URL for your marketplace page here" : "Ingrese la URL de su página de mercado aquí", "Return to default settings" : "Volver a la configuración predeterminada", "Enter URL" : "Introduzca la URL", - "Cancel" : "Cancelar" + "Cancel" : "Cancelar", + "Be careful! Avoid using the untrusted URLs." : "¡Ten cuidado! Evite usar URL que no sean de confianza." } \ No newline at end of file diff --git a/store/plugin/translations/fr-FR.json b/store/plugin/translations/fr-FR.json index 66c13cbe..c57cab4d 100644 --- a/store/plugin/translations/fr-FR.json +++ b/store/plugin/translations/fr-FR.json @@ -9,5 +9,6 @@ "Enter the URL for your marketplace page here" : "Entrez l'URL de votre page marketplace ici", "Return to default settings" : "Retour aux paramètres par défaut", "Enter URL" : "Entrez l'URL", - "Cancel" : "Annuler" + "Cancel" : "Annuler", + "Be careful! Avoid using the untrusted URLs." : "Soyez prudent! Évitez d'utiliser les URL non fiables." } \ No newline at end of file diff --git a/store/plugin/translations/ru-RU.json b/store/plugin/translations/ru-RU.json index 98af4929..16520316 100644 --- a/store/plugin/translations/ru-RU.json +++ b/store/plugin/translations/ru-RU.json @@ -9,5 +9,6 @@ "Enter the URL for your marketplace page here" : "Введите URL для вашей страницы менеджера плагинов здесь", "Return to default settings" : "Вернуть настройки по умолчанию", "Enter URL" : "Введите URL", - "Cancel" : "Отмена" + "Cancel" : "Отмена", + "Be careful! Avoid using the untrusted URLs." : "Будьте осторожны! Избегайте использования ненадежных URL-адресов." } \ No newline at end of file diff --git a/store/plugin/translations/si-SI.json b/store/plugin/translations/si-SI.json index 331b390f..06e2f8ed 100644 --- a/store/plugin/translations/si-SI.json +++ b/store/plugin/translations/si-SI.json @@ -6,5 +6,6 @@ "No" : "නැහැ", "Do you want to completely remove this plugin?" : "ඔබට මෙම පේනුව සම්පූර්ණයෙන්ම ඉවත් කිරීමට වුවමනා ද?", "If you choose \"No\", you will be able to restore this plugin later in the marketplace." : "ඔබ \"නැත\" තෝරන්නේ නම්, මෙම පේනුව පසුව වෙළඳපොළෙන් ප්‍රත්‍යර්පණයට හැකි වනු ඇත.", - "Checking internet connection..." : "සම්බන්ධතාවය පරීක්‍ෂා වෙමින්..." + "Checking internet connection..." : "සම්බන්ධතාවය පරීක්‍ෂා වෙමින්...", + "Be careful! Avoid using the untrusted URLs." : "පරිස්සමින්! විශ්වාස කළ නොහැකි Url භාවිතා කිරීමෙන් වළකින්න." } \ No newline at end of file