diff --git a/.changeset/rude-moose-shop.md b/.changeset/rude-moose-shop.md deleted file mode 100644 index 9c588a8a..00000000 --- a/.changeset/rude-moose-shop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wptelegram": patch ---- - -Updated attach files UI to show file size diff --git a/.changeset/six-dolls-raise.md b/.changeset/six-dolls-raise.md deleted file mode 100644 index 066e82c7..00000000 --- a/.changeset/six-dolls-raise.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"wptelegram-comments": patch -"wptelegram-widget": patch -"wptelegram-login": patch -"wptelegram": patch ---- - -Performance improvements diff --git a/.changeset/sour-papayas-perform.md b/.changeset/sour-papayas-perform.md deleted file mode 100644 index 6c74c628..00000000 --- a/.changeset/sour-papayas-perform.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wptelegram-login": patch ---- - -Fixed Telegram login redirect for Mini Apps diff --git a/plugins/wptelegram-comments/CHANGELOG.md b/plugins/wptelegram-comments/CHANGELOG.md index 54531615..614488c8 100644 --- a/plugins/wptelegram-comments/CHANGELOG.md +++ b/plugins/wptelegram-comments/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.2.3 + +### Patch Changes + +- [#193](https://github.com/wpsocio/wp-projects/pull/193) [`35f1abc`](https://github.com/wpsocio/wp-projects/commit/35f1abc0ad516ad2fa87bd4cbb3406fb77be1bc5) Thanks [@irshadahmad21](https://github.com/irshadahmad21)! - Performance improvements + ## 1.2.2 ### Patch Changes diff --git a/plugins/wptelegram-comments/README.md b/plugins/wptelegram-comments/README.md index 2413348a..8ac86c5b 100644 --- a/plugins/wptelegram-comments/README.md +++ b/plugins/wptelegram-comments/README.md @@ -5,7 +5,7 @@ **Requires at least:** 6.4 **Requires PHP:** 7.4 **Tested up to:** 6.6.2 -**Stable tag:** 1.2.2 +**Stable tag:** 1.2.3 **License:** GPL-3.0-or-later **License URI:** [https://www.gnu.org/licenses/gpl-3.0.html](https://www.gnu.org/licenses/gpl-3.0.html) **Donate link:** [wpsocio.com/donate](https://wpsocio.com/donate) diff --git a/plugins/wptelegram-comments/package.json b/plugins/wptelegram-comments/package.json index 0686583b..90884b78 100644 --- a/plugins/wptelegram-comments/package.json +++ b/plugins/wptelegram-comments/package.json @@ -1,6 +1,6 @@ { "name": "wptelegram-comments", - "version": "1.2.2", + "version": "1.2.3", "title": "WP Telegram Comments", "description": "Add comments to posts/pages on your WordPress website by using Telegram Comments Widget", "private": true, @@ -17,7 +17,13 @@ "bugs": { "url": "https://github.com/wpsocio/wp-projects/issues" }, - "keywords": ["telegram", "comments", "discuss", "social", "widget"], + "keywords": [ + "telegram", + "comments", + "discuss", + "social", + "widget" + ], "type": "module", "scripts": { "dev": "vite --port=5003", @@ -66,7 +72,9 @@ ] }, { - "paths": ["src/assets/build/dev-server.json"], + "paths": [ + "src/assets/build/dev-server.json" + ], "rules": [ { "value": "NOT_EXISTS" @@ -78,15 +86,21 @@ "wireit": { "build": { "command": "vite build && pnpm run validate-build", - "output": ["src/assets/build"] + "output": [ + "src/assets/build" + ] }, "setup:php": { "command": "composer install", - "dependencies": ["unset-vendor-dir"] + "dependencies": [ + "unset-vendor-dir" + ] }, "setup:php:prod": { "command": "composer install --no-dev && pnpm run unset-vendor-dir", - "dependencies": ["set-prod-vendor"] + "dependencies": [ + "set-prod-vendor" + ] }, "set-prod-vendor": { "command": "composer config vendor-dir src/vendor" diff --git a/plugins/wptelegram-comments/src/languages/wptelegram-comments-de_DE.po b/plugins/wptelegram-comments/src/languages/wptelegram-comments-de_DE.po index 4cef696f..8634b7c3 100644 --- a/plugins/wptelegram-comments/src/languages/wptelegram-comments-de_DE.po +++ b/plugins/wptelegram-comments/src/languages/wptelegram-comments-de_DE.po @@ -67,17 +67,17 @@ msgstr "Beitragsarten" msgid "Please read the instructions above." msgstr "Bitte lies die obigen Anweisungen." -#: js/settings/ui/Configuration.tsx:19 +#: js/settings/ui/Configuration.tsx:20 #: languages/wptelegram-comments-js-translations.php:68 msgid "Configuration" msgstr "Konfiguration" -#: js/settings/ui/Configuration.tsx:25 +#: js/settings/ui/Configuration.tsx:26 #: languages/wptelegram-comments-js-translations.php:71 msgid "The comments widget will be shown on the selected post types." msgstr "Das Kommentarwidget wird auf den ausgewählten Beitragsarten angezeigt." -#: js/settings/ui/Configuration.tsx:38 +#: js/settings/ui/Configuration.tsx:39 #: languages/wptelegram-comments-js-translations.php:74 msgid "To exclude the specific posts, enter the post or page IDs separated by comma." msgstr "Um spezielle Beiträge auszuschließen, gib die Beitrags- oder Seiten-IDs, durch Komma getrennt, ein." @@ -128,7 +128,7 @@ msgstr "Füge den kopierten Code in das nachstehende Feld ein." msgid "Save Changes" msgstr "Änderungen speichern" -#: js/settings/ui/Sidebar.tsx:18 +#: js/settings/ui/Sidebar.tsx:19 #: languages/wptelegram-comments-js-translations.php:100 msgid "Use Telegram Comments widget for your WordPress posts or pages." msgstr "Benutze das Telegram Kommentarwidget für deine WordPress Beiträge oder Seiten." @@ -164,7 +164,7 @@ msgstr "Folge %s" #. %s: channel name #. translators: %s: channel name -#: ../../packages/js/shared-ui/components/wptg-social-icons.tsx:62 +#: ../../packages/js/shared-ui/components/wptg-social-icons.tsx:57 #: languages/wptelegram-comments-js-translations.php:38 msgid "Join %s" msgstr "Trete %s bei" @@ -242,12 +242,12 @@ msgstr "" msgid "WP Telegram" msgstr "" -#: js/settings/ui/Sidebar.tsx:21 +#: js/settings/ui/Sidebar.tsx:22 #: languages/wptelegram-comments-js-translations.php:103 msgid "Join our public chat on Telegram" msgstr "" -#: js/settings/ui/Sidebar.tsx:26 +#: js/settings/ui/Sidebar.tsx:27 #: languages/wptelegram-comments-js-translations.php:106 msgid "Support" msgstr "" diff --git a/plugins/wptelegram-comments/src/languages/wptelegram-comments-es_ES.po b/plugins/wptelegram-comments/src/languages/wptelegram-comments-es_ES.po index ade6fc89..3ef740c2 100644 --- a/plugins/wptelegram-comments/src/languages/wptelegram-comments-es_ES.po +++ b/plugins/wptelegram-comments/src/languages/wptelegram-comments-es_ES.po @@ -67,17 +67,17 @@ msgstr "Tipos de contenido" msgid "Please read the instructions above." msgstr "Por favor, lee las anteriores instrucciones." -#: js/settings/ui/Configuration.tsx:19 +#: js/settings/ui/Configuration.tsx:20 #: languages/wptelegram-comments-js-translations.php:68 msgid "Configuration" msgstr "Configuración" -#: js/settings/ui/Configuration.tsx:25 +#: js/settings/ui/Configuration.tsx:26 #: languages/wptelegram-comments-js-translations.php:71 msgid "The comments widget will be shown on the selected post types." msgstr "El widget de comentarios será mostrado en los tipos de contenido seleccionados." -#: js/settings/ui/Configuration.tsx:38 +#: js/settings/ui/Configuration.tsx:39 #: languages/wptelegram-comments-js-translations.php:74 msgid "To exclude the specific posts, enter the post or page IDs separated by comma." msgstr "Para excluir entradas específicas introduce el ID de la entrada o página separado por comas." @@ -128,7 +128,7 @@ msgstr "Pega el código copiado en el siguiente campo." msgid "Save Changes" msgstr "Guardar cambios" -#: js/settings/ui/Sidebar.tsx:18 +#: js/settings/ui/Sidebar.tsx:19 #: languages/wptelegram-comments-js-translations.php:100 msgid "Use Telegram Comments widget for your WordPress posts or pages." msgstr "Usa el widget de comentarios de Telegram para tus entradas y páginas de WordPress." @@ -164,7 +164,7 @@ msgstr "Seguir %s" #. %s: channel name #. translators: %s: channel name -#: ../../packages/js/shared-ui/components/wptg-social-icons.tsx:62 +#: ../../packages/js/shared-ui/components/wptg-social-icons.tsx:57 #: languages/wptelegram-comments-js-translations.php:38 msgid "Join %s" msgstr "Únete a %s" @@ -242,12 +242,12 @@ msgstr "" msgid "WP Telegram" msgstr "" -#: js/settings/ui/Sidebar.tsx:21 +#: js/settings/ui/Sidebar.tsx:22 #: languages/wptelegram-comments-js-translations.php:103 msgid "Join our public chat on Telegram" msgstr "" -#: js/settings/ui/Sidebar.tsx:26 +#: js/settings/ui/Sidebar.tsx:27 #: languages/wptelegram-comments-js-translations.php:106 msgid "Support" msgstr "" diff --git a/plugins/wptelegram-comments/src/languages/wptelegram-comments-fa_IR.po b/plugins/wptelegram-comments/src/languages/wptelegram-comments-fa_IR.po index ee378f96..620eb106 100644 --- a/plugins/wptelegram-comments/src/languages/wptelegram-comments-fa_IR.po +++ b/plugins/wptelegram-comments/src/languages/wptelegram-comments-fa_IR.po @@ -67,17 +67,17 @@ msgstr "پست تایپ" msgid "Please read the instructions above." msgstr "لطفا دستورالعمل فوق را مطالعه کنید." -#: js/settings/ui/Configuration.tsx:19 +#: js/settings/ui/Configuration.tsx:20 #: languages/wptelegram-comments-js-translations.php:68 msgid "Configuration" msgstr "پیکربندی" -#: js/settings/ui/Configuration.tsx:25 +#: js/settings/ui/Configuration.tsx:26 #: languages/wptelegram-comments-js-translations.php:71 msgid "The comments widget will be shown on the selected post types." msgstr "ویجت کامنت در پست مورد نظر شما نمایش داده خواهد شد." -#: js/settings/ui/Configuration.tsx:38 +#: js/settings/ui/Configuration.tsx:39 #: languages/wptelegram-comments-js-translations.php:74 msgid "To exclude the specific posts, enter the post or page IDs separated by comma." msgstr "برای مستثنی کردن یک پست خاص، آی-دی پیج یا پست را وارد و با کاما جدا کنید." @@ -128,7 +128,7 @@ msgstr "کد کپی شده را در فیلد زیر جایگذاری (پیست) msgid "Save Changes" msgstr "ذخیره تغییرات" -#: js/settings/ui/Sidebar.tsx:18 +#: js/settings/ui/Sidebar.tsx:19 #: languages/wptelegram-comments-js-translations.php:100 msgid "Use Telegram Comments widget for your WordPress posts or pages." msgstr "از ویجت تلگرام کامنت در پست ها و صفحات وردپرس سایتتان استفاده کنید." @@ -164,7 +164,7 @@ msgstr "%s را دنبال کنید" #. %s: channel name #. translators: %s: channel name -#: ../../packages/js/shared-ui/components/wptg-social-icons.tsx:62 +#: ../../packages/js/shared-ui/components/wptg-social-icons.tsx:57 #: languages/wptelegram-comments-js-translations.php:38 msgid "Join %s" msgstr "به %s بپیوندید" @@ -242,12 +242,12 @@ msgstr "" msgid "WP Telegram" msgstr "" -#: js/settings/ui/Sidebar.tsx:21 +#: js/settings/ui/Sidebar.tsx:22 #: languages/wptelegram-comments-js-translations.php:103 msgid "Join our public chat on Telegram" msgstr "" -#: js/settings/ui/Sidebar.tsx:26 +#: js/settings/ui/Sidebar.tsx:27 #: languages/wptelegram-comments-js-translations.php:106 msgid "Support" msgstr "" diff --git a/plugins/wptelegram-comments/src/languages/wptelegram-comments-hr.po b/plugins/wptelegram-comments/src/languages/wptelegram-comments-hr.po index c9c8be26..a42eae99 100644 --- a/plugins/wptelegram-comments/src/languages/wptelegram-comments-hr.po +++ b/plugins/wptelegram-comments/src/languages/wptelegram-comments-hr.po @@ -67,17 +67,17 @@ msgstr "Vrsta Objave" msgid "Please read the instructions above." msgstr "Molim pročitajte upute iznad." -#: js/settings/ui/Configuration.tsx:19 +#: js/settings/ui/Configuration.tsx:20 #: languages/wptelegram-comments-js-translations.php:68 msgid "Configuration" msgstr "Konfiguracija" -#: js/settings/ui/Configuration.tsx:25 +#: js/settings/ui/Configuration.tsx:26 #: languages/wptelegram-comments-js-translations.php:71 msgid "The comments widget will be shown on the selected post types." msgstr "Comments widget biti će prikazan na odabranim tipovima postova." -#: js/settings/ui/Configuration.tsx:38 +#: js/settings/ui/Configuration.tsx:39 #: languages/wptelegram-comments-js-translations.php:74 msgid "To exclude the specific posts, enter the post or page IDs separated by comma." msgstr "Kako bi isključili određene postove, unesite post ili page ID te ih odvojite zarezom." @@ -128,7 +128,7 @@ msgstr "Zaljepite kopirani kod u polje ispod." msgid "Save Changes" msgstr "Spremi promjene" -#: js/settings/ui/Sidebar.tsx:18 +#: js/settings/ui/Sidebar.tsx:19 #: languages/wptelegram-comments-js-translations.php:100 msgid "Use Telegram Comments widget for your WordPress posts or pages." msgstr "Koristite Telegram Comments widget za vaše WordPress postove i stranice." @@ -164,7 +164,7 @@ msgstr "Prati %s" #. %s: channel name #. translators: %s: channel name -#: ../../packages/js/shared-ui/components/wptg-social-icons.tsx:62 +#: ../../packages/js/shared-ui/components/wptg-social-icons.tsx:57 #: languages/wptelegram-comments-js-translations.php:38 msgid "Join %s" msgstr "Pridruži se %s" @@ -242,12 +242,12 @@ msgstr "" msgid "WP Telegram" msgstr "" -#: js/settings/ui/Sidebar.tsx:21 +#: js/settings/ui/Sidebar.tsx:22 #: languages/wptelegram-comments-js-translations.php:103 msgid "Join our public chat on Telegram" msgstr "" -#: js/settings/ui/Sidebar.tsx:26 +#: js/settings/ui/Sidebar.tsx:27 #: languages/wptelegram-comments-js-translations.php:106 msgid "Support" msgstr "" diff --git a/plugins/wptelegram-comments/src/languages/wptelegram-comments-id_ID.po b/plugins/wptelegram-comments/src/languages/wptelegram-comments-id_ID.po index a67c8a2a..7ea38614 100644 --- a/plugins/wptelegram-comments/src/languages/wptelegram-comments-id_ID.po +++ b/plugins/wptelegram-comments/src/languages/wptelegram-comments-id_ID.po @@ -67,17 +67,17 @@ msgstr "Jenis kiriman" msgid "Please read the instructions above." msgstr "Harap baca instruksi di atas." -#: js/settings/ui/Configuration.tsx:19 +#: js/settings/ui/Configuration.tsx:20 #: languages/wptelegram-comments-js-translations.php:68 msgid "Configuration" msgstr "Konfigurasi" -#: js/settings/ui/Configuration.tsx:25 +#: js/settings/ui/Configuration.tsx:26 #: languages/wptelegram-comments-js-translations.php:71 msgid "The comments widget will be shown on the selected post types." msgstr "Widget komentar akan ditampilkan pada jenis kiriman yang dipilih." -#: js/settings/ui/Configuration.tsx:38 +#: js/settings/ui/Configuration.tsx:39 #: languages/wptelegram-comments-js-translations.php:74 msgid "To exclude the specific posts, enter the post or page IDs separated by comma." msgstr "Untuk mengecualikan kiriman tertentu, masukkan ID tulisan atau laman, pisahkan dengan koma." @@ -128,7 +128,7 @@ msgstr "Tempelkan kode yang disalin pada ruas berikut." msgid "Save Changes" msgstr "Simpan Perubahan" -#: js/settings/ui/Sidebar.tsx:18 +#: js/settings/ui/Sidebar.tsx:19 #: languages/wptelegram-comments-js-translations.php:100 msgid "Use Telegram Comments widget for your WordPress posts or pages." msgstr "Gunakan widget Komentar Telegram untuk tulisan atau laman WordPress Anda." @@ -164,7 +164,7 @@ msgstr "Ikuti %s" #. %s: channel name #. translators: %s: channel name -#: ../../packages/js/shared-ui/components/wptg-social-icons.tsx:62 +#: ../../packages/js/shared-ui/components/wptg-social-icons.tsx:57 #: languages/wptelegram-comments-js-translations.php:38 msgid "Join %s" msgstr "Bergabung %s" @@ -242,12 +242,12 @@ msgstr "" msgid "WP Telegram" msgstr "" -#: js/settings/ui/Sidebar.tsx:21 +#: js/settings/ui/Sidebar.tsx:22 #: languages/wptelegram-comments-js-translations.php:103 msgid "Join our public chat on Telegram" msgstr "" -#: js/settings/ui/Sidebar.tsx:26 +#: js/settings/ui/Sidebar.tsx:27 #: languages/wptelegram-comments-js-translations.php:106 msgid "Support" msgstr "" diff --git a/plugins/wptelegram-comments/src/languages/wptelegram-comments-it_IT.po b/plugins/wptelegram-comments/src/languages/wptelegram-comments-it_IT.po index 643c87c5..e9cffd2d 100644 --- a/plugins/wptelegram-comments/src/languages/wptelegram-comments-it_IT.po +++ b/plugins/wptelegram-comments/src/languages/wptelegram-comments-it_IT.po @@ -67,17 +67,17 @@ msgstr "Tipi di messaggi" msgid "Please read the instructions above." msgstr "Si prega di leggere le istruzioni sopra." -#: js/settings/ui/Configuration.tsx:19 +#: js/settings/ui/Configuration.tsx:20 #: languages/wptelegram-comments-js-translations.php:68 msgid "Configuration" msgstr "Configurazione" -#: js/settings/ui/Configuration.tsx:25 +#: js/settings/ui/Configuration.tsx:26 #: languages/wptelegram-comments-js-translations.php:71 msgid "The comments widget will be shown on the selected post types." msgstr "Il widget dei commenti sarà mostrato sui tipi di post selezionati." -#: js/settings/ui/Configuration.tsx:38 +#: js/settings/ui/Configuration.tsx:39 #: languages/wptelegram-comments-js-translations.php:74 msgid "To exclude the specific posts, enter the post or page IDs separated by comma." msgstr "Per escludere i messaggi specifici, inserisci il post o gli ID pagina separati da virgola." @@ -128,7 +128,7 @@ msgstr "Incolla il codice copiato nel campo sottostante." msgid "Save Changes" msgstr "Salva i cambiamenti" -#: js/settings/ui/Sidebar.tsx:18 +#: js/settings/ui/Sidebar.tsx:19 #: languages/wptelegram-comments-js-translations.php:100 msgid "Use Telegram Comments widget for your WordPress posts or pages." msgstr "Usa il widget Telegram Comments per i tuoi post o pagine di WordPress." @@ -164,7 +164,7 @@ msgstr "Segui %s" #. %s: channel name #. translators: %s: channel name -#: ../../packages/js/shared-ui/components/wptg-social-icons.tsx:62 +#: ../../packages/js/shared-ui/components/wptg-social-icons.tsx:57 #: languages/wptelegram-comments-js-translations.php:38 msgid "Join %s" msgstr "Unisciti %s" @@ -242,12 +242,12 @@ msgstr "" msgid "WP Telegram" msgstr "" -#: js/settings/ui/Sidebar.tsx:21 +#: js/settings/ui/Sidebar.tsx:22 #: languages/wptelegram-comments-js-translations.php:103 msgid "Join our public chat on Telegram" msgstr "" -#: js/settings/ui/Sidebar.tsx:26 +#: js/settings/ui/Sidebar.tsx:27 #: languages/wptelegram-comments-js-translations.php:106 msgid "Support" msgstr "" diff --git a/plugins/wptelegram-comments/src/languages/wptelegram-comments-js-translations.php b/plugins/wptelegram-comments/src/languages/wptelegram-comments-js-translations.php index 1f891627..d8c6eccc 100644 --- a/plugins/wptelegram-comments/src/languages/wptelegram-comments-js-translations.php +++ b/plugins/wptelegram-comments/src/languages/wptelegram-comments-js-translations.php @@ -33,7 +33,7 @@ /* translators: %s: social handle */ __( 'Follow %s', 'wptelegram-comments' ), - // Reference: ../../packages/js/shared-ui/components/wptg-social-icons.tsx:62 + // Reference: ../../packages/js/shared-ui/components/wptg-social-icons.tsx:57 /* translators: %s: channel name */ __( 'Join %s', 'wptelegram-comments' ), @@ -64,13 +64,13 @@ // Reference: js/settings/ui/Code.tsx:44 __( 'Please read the instructions above.', 'wptelegram-comments' ), - // Reference: js/settings/ui/Configuration.tsx:19 + // Reference: js/settings/ui/Configuration.tsx:20 __( 'Configuration', 'wptelegram-comments' ), - // Reference: js/settings/ui/Configuration.tsx:25 + // Reference: js/settings/ui/Configuration.tsx:26 __( 'The comments widget will be shown on the selected post types.', 'wptelegram-comments' ), - // Reference: js/settings/ui/Configuration.tsx:38 + // Reference: js/settings/ui/Configuration.tsx:39 __( 'To exclude the specific posts, enter the post or page IDs separated by comma.', 'wptelegram-comments' ), // Reference: js/settings/ui/Instructions.tsx:15 @@ -96,13 +96,13 @@ // Reference: js/settings/ui/Instructions.tsx:89 __( 'Paste the copied code in the field below.', 'wptelegram-comments' ), - // Reference: js/settings/ui/Sidebar.tsx:18 + // Reference: js/settings/ui/Sidebar.tsx:19 __( 'Use Telegram Comments widget for your WordPress posts or pages.', 'wptelegram-comments' ), - // Reference: js/settings/ui/Sidebar.tsx:21 + // Reference: js/settings/ui/Sidebar.tsx:22 __( 'Join our public chat on Telegram', 'wptelegram-comments' ), - // Reference: js/settings/ui/Sidebar.tsx:26 + // Reference: js/settings/ui/Sidebar.tsx:27 __( 'Support', 'wptelegram-comments' ) ); /* THIS IS THE END OF THE GENERATED FILE */ diff --git a/plugins/wptelegram-comments/src/languages/wptelegram-comments-ru_RU.po b/plugins/wptelegram-comments/src/languages/wptelegram-comments-ru_RU.po index f03be8f3..0029d173 100644 --- a/plugins/wptelegram-comments/src/languages/wptelegram-comments-ru_RU.po +++ b/plugins/wptelegram-comments/src/languages/wptelegram-comments-ru_RU.po @@ -67,17 +67,17 @@ msgstr "Типы записей" msgid "Please read the instructions above." msgstr "Пожалуйста, прочтите инструкции выше." -#: js/settings/ui/Configuration.tsx:19 +#: js/settings/ui/Configuration.tsx:20 #: languages/wptelegram-comments-js-translations.php:68 msgid "Configuration" msgstr "Поздравляем" -#: js/settings/ui/Configuration.tsx:25 +#: js/settings/ui/Configuration.tsx:26 #: languages/wptelegram-comments-js-translations.php:71 msgid "The comments widget will be shown on the selected post types." msgstr "Виджет комментариев будет показан в записях выбранного типа." -#: js/settings/ui/Configuration.tsx:38 +#: js/settings/ui/Configuration.tsx:39 #: languages/wptelegram-comments-js-translations.php:74 msgid "To exclude the specific posts, enter the post or page IDs separated by comma." msgstr "Чтобы исключить конкретные записи, введите ID записи или страницы через запятую." @@ -128,7 +128,7 @@ msgstr "Вставьте скопированный код в поле ниже. msgid "Save Changes" msgstr "Сохранить изменения" -#: js/settings/ui/Sidebar.tsx:18 +#: js/settings/ui/Sidebar.tsx:19 #: languages/wptelegram-comments-js-translations.php:100 msgid "Use Telegram Comments widget for your WordPress posts or pages." msgstr "Используйте виджет Telegram Comments в ваших записях или страницах WordPress." @@ -164,7 +164,7 @@ msgstr "Читать %s" #. %s: channel name #. translators: %s: channel name -#: ../../packages/js/shared-ui/components/wptg-social-icons.tsx:62 +#: ../../packages/js/shared-ui/components/wptg-social-icons.tsx:57 #: languages/wptelegram-comments-js-translations.php:38 msgid "Join %s" msgstr "Добавить %s" @@ -242,12 +242,12 @@ msgstr "" msgid "WP Telegram" msgstr "" -#: js/settings/ui/Sidebar.tsx:21 +#: js/settings/ui/Sidebar.tsx:22 #: languages/wptelegram-comments-js-translations.php:103 msgid "Join our public chat on Telegram" msgstr "" -#: js/settings/ui/Sidebar.tsx:26 +#: js/settings/ui/Sidebar.tsx:27 #: languages/wptelegram-comments-js-translations.php:106 msgid "Support" msgstr "" diff --git a/plugins/wptelegram-comments/src/languages/wptelegram-comments-tr_TR.po b/plugins/wptelegram-comments/src/languages/wptelegram-comments-tr_TR.po index 13ba0876..0590462a 100644 --- a/plugins/wptelegram-comments/src/languages/wptelegram-comments-tr_TR.po +++ b/plugins/wptelegram-comments/src/languages/wptelegram-comments-tr_TR.po @@ -67,17 +67,17 @@ msgstr "Mesaj Tipleri" msgid "Please read the instructions above." msgstr "Lütfen yukarıdaki talimatları okuyun." -#: js/settings/ui/Configuration.tsx:19 +#: js/settings/ui/Configuration.tsx:20 #: languages/wptelegram-comments-js-translations.php:68 msgid "Configuration" msgstr "Yapılandırma" -#: js/settings/ui/Configuration.tsx:25 +#: js/settings/ui/Configuration.tsx:26 #: languages/wptelegram-comments-js-translations.php:71 msgid "The comments widget will be shown on the selected post types." msgstr "Yorumlar widget'ı seçilen gönderi türlerinde gösterilecektir." -#: js/settings/ui/Configuration.tsx:38 +#: js/settings/ui/Configuration.tsx:39 #: languages/wptelegram-comments-js-translations.php:74 msgid "To exclude the specific posts, enter the post or page IDs separated by comma." msgstr "Belirli gönderileri hariç tutmak için, posta veya virgülle ayrılmış sayfa kimliklerini girin." @@ -128,7 +128,7 @@ msgstr "Kopyalanan kodu aşağıdaki alana yapıştırın." msgid "Save Changes" msgstr "Değişiklikleri Kaydet" -#: js/settings/ui/Sidebar.tsx:18 +#: js/settings/ui/Sidebar.tsx:19 #: languages/wptelegram-comments-js-translations.php:100 msgid "Use Telegram Comments widget for your WordPress posts or pages." msgstr "WordPress yayınlarınız veya sayfalarınız için Telegram Comments widget'ını kullanın." @@ -164,7 +164,7 @@ msgstr "Takip Et %s" #. %s: channel name #. translators: %s: channel name -#: ../../packages/js/shared-ui/components/wptg-social-icons.tsx:62 +#: ../../packages/js/shared-ui/components/wptg-social-icons.tsx:57 #: languages/wptelegram-comments-js-translations.php:38 msgid "Join %s" msgstr "Katıl %s" @@ -242,12 +242,12 @@ msgstr "" msgid "WP Telegram" msgstr "" -#: js/settings/ui/Sidebar.tsx:21 +#: js/settings/ui/Sidebar.tsx:22 #: languages/wptelegram-comments-js-translations.php:103 msgid "Join our public chat on Telegram" msgstr "" -#: js/settings/ui/Sidebar.tsx:26 +#: js/settings/ui/Sidebar.tsx:27 #: languages/wptelegram-comments-js-translations.php:106 msgid "Support" msgstr "" diff --git a/plugins/wptelegram-comments/src/languages/wptelegram-comments-uk.po b/plugins/wptelegram-comments/src/languages/wptelegram-comments-uk.po index dc46f601..8936fbbf 100644 --- a/plugins/wptelegram-comments/src/languages/wptelegram-comments-uk.po +++ b/plugins/wptelegram-comments/src/languages/wptelegram-comments-uk.po @@ -67,17 +67,17 @@ msgstr "Типи записів" msgid "Please read the instructions above." msgstr "Будь ласка, прочитайте інструкцію нижче." -#: js/settings/ui/Configuration.tsx:19 +#: js/settings/ui/Configuration.tsx:20 #: languages/wptelegram-comments-js-translations.php:68 msgid "Configuration" msgstr "Конфігурація" -#: js/settings/ui/Configuration.tsx:25 +#: js/settings/ui/Configuration.tsx:26 #: languages/wptelegram-comments-js-translations.php:71 msgid "The comments widget will be shown on the selected post types." msgstr "Віджет з коментарями буде відображений на вибраному типі записів." -#: js/settings/ui/Configuration.tsx:38 +#: js/settings/ui/Configuration.tsx:39 #: languages/wptelegram-comments-js-translations.php:74 msgid "To exclude the specific posts, enter the post or page IDs separated by comma." msgstr "Щоб виключити специфічні записи введіть ідентифікатори постів або сторінок розділені через кому." @@ -128,7 +128,7 @@ msgstr "Вставити зкопійований код в поле нижче. msgid "Save Changes" msgstr "Зберегти зміни" -#: js/settings/ui/Sidebar.tsx:18 +#: js/settings/ui/Sidebar.tsx:19 #: languages/wptelegram-comments-js-translations.php:100 msgid "Use Telegram Comments widget for your WordPress posts or pages." msgstr "Використовуйте віджет Коментарі з Telegram для ваших постів та сторінок у WordPress." @@ -164,7 +164,7 @@ msgstr "Підписатися на %s" #. %s: channel name #. translators: %s: channel name -#: ../../packages/js/shared-ui/components/wptg-social-icons.tsx:62 +#: ../../packages/js/shared-ui/components/wptg-social-icons.tsx:57 #: languages/wptelegram-comments-js-translations.php:38 msgid "Join %s" msgstr "Приєднати %s" @@ -242,12 +242,12 @@ msgstr "" msgid "WP Telegram" msgstr "" -#: js/settings/ui/Sidebar.tsx:21 +#: js/settings/ui/Sidebar.tsx:22 #: languages/wptelegram-comments-js-translations.php:103 msgid "Join our public chat on Telegram" msgstr "" -#: js/settings/ui/Sidebar.tsx:26 +#: js/settings/ui/Sidebar.tsx:27 #: languages/wptelegram-comments-js-translations.php:106 msgid "Support" msgstr "" diff --git a/plugins/wptelegram-comments/src/languages/wptelegram-comments.pot b/plugins/wptelegram-comments/src/languages/wptelegram-comments.pot index babeb3f6..1cad9f5c 100644 --- a/plugins/wptelegram-comments/src/languages/wptelegram-comments.pot +++ b/plugins/wptelegram-comments/src/languages/wptelegram-comments.pot @@ -2,14 +2,14 @@ # This file is distributed under the GPL-2.0+. msgid "" msgstr "" -"Project-Id-Version: WP Telegram Comments 1.2.2\n" +"Project-Id-Version: WP Telegram Comments 1.2.3\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wptelegram-comments\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2024-10-16T11:39:16+00:00\n" +"POT-Creation-Date: 2024-10-26T13:10:23+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.11.0\n" "language: en_US\n" @@ -76,7 +76,7 @@ msgstr "" #. %s: channel name #. translators: %s: channel name -#: ../../packages/js/shared-ui/components/wptg-social-icons.tsx:62 +#: ../../packages/js/shared-ui/components/wptg-social-icons.tsx:57 #: languages/wptelegram-comments-js-translations.php:38 msgid "Join %s" msgstr "" @@ -124,17 +124,17 @@ msgstr "" msgid "Please read the instructions above." msgstr "" -#: js/settings/ui/Configuration.tsx:19 +#: js/settings/ui/Configuration.tsx:20 #: languages/wptelegram-comments-js-translations.php:68 msgid "Configuration" msgstr "" -#: js/settings/ui/Configuration.tsx:25 +#: js/settings/ui/Configuration.tsx:26 #: languages/wptelegram-comments-js-translations.php:71 msgid "The comments widget will be shown on the selected post types." msgstr "" -#: js/settings/ui/Configuration.tsx:38 +#: js/settings/ui/Configuration.tsx:39 #: languages/wptelegram-comments-js-translations.php:74 msgid "To exclude the specific posts, enter the post or page IDs separated by comma." msgstr "" @@ -179,17 +179,17 @@ msgstr "" msgid "Paste the copied code in the field below." msgstr "" -#: js/settings/ui/Sidebar.tsx:18 +#: js/settings/ui/Sidebar.tsx:19 #: languages/wptelegram-comments-js-translations.php:100 msgid "Use Telegram Comments widget for your WordPress posts or pages." msgstr "" -#: js/settings/ui/Sidebar.tsx:21 +#: js/settings/ui/Sidebar.tsx:22 #: languages/wptelegram-comments-js-translations.php:103 msgid "Join our public chat on Telegram" msgstr "" -#: js/settings/ui/Sidebar.tsx:26 +#: js/settings/ui/Sidebar.tsx:27 #: languages/wptelegram-comments-js-translations.php:106 msgid "Support" msgstr "" diff --git a/plugins/wptelegram-comments/src/readme.txt b/plugins/wptelegram-comments/src/readme.txt index 9e5884a9..361c27c0 100644 --- a/plugins/wptelegram-comments/src/readme.txt +++ b/plugins/wptelegram-comments/src/readme.txt @@ -5,7 +5,7 @@ Tags: telegram, comments, discuss, social, widget Requires at least: 6.4 Requires PHP: 7.4 Tested up to: 6.6.2 -Stable tag: 1.2.2 +Stable tag: 1.2.3 License: GPL-3.0-or-later License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -76,7 +76,7 @@ Automatic updates should work smoothly, but we still recommend you back up your == Changelog == -= 1.2.2 = -- Improved admin styles on smaller screens += 1.2.3 = +- Performance improvements [See full changelog](https://github.com/wpsocio/wptelegram-comments/blob/main/CHANGELOG.md) diff --git a/plugins/wptelegram-comments/src/wptelegram-comments.php b/plugins/wptelegram-comments/src/wptelegram-comments.php index d9190708..2e45389b 100644 --- a/plugins/wptelegram-comments/src/wptelegram-comments.php +++ b/plugins/wptelegram-comments/src/wptelegram-comments.php @@ -10,7 +10,7 @@ * Plugin Name: WP Telegram Comments * Plugin URI: https://t.me/WPTelegram * Description: Add comments to posts/pages on your WordPress website by using Telegram Comments Widget. - * Version: 1.2.2 + * Version: 1.2.3 * Requires at least: 6.4 * Requires PHP: 7.4 * Author: WP Socio @@ -29,7 +29,7 @@ /** * Currently plugin version. */ -define( 'WPTELEGRAM_COMMENTS_VER', '1.2.2' ); +define( 'WPTELEGRAM_COMMENTS_VER', '1.2.3' ); defined( 'WPTELEGRAM_COMMENTS_MAIN_FILE' ) || define( 'WPTELEGRAM_COMMENTS_MAIN_FILE', __FILE__ ); diff --git a/plugins/wptelegram-login/CHANGELOG.md b/plugins/wptelegram-login/CHANGELOG.md index 8b8f73f0..e434223d 100644 --- a/plugins/wptelegram-login/CHANGELOG.md +++ b/plugins/wptelegram-login/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.11.4 + +### Patch Changes + +- [#193](https://github.com/wpsocio/wp-projects/pull/193) [`35f1abc`](https://github.com/wpsocio/wp-projects/commit/35f1abc0ad516ad2fa87bd4cbb3406fb77be1bc5) Thanks [@irshadahmad21](https://github.com/irshadahmad21)! - Performance improvements + +- [#195](https://github.com/wpsocio/wp-projects/pull/195) [`2c78dda`](https://github.com/wpsocio/wp-projects/commit/2c78ddac324fdb52ee47bb51fd293d5ddef18531) Thanks [@irshadahmad21](https://github.com/irshadahmad21)! - Fixed Telegram login redirect for Mini Apps + ## 1.11.3 ### Patch Changes diff --git a/plugins/wptelegram-login/README.md b/plugins/wptelegram-login/README.md index b02c9389..bd282d82 100644 --- a/plugins/wptelegram-login/README.md +++ b/plugins/wptelegram-login/README.md @@ -5,7 +5,7 @@ **Requires at least:** 6.4 **Requires PHP:** 7.4 **Tested up to:** 6.6.2 -**Stable tag:** 1.11.3 +**Stable tag:** 1.11.4 **License:** GPL-3.0-or-later **License URI:** [https://www.gnu.org/licenses/gpl-3.0.html](https://www.gnu.org/licenses/gpl-3.0.html) **Donate link:** [wpsocio.com/donate](https://wpsocio.com/donate) diff --git a/plugins/wptelegram-login/composer.json b/plugins/wptelegram-login/composer.json index 6f4f2171..517d7046 100644 --- a/plugins/wptelegram-login/composer.json +++ b/plugins/wptelegram-login/composer.json @@ -1,6 +1,6 @@ { "name": "wpsocio/wptelegram-login", - "version": "1.11.3", + "version": "1.11.4", "description": "Let the users login to your website with their Telegram and make it simple for them to get connected and let them receive their email notifications on Telegram.", "scripts": { "gen:docs": "\"vendor/bin/wp-documentor\" parse src --format=markdown --output=docs/README.md --relative=docs", diff --git a/plugins/wptelegram-login/package.json b/plugins/wptelegram-login/package.json index da67edb9..16c81564 100644 --- a/plugins/wptelegram-login/package.json +++ b/plugins/wptelegram-login/package.json @@ -1,7 +1,7 @@ { "name": "wptelegram-login", "title": "WP Telegram Login", - "version": "1.11.3", + "version": "1.11.4", "description": "Let the users login to your website with their Telegram and make it simple for them to get connected and let them receive their email notifications on Telegram.", "private": true, "license": "GPL-3.0-or-later", @@ -72,7 +72,9 @@ ] }, { - "paths": ["src/assets/build/dev-server.json"], + "paths": [ + "src/assets/build/dev-server.json" + ], "rules": [ { "value": "NOT_EXISTS" @@ -84,15 +86,21 @@ "wireit": { "build": { "command": "vite build && pnpm run validate-build", - "output": ["src/assets/build"] + "output": [ + "src/assets/build" + ] }, "setup:php": { "command": "composer install --ignore-platform-reqs", - "dependencies": ["unset-vendor-dir"] + "dependencies": [ + "unset-vendor-dir" + ] }, "setup:php:prod": { "command": "composer install --no-dev && pnpm run unset-vendor-dir", - "dependencies": ["set-prod-vendor"] + "dependencies": [ + "set-prod-vendor" + ] }, "set-prod-vendor": { "command": "composer config vendor-dir src/vendor" diff --git a/plugins/wptelegram-login/src/languages/wptelegram-login-de_DE.po b/plugins/wptelegram-login/src/languages/wptelegram-login-de_DE.po index e05d2635..b1f4cf08 100644 --- a/plugins/wptelegram-login/src/languages/wptelegram-login-de_DE.po +++ b/plugins/wptelegram-login/src/languages/wptelegram-login-de_DE.po @@ -295,71 +295,71 @@ msgstr "Inhalt der Fehlermeldung." msgid "Display an error message if Telegram is blocked by user's ISP." msgstr "Eine Fehlermeldung anzeigen falls Telegram vom Internetanbieter des Benutzers blockiert wird." -#: js/settings/ui/Instructions.tsx:16 +#: js/settings/ui/Instructions.tsx:17 #: languages/wptelegram-login-js-translations.php:191 msgid "Note:" msgstr "" -#: js/settings/ui/Instructions.tsx:18 +#: js/settings/ui/Instructions.tsx:19 #: languages/wptelegram-login-js-translations.php:194 msgid "You can use the same bot for all the WP Telegram plugins." msgstr "" #. 1 command name, 2 bot name #. translators: 1 command name, 2 bot name -#: js/settings/ui/Instructions.tsx:27 +#: js/settings/ui/Instructions.tsx:28 #: languages/wptelegram-login-js-translations.php:198 msgid "Create a Bot by sending %1$s command to %2$s." msgstr "Einen Bot erstellen, indem der Befehl %1$s an den %2$s geschickt wird" #. %s bot name #. translators: %s bot name -#: js/settings/ui/Instructions.tsx:48 +#: js/settings/ui/Instructions.tsx:49 #: languages/wptelegram-login-js-translations.php:202 msgid "After completing the steps %s will provide you the Bot Token." msgstr "Nachdem die nun folgenden Schritte erledigt wurden, teilt der %s das Bot Token mit." -#: js/settings/ui/Instructions.tsx:54 +#: js/settings/ui/Instructions.tsx:55 #: languages/wptelegram-login-js-translations.php:205 msgid "Copy the token and paste into the Bot Token field below." msgstr "Dieses Bot Token wird nun in das Feld \"Bot Token\" eingetragen." #. %s application name #. translators: %s application name -#: js/settings/ui/Instructions.tsx:58 +#: js/settings/ui/Instructions.tsx:59 #: languages/wptelegram-login-js-translations.php:209 msgid "For ease, use %s" msgstr "Zum einfacheren Kopieren %s benutzen!" -#: js/settings/ui/Instructions.tsx:64 +#: js/settings/ui/Instructions.tsx:65 #: languages/wptelegram-login-js-translations.php:212 msgid "Telegram Desktop" msgstr "" #. 1 command name, 2 bot name, 3 site url #. translators: 1 command name, 2 bot name, 3 site url -#: js/settings/ui/Instructions.tsx:74 +#: js/settings/ui/Instructions.tsx:75 #: languages/wptelegram-login-js-translations.php:216 msgid "Send %1$s command to %2$s, select your bot and then send %3$s" msgstr "Den Befehl %1$s an den %2$s senden, dann den eigenen Bot auswählen und dann %3$s senden" -#: js/settings/ui/Instructions.tsx:101 +#: js/settings/ui/Instructions.tsx:102 #: languages/wptelegram-login-js-translations.php:182 msgid "Test your bot token below and fill in the bot username if not filled automatically." msgstr "Den Bot-Token im Anschluss unten auf dieser Seite testen und den Bot-Benutzernamen eintragen, falls dieser nicht automatisch ausgefüllt wird." -#: js/settings/ui/Instructions.tsx:105 +#: js/settings/ui/Instructions.tsx:106 #: languages/wptelegram-login-js-translations.php:185 msgid "Hit %s below" msgstr "Zum Speichern der Einstellungen %s klicken" #: ../../packages/js/shared-ui/form/submit/submit-button.tsx:12 -#: js/settings/ui/Instructions.tsx:105 +#: js/settings/ui/Instructions.tsx:106 #: languages/wptelegram-login-js-translations.php:60 msgid "Save Changes" msgstr "Einstellungen speichern" -#: js/settings/ui/Instructions.tsx:106 +#: js/settings/ui/Instructions.tsx:107 #: languages/wptelegram-login-js-translations.php:188 msgid "That's it. You are ready to rock :)" msgstr "Das wars! Jetzt kanns losgehen:)" @@ -498,7 +498,7 @@ msgstr "Folge %s" #. %s: channel name #. translators: %s: channel name -#: ../../packages/js/shared-ui/components/wptg-social-icons.tsx:62 +#: ../../packages/js/shared-ui/components/wptg-social-icons.tsx:57 #: languages/wptelegram-login-js-translations.php:53 msgid "Join %s" msgstr "Tritt %s bei" @@ -621,7 +621,7 @@ msgstr "Titel" #~ msgstr "WP Telegram Einloggen" #. Description of the plugin -#: js/settings/ui/Sidebar.tsx:18 +#: js/settings/ui/Sidebar.tsx:19 #: wptelegram-login.php #: languages/wptelegram-login-js-translations.php:249 #~ msgid "Let the users login to your WordPress website with their Telegram and make it simple for them to get connected and let them receive their email notifications on Telegram." @@ -656,12 +656,12 @@ msgstr "" msgid "WP Telegram" msgstr "" -#: js/settings/ui/Sidebar.tsx:21 +#: js/settings/ui/Sidebar.tsx:22 #: languages/wptelegram-login-js-translations.php:252 msgid "Join our public chat on Telegram" msgstr "" -#: js/settings/ui/Sidebar.tsx:26 +#: js/settings/ui/Sidebar.tsx:27 #: languages/wptelegram-login-js-translations.php:255 msgid "Support" msgstr "" diff --git a/plugins/wptelegram-login/src/languages/wptelegram-login-js-translations.php b/plugins/wptelegram-login/src/languages/wptelegram-login-js-translations.php index 5444eb58..f80bc8d3 100644 --- a/plugins/wptelegram-login/src/languages/wptelegram-login-js-translations.php +++ b/plugins/wptelegram-login/src/languages/wptelegram-login-js-translations.php @@ -48,7 +48,7 @@ /* translators: %s: social handle */ __( 'Follow %s', 'wptelegram-login' ), - // Reference: ../../packages/js/shared-ui/components/wptg-social-icons.tsx:62 + // Reference: ../../packages/js/shared-ui/components/wptg-social-icons.tsx:57 /* translators: %s: channel name */ __( 'Join %s', 'wptelegram-login' ), @@ -56,7 +56,7 @@ __( 'Please read the instructions above.', 'wptelegram-login' ), // Reference: ../../packages/js/shared-ui/form/submit/submit-button.tsx:12 - // Reference: js/settings/ui/Instructions.tsx:105 + // Reference: js/settings/ui/Instructions.tsx:106 __( 'Save Changes', 'wptelegram-login' ), // Reference: ../../packages/js/shared-ui/form/test-result/render-test-result.tsx:39 @@ -178,40 +178,40 @@ // Reference: js/settings/ui/ErrorMessageOptions.tsx:29 __( 'Display an error message if Telegram is blocked by user\'s ISP.', 'wptelegram-login' ), - // Reference: js/settings/ui/Instructions.tsx:101 + // Reference: js/settings/ui/Instructions.tsx:102 __( 'Test your bot token below and fill in the bot username if not filled automatically.', 'wptelegram-login' ), - // Reference: js/settings/ui/Instructions.tsx:105 + // Reference: js/settings/ui/Instructions.tsx:106 __( 'Hit %s below', 'wptelegram-login' ), - // Reference: js/settings/ui/Instructions.tsx:106 + // Reference: js/settings/ui/Instructions.tsx:107 __( 'That\'s it. You are ready to rock :)', 'wptelegram-login' ), - // Reference: js/settings/ui/Instructions.tsx:16 + // Reference: js/settings/ui/Instructions.tsx:17 __( 'Note:', 'wptelegram-login' ), - // Reference: js/settings/ui/Instructions.tsx:18 + // Reference: js/settings/ui/Instructions.tsx:19 __( 'You can use the same bot for all the WP Telegram plugins.', 'wptelegram-login' ), - // Reference: js/settings/ui/Instructions.tsx:27 + // Reference: js/settings/ui/Instructions.tsx:28 /* translators: 1 command name, 2 bot name */ __( 'Create a Bot by sending %1$s command to %2$s.', 'wptelegram-login' ), - // Reference: js/settings/ui/Instructions.tsx:48 + // Reference: js/settings/ui/Instructions.tsx:49 /* translators: %s bot name */ __( 'After completing the steps %s will provide you the Bot Token.', 'wptelegram-login' ), - // Reference: js/settings/ui/Instructions.tsx:54 + // Reference: js/settings/ui/Instructions.tsx:55 __( 'Copy the token and paste into the Bot Token field below.', 'wptelegram-login' ), - // Reference: js/settings/ui/Instructions.tsx:58 + // Reference: js/settings/ui/Instructions.tsx:59 /* translators: %s application name */ __( 'For ease, use %s', 'wptelegram-login' ), - // Reference: js/settings/ui/Instructions.tsx:64 + // Reference: js/settings/ui/Instructions.tsx:65 __( 'Telegram Desktop', 'wptelegram-login' ), - // Reference: js/settings/ui/Instructions.tsx:74 + // Reference: js/settings/ui/Instructions.tsx:75 /* translators: 1 command name, 2 bot name, 3 site url */ __( 'Send %1$s command to %2$s, select your bot and then send %3$s', 'wptelegram-login' ), @@ -245,13 +245,13 @@ // Reference: js/settings/ui/LoginOptions.tsx:91 __( 'Redirect location after login.', 'wptelegram-login' ), - // Reference: js/settings/ui/Sidebar.tsx:18 + // Reference: js/settings/ui/Sidebar.tsx:19 __( 'Let the users login to your WordPress website with their Telegram and make it simple for them to get connected and let them receive their email notifications on Telegram.', 'wptelegram-login' ), - // Reference: js/settings/ui/Sidebar.tsx:21 + // Reference: js/settings/ui/Sidebar.tsx:22 __( 'Join our public chat on Telegram', 'wptelegram-login' ), - // Reference: js/settings/ui/Sidebar.tsx:26 + // Reference: js/settings/ui/Sidebar.tsx:27 __( 'Support', 'wptelegram-login' ), // Reference: js/settings/ui/TelegramOptions.tsx:24 diff --git a/plugins/wptelegram-login/src/languages/wptelegram-login-ru_RU.po b/plugins/wptelegram-login/src/languages/wptelegram-login-ru_RU.po index 9987f322..54861072 100644 --- a/plugins/wptelegram-login/src/languages/wptelegram-login-ru_RU.po +++ b/plugins/wptelegram-login/src/languages/wptelegram-login-ru_RU.po @@ -296,71 +296,71 @@ msgstr "Сообщение об ошибке" msgid "Display an error message if Telegram is blocked by user's ISP." msgstr "Выводит пользователю сообщение с ошибкой, если его интернет-провайдер блокирует доступ к Telegram." -#: js/settings/ui/Instructions.tsx:16 +#: js/settings/ui/Instructions.tsx:17 #: languages/wptelegram-login-js-translations.php:191 msgid "Note:" msgstr "" -#: js/settings/ui/Instructions.tsx:18 +#: js/settings/ui/Instructions.tsx:19 #: languages/wptelegram-login-js-translations.php:194 msgid "You can use the same bot for all the WP Telegram plugins." msgstr "" #. 1 command name, 2 bot name #. translators: 1 command name, 2 bot name -#: js/settings/ui/Instructions.tsx:27 +#: js/settings/ui/Instructions.tsx:28 #: languages/wptelegram-login-js-translations.php:198 msgid "Create a Bot by sending %1$s command to %2$s." msgstr "Создание бота командой %1$s в чате с %2$s" #. %s bot name #. translators: %s bot name -#: js/settings/ui/Instructions.tsx:48 +#: js/settings/ui/Instructions.tsx:49 #: languages/wptelegram-login-js-translations.php:202 msgid "After completing the steps %s will provide you the Bot Token." msgstr "После выполнения команд, %s пришлет токен вашего бота." -#: js/settings/ui/Instructions.tsx:54 +#: js/settings/ui/Instructions.tsx:55 #: languages/wptelegram-login-js-translations.php:205 msgid "Copy the token and paste into the Bot Token field below." msgstr "Скопируйте токен и вставьте его в поле 'Токен бота' ниже." #. %s application name #. translators: %s application name -#: js/settings/ui/Instructions.tsx:58 +#: js/settings/ui/Instructions.tsx:59 #: languages/wptelegram-login-js-translations.php:209 msgid "For ease, use %s" msgstr "Для удобства используйте %s" -#: js/settings/ui/Instructions.tsx:64 +#: js/settings/ui/Instructions.tsx:65 #: languages/wptelegram-login-js-translations.php:212 msgid "Telegram Desktop" msgstr "" #. 1 command name, 2 bot name, 3 site url #. translators: 1 command name, 2 bot name, 3 site url -#: js/settings/ui/Instructions.tsx:74 +#: js/settings/ui/Instructions.tsx:75 #: languages/wptelegram-login-js-translations.php:216 msgid "Send %1$s command to %2$s, select your bot and then send %3$s" msgstr "Свяжите ваш домен (сайта) с ботом, для этого отправьте команду %1$s в чате с %2$s и укажите %3$s" -#: js/settings/ui/Instructions.tsx:101 +#: js/settings/ui/Instructions.tsx:102 #: languages/wptelegram-login-js-translations.php:182 msgid "Test your bot token below and fill in the bot username if not filled automatically." msgstr "Протестируйте токен нажав кнопку рядом с полем и после этого заполните поле 'Логин бота', если не заполнится автоматически." -#: js/settings/ui/Instructions.tsx:105 +#: js/settings/ui/Instructions.tsx:106 #: languages/wptelegram-login-js-translations.php:185 msgid "Hit %s below" msgstr "Нажмите кнопку %s" #: ../../packages/js/shared-ui/form/submit/submit-button.tsx:12 -#: js/settings/ui/Instructions.tsx:105 +#: js/settings/ui/Instructions.tsx:106 #: languages/wptelegram-login-js-translations.php:60 msgid "Save Changes" msgstr "Сохранить изменения" -#: js/settings/ui/Instructions.tsx:106 +#: js/settings/ui/Instructions.tsx:107 #: languages/wptelegram-login-js-translations.php:188 msgid "That's it. You are ready to rock :)" msgstr "Вот и всё. Удачи с WP Telegram Login! :)" @@ -499,7 +499,7 @@ msgstr "" #. %s: channel name #. translators: %s: channel name -#: ../../packages/js/shared-ui/components/wptg-social-icons.tsx:62 +#: ../../packages/js/shared-ui/components/wptg-social-icons.tsx:57 #: languages/wptelegram-login-js-translations.php:53 msgid "Join %s" msgstr "" @@ -622,7 +622,7 @@ msgstr "Заголовок" #~ msgstr "WP Telegram Login" #. Description of the plugin -#: js/settings/ui/Sidebar.tsx:18 +#: js/settings/ui/Sidebar.tsx:19 #: wptelegram-login.php #: languages/wptelegram-login-js-translations.php:249 #~ msgid "Let the users login to your WordPress website with their Telegram and make it simple for them to get connected and let them receive their email notifications on Telegram." @@ -657,12 +657,12 @@ msgstr "" msgid "WP Telegram" msgstr "" -#: js/settings/ui/Sidebar.tsx:21 +#: js/settings/ui/Sidebar.tsx:22 #: languages/wptelegram-login-js-translations.php:252 msgid "Join our public chat on Telegram" msgstr "" -#: js/settings/ui/Sidebar.tsx:26 +#: js/settings/ui/Sidebar.tsx:27 #: languages/wptelegram-login-js-translations.php:255 msgid "Support" msgstr "" diff --git a/plugins/wptelegram-login/src/languages/wptelegram-login-uk.po b/plugins/wptelegram-login/src/languages/wptelegram-login-uk.po index d9a9651e..d7340a99 100644 --- a/plugins/wptelegram-login/src/languages/wptelegram-login-uk.po +++ b/plugins/wptelegram-login/src/languages/wptelegram-login-uk.po @@ -296,71 +296,71 @@ msgstr "" msgid "Display an error message if Telegram is blocked by user's ISP." msgstr "Показувати повідомлення про помилку, якщо Telegram заблокований провайдером користувача." -#: js/settings/ui/Instructions.tsx:16 +#: js/settings/ui/Instructions.tsx:17 #: languages/wptelegram-login-js-translations.php:191 msgid "Note:" msgstr "" -#: js/settings/ui/Instructions.tsx:18 +#: js/settings/ui/Instructions.tsx:19 #: languages/wptelegram-login-js-translations.php:194 msgid "You can use the same bot for all the WP Telegram plugins." msgstr "" #. 1 command name, 2 bot name #. translators: 1 command name, 2 bot name -#: js/settings/ui/Instructions.tsx:27 +#: js/settings/ui/Instructions.tsx:28 #: languages/wptelegram-login-js-translations.php:198 msgid "Create a Bot by sending %1$s command to %2$s." msgstr "Створіть Бота, відправивши команду %1$s до %2$s." #. %s bot name #. translators: %s bot name -#: js/settings/ui/Instructions.tsx:48 +#: js/settings/ui/Instructions.tsx:49 #: languages/wptelegram-login-js-translations.php:202 msgid "After completing the steps %s will provide you the Bot Token." msgstr "Після виконання кроків %s надасть вам Токен Бота." -#: js/settings/ui/Instructions.tsx:54 +#: js/settings/ui/Instructions.tsx:55 #: languages/wptelegram-login-js-translations.php:205 msgid "Copy the token and paste into the Bot Token field below." msgstr "Скопіюйте Токен і вставте в поле Токен Бота нижче." #. %s application name #. translators: %s application name -#: js/settings/ui/Instructions.tsx:58 +#: js/settings/ui/Instructions.tsx:59 #: languages/wptelegram-login-js-translations.php:209 msgid "For ease, use %s" msgstr "Для зручності використовуйте %s" -#: js/settings/ui/Instructions.tsx:64 +#: js/settings/ui/Instructions.tsx:65 #: languages/wptelegram-login-js-translations.php:212 msgid "Telegram Desktop" msgstr "" #. 1 command name, 2 bot name, 3 site url #. translators: 1 command name, 2 bot name, 3 site url -#: js/settings/ui/Instructions.tsx:74 +#: js/settings/ui/Instructions.tsx:75 #: languages/wptelegram-login-js-translations.php:216 msgid "Send %1$s command to %2$s, select your bot and then send %3$s" msgstr "Надішліть команду %1$s до %2$s, виберіть свого Бота і відправте %3$s" -#: js/settings/ui/Instructions.tsx:101 +#: js/settings/ui/Instructions.tsx:102 #: languages/wptelegram-login-js-translations.php:182 msgid "Test your bot token below and fill in the bot username if not filled automatically." msgstr "Перевірте свій Токен Бота нижче та заповніть користувацьке ім'я Бота, якщо воно не заповнилось автоматично." -#: js/settings/ui/Instructions.tsx:105 +#: js/settings/ui/Instructions.tsx:106 #: languages/wptelegram-login-js-translations.php:185 msgid "Hit %s below" msgstr "Натисніть %s нижче" #: ../../packages/js/shared-ui/form/submit/submit-button.tsx:12 -#: js/settings/ui/Instructions.tsx:105 +#: js/settings/ui/Instructions.tsx:106 #: languages/wptelegram-login-js-translations.php:60 msgid "Save Changes" msgstr "Зберегти зміни" -#: js/settings/ui/Instructions.tsx:106 +#: js/settings/ui/Instructions.tsx:107 #: languages/wptelegram-login-js-translations.php:188 msgid "That's it. You are ready to rock :)" msgstr "Це воно. Ви готові запалювати :)" @@ -499,7 +499,7 @@ msgstr "Слідкуйте за %s" #. %s: channel name #. translators: %s: channel name -#: ../../packages/js/shared-ui/components/wptg-social-icons.tsx:62 +#: ../../packages/js/shared-ui/components/wptg-social-icons.tsx:57 #: languages/wptelegram-login-js-translations.php:53 msgid "Join %s" msgstr "Приєднуйтесь до %s" @@ -622,7 +622,7 @@ msgstr "Заголовок" #~ msgstr "WP Telegram Вхід" #. Description of the plugin -#: js/settings/ui/Sidebar.tsx:18 +#: js/settings/ui/Sidebar.tsx:19 #: wptelegram-login.php #: languages/wptelegram-login-js-translations.php:249 #~ msgid "Let the users login to your WordPress website with their Telegram and make it simple for them to get connected and let them receive their email notifications on Telegram." @@ -657,12 +657,12 @@ msgstr "" msgid "WP Telegram" msgstr "" -#: js/settings/ui/Sidebar.tsx:21 +#: js/settings/ui/Sidebar.tsx:22 #: languages/wptelegram-login-js-translations.php:252 msgid "Join our public chat on Telegram" msgstr "" -#: js/settings/ui/Sidebar.tsx:26 +#: js/settings/ui/Sidebar.tsx:27 #: languages/wptelegram-login-js-translations.php:255 msgid "Support" msgstr "" diff --git a/plugins/wptelegram-login/src/languages/wptelegram-login.pot b/plugins/wptelegram-login/src/languages/wptelegram-login.pot index 95e3acb8..eb019fd3 100644 --- a/plugins/wptelegram-login/src/languages/wptelegram-login.pot +++ b/plugins/wptelegram-login/src/languages/wptelegram-login.pot @@ -2,14 +2,14 @@ # This file is distributed under the GPL-2.0+. msgid "" msgstr "" -"Project-Id-Version: WP Telegram Login 1.11.3\n" +"Project-Id-Version: WP Telegram Login 1.11.4\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wptelegram-login\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2024-10-20T07:52:22+00:00\n" +"POT-Creation-Date: 2024-10-26T13:10:26+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.11.0\n" "language: en_US\n" @@ -104,7 +104,7 @@ msgstr "" #. %s: channel name #. translators: %s: channel name -#: ../../packages/js/shared-ui/components/wptg-social-icons.tsx:62 +#: ../../packages/js/shared-ui/components/wptg-social-icons.tsx:57 #: languages/wptelegram-login-js-translations.php:53 msgid "Join %s" msgstr "" @@ -115,7 +115,7 @@ msgid "Please read the instructions above." msgstr "" #: ../../packages/js/shared-ui/form/submit/submit-button.tsx:12 -#: js/settings/ui/Instructions.tsx:105 +#: js/settings/ui/Instructions.tsx:106 #: languages/wptelegram-login-js-translations.php:60 msgid "Save Changes" msgstr "" @@ -321,65 +321,65 @@ msgstr "" msgid "Display an error message if Telegram is blocked by user's ISP." msgstr "" -#: js/settings/ui/Instructions.tsx:101 +#: js/settings/ui/Instructions.tsx:102 #: languages/wptelegram-login-js-translations.php:182 msgid "Test your bot token below and fill in the bot username if not filled automatically." msgstr "" -#: js/settings/ui/Instructions.tsx:105 +#: js/settings/ui/Instructions.tsx:106 #: languages/wptelegram-login-js-translations.php:185 msgid "Hit %s below" msgstr "" -#: js/settings/ui/Instructions.tsx:106 +#: js/settings/ui/Instructions.tsx:107 #: languages/wptelegram-login-js-translations.php:188 msgid "That's it. You are ready to rock :)" msgstr "" -#: js/settings/ui/Instructions.tsx:16 +#: js/settings/ui/Instructions.tsx:17 #: languages/wptelegram-login-js-translations.php:191 msgid "Note:" msgstr "" -#: js/settings/ui/Instructions.tsx:18 +#: js/settings/ui/Instructions.tsx:19 #: languages/wptelegram-login-js-translations.php:194 msgid "You can use the same bot for all the WP Telegram plugins." msgstr "" #. 1 command name, 2 bot name #. translators: 1 command name, 2 bot name -#: js/settings/ui/Instructions.tsx:27 +#: js/settings/ui/Instructions.tsx:28 #: languages/wptelegram-login-js-translations.php:198 msgid "Create a Bot by sending %1$s command to %2$s." msgstr "" #. %s bot name #. translators: %s bot name -#: js/settings/ui/Instructions.tsx:48 +#: js/settings/ui/Instructions.tsx:49 #: languages/wptelegram-login-js-translations.php:202 msgid "After completing the steps %s will provide you the Bot Token." msgstr "" -#: js/settings/ui/Instructions.tsx:54 +#: js/settings/ui/Instructions.tsx:55 #: languages/wptelegram-login-js-translations.php:205 msgid "Copy the token and paste into the Bot Token field below." msgstr "" #. %s application name #. translators: %s application name -#: js/settings/ui/Instructions.tsx:58 +#: js/settings/ui/Instructions.tsx:59 #: languages/wptelegram-login-js-translations.php:209 msgid "For ease, use %s" msgstr "" -#: js/settings/ui/Instructions.tsx:64 +#: js/settings/ui/Instructions.tsx:65 #: languages/wptelegram-login-js-translations.php:212 msgid "Telegram Desktop" msgstr "" #. 1 command name, 2 bot name, 3 site url #. translators: 1 command name, 2 bot name, 3 site url -#: js/settings/ui/Instructions.tsx:74 +#: js/settings/ui/Instructions.tsx:75 #: languages/wptelegram-login-js-translations.php:216 msgid "Send %1$s command to %2$s, select your bot and then send %3$s" msgstr "" @@ -436,18 +436,18 @@ msgid "Redirect location after login." msgstr "" #. Description of the plugin -#: js/settings/ui/Sidebar.tsx:18 +#: js/settings/ui/Sidebar.tsx:19 #: wptelegram-login.php #: languages/wptelegram-login-js-translations.php:249 msgid "Let the users login to your WordPress website with their Telegram and make it simple for them to get connected and let them receive their email notifications on Telegram." msgstr "" -#: js/settings/ui/Sidebar.tsx:21 +#: js/settings/ui/Sidebar.tsx:22 #: languages/wptelegram-login-js-translations.php:252 msgid "Join our public chat on Telegram" msgstr "" -#: js/settings/ui/Sidebar.tsx:26 +#: js/settings/ui/Sidebar.tsx:27 #: languages/wptelegram-login-js-translations.php:255 msgid "Support" msgstr "" diff --git a/plugins/wptelegram-login/src/readme.txt b/plugins/wptelegram-login/src/readme.txt index 0da03963..9aca444c 100644 --- a/plugins/wptelegram-login/src/readme.txt +++ b/plugins/wptelegram-login/src/readme.txt @@ -5,7 +5,7 @@ Tags: telegram, login, register, social, signup Requires at least: 6.4 Requires PHP: 7.4 Tested up to: 6.6.2 -Stable tag: 1.11.3 +Stable tag: 1.11.4 License: GPL-3.0-or-later License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -154,7 +154,8 @@ Automatic updates should work smoothly, but we still recommend you back up your == Changelog == -= 1.11.3 = -- Fixed the messed up query params passed by Telegram Mini Apps += 1.11.4 = +- Performance improvements +- Fixed Telegram login redirect for Mini Apps [See full changelog](https://github.com/wpsocio/wptelegram-login/blob/main/CHANGELOG.md) diff --git a/plugins/wptelegram-login/src/wptelegram-login.php b/plugins/wptelegram-login/src/wptelegram-login.php index 9eab1f88..0c8b7a8f 100644 --- a/plugins/wptelegram-login/src/wptelegram-login.php +++ b/plugins/wptelegram-login/src/wptelegram-login.php @@ -10,7 +10,7 @@ * Plugin Name: WP Telegram Login * Plugin URI: https://t.me/WPTelegram * Description: Let the users login to your WordPress website with their Telegram and make it simple for them to get connected and let them receive their email notifications on Telegram. - * Version: 1.11.3 + * Version: 1.11.4 * Requires at least: 6.4 * Requires PHP: 7.4 * Author: WP Socio @@ -29,7 +29,7 @@ /** * Currently plugin version. */ -define( 'WPTELEGRAM_LOGIN_VER', '1.11.3' ); +define( 'WPTELEGRAM_LOGIN_VER', '1.11.4' ); defined( 'WPTELEGRAM_LOGIN_MAIN_FILE' ) || define( 'WPTELEGRAM_LOGIN_MAIN_FILE', __FILE__ ); diff --git a/plugins/wptelegram-widget/CHANGELOG.md b/plugins/wptelegram-widget/CHANGELOG.md index ff5949d8..f0311091 100644 --- a/plugins/wptelegram-widget/CHANGELOG.md +++ b/plugins/wptelegram-widget/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 2.2.3 + +### Patch Changes + +- [#193](https://github.com/wpsocio/wp-projects/pull/193) [`35f1abc`](https://github.com/wpsocio/wp-projects/commit/35f1abc0ad516ad2fa87bd4cbb3406fb77be1bc5) Thanks [@irshadahmad21](https://github.com/irshadahmad21)! - Performance improvements + ## 2.2.2 ### Patch Changes diff --git a/plugins/wptelegram-widget/README.md b/plugins/wptelegram-widget/README.md index edc6aa50..5c96c423 100644 --- a/plugins/wptelegram-widget/README.md +++ b/plugins/wptelegram-widget/README.md @@ -5,7 +5,7 @@ **Requires at least:** 6.4 **Requires PHP:** 7.4 **Tested up to:** 6.6.2 -**Stable tag:** 2.2.2 +**Stable tag:** 2.2.3 **License:** GPL-3.0-or-later **License URI:** [https://www.gnu.org/licenses/gpl-3.0.html](https://www.gnu.org/licenses/gpl-3.0.html) **Donate link:** [wpsocio.com/donate](https://wpsocio.com/donate) diff --git a/plugins/wptelegram-widget/composer.json b/plugins/wptelegram-widget/composer.json index de7787da..d514cffd 100644 --- a/plugins/wptelegram-widget/composer.json +++ b/plugins/wptelegram-widget/composer.json @@ -1,6 +1,6 @@ { "name": "wptelegram/widget", - "version": "2.2.2", + "version": "2.2.3", "description": "Display the Telegram Public Channel or Group Feed in a WordPress widget or anywhere you want using a shortcode.", "scripts": { "lint": "\"vendor/bin/phpcs\" --standard=../../phpcs.xml --extensions=php src/ dev.php", diff --git a/plugins/wptelegram-widget/package.json b/plugins/wptelegram-widget/package.json index 7ca08ee0..6bcaf06b 100644 --- a/plugins/wptelegram-widget/package.json +++ b/plugins/wptelegram-widget/package.json @@ -1,7 +1,7 @@ { "name": "wptelegram-widget", "title": "WP Telegram Widget", - "version": "2.2.2", + "version": "2.2.3", "description": "Display the Telegram Public Channel or Group Feed in a WordPress widget or anywhere you want using a shortcode.", "private": true, "license": "GPL-3.0-or-later", @@ -73,7 +73,9 @@ ] }, { - "paths": ["src/assets/build/dev-server.json"], + "paths": [ + "src/assets/build/dev-server.json" + ], "rules": [ { "value": "NOT_EXISTS" @@ -85,15 +87,21 @@ "wireit": { "build": { "command": "vite build && pnpm run validate-build", - "output": ["src/assets/build"] + "output": [ + "src/assets/build" + ] }, "setup:php": { "command": "composer install", - "dependencies": ["unset-vendor-dir"] + "dependencies": [ + "unset-vendor-dir" + ] }, "setup:php:prod": { "command": "composer install --no-dev && pnpm run unset-vendor-dir", - "dependencies": ["set-prod-vendor"] + "dependencies": [ + "set-prod-vendor" + ] }, "set-prod-vendor": { "command": "composer config vendor-dir src/vendor" diff --git a/plugins/wptelegram-widget/src/languages/wptelegram-widget-de_DE.l10n.php b/plugins/wptelegram-widget/src/languages/wptelegram-widget-de_DE.l10n.php index 8ed5fbe8..73d3d708 100644 --- a/plugins/wptelegram-widget/src/languages/wptelegram-widget-de_DE.l10n.php +++ b/plugins/wptelegram-widget/src/languages/wptelegram-widget-de_DE.l10n.php @@ -1,2 +1,2 @@ NULL,'plural-forms'=>'nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);','language'=>'de','project-id-version'=>'WPTelegram Widget 1.0.0','pot-creation-date'=>'2023-12-07 11:54:14+00:00','po-revision-date'=>'2021-02-22 14:31+0530','x-generator'=>'Poedit 2.4.2','messages'=>['Telegram Widget'=>'Telegram Widget','Widget Options'=>'Widget-Optionen','Widget Width'=>'Widget-Breite','Widget Height'=>'Widget-Höhe','Telegram Channel Ajax Feed'=>'Telegram Ajax-Feed des Channels','Author Photo'=>'Foto des Verfassers anzeigen','Number of Messages'=>'Anzahl Nachrichten anzeigen','Telegram Channel Feed'=>'Telegram Channel Feed','Options'=>'Optionen','Edit URL'=>'URL bearbeiten','Telegram post URL'=>'Beitrags-URL von Telegram','Loading…'=>'Wird geladen...','Embed'=>'Einbetten','Telegram Single Post'=>'einzelner Telegram-Beitrag','Host blocks Telegram'=>'Anbieter blockiert Telegram','Google Script URL'=>'Google Script URL','Bot Token'=>'Bot Token','Ajax Widget'=>'Ajax Widget','Legacy Widget'=>'Abgekündigtes Widget','The requests to Telegram will be sent via your Google Script.'=>'Die Anfragen an Telegram werden über dein Google Script versendet.','See this tutorial'=>'Tutorial anzeigen','or'=>'oder','WP Telegram Ajax Widget'=>'WP Telegram Ajax Widget','To make sure the updates are pulled in time, it is recommended to set up a cron on your hosting server that hits the below URL every five minutes or so.'=>'Um sicherzustellen, das die Aktualisierungen durchgeführt werden, wird empfohlen, einen Cronjob auf dem Webserver zu erstellen, der die folgende URL beispielsweise alle 5 Minuten aufruft.','Create a Bot by sending %1$s command to %2$s.'=>'Einen Bot erstellen, indem der Befehl %1$s an den %2$s geschickt wird','After completing the steps %s will provide you the Bot Token.'=>'Der %s fragt nach Bezeichnung und Benutzername des neuen Bot und teilt im Anschluss das API-Token des Bot mit.','Copy the token and paste into the Bot Token field below.'=>'Das API-Token des Bot kopieren und in das unten stehende Feld "Bot API-Token" einfügen.','For ease, use %s'=>'Zur einfachen Eingabe empfehlen wir %s','Add the Bot as Administrator to your Channel/Group.'=>'Der Bot muss nun als Administrator zu einem Channel oder einer Gruppe hinzugefügt warden.','Tip!'=>'Hinweis:','Updates are pulled every five minutes if someone visits your website.'=>'Aktualisierungen werden alle 5 Minuten durchgeführt, wenn jemand die Website besucht.','Auto'=>'Automatisch','Always show'=>'Immer anzeigen','Always hide'=>'Immer verbergen','Number of messages to display in the widget.'=>'Anzahl der Nachrichten, die im Widget angezeigt werden sollen.','WP Telegram Legacy Widget'=>'WP Telegram abgekündigtes Widget','Please read the instructions above.'=>'Bitte die obenstehende Anleitung beachten.','INSTRUCTIONS!'=>'ANLEITUNG:','Do you like %s?'=>'Gefällt dir %s?','Need help?'=>'Hilfe benötigt?','Members Count:'=>'Anzahl Mitglieder:','Result:'=>'Testresultat:','Test Result:'=>'Testresultat:','Follow %s'=>'Folge %s','Join %s'=>'Tritt %s bei','Goto %1$s and click/drag %2$s and place it where you want it to be.'=>'Im Menüpunkt %1$s kann das %2$s an die passende Stelle im Theme positioniert werden.','Appearance'=>'Design','Widgets'=>'Widgets','Alternately, you can use the below shortcode or the block available in block editor.'=>'Alternativ kannst du folgenden Shortcode verwenden oder den Block im Blockeditor.','Inside page or post content:'=>'Auf einer Seite oder in einem Beitrag:','Inside the theme templates'=>'Direkt in einem Theme-Template:','Widget Info'=>'Widget-Infos','Please wait…'=>'Bitte warten...','Test Token'=>'Test Token','Send Test'=>'Sende Test','Could not connect'=>'Verbindung konnte nicht hergestellt werden','A message will be sent to the Channel/Group/Chat. You can modify the text below'=>'Eine Nachricht wird an die chat_ids gesendet. Du kannst den Text im Folgenden ändern','This is a test message'=>'Das ist eine Testnachricht','Success'=>'Erfolgreich','Changes saved successfully.'=>'Die Änderungen wurden erfolgreich gespeichert.','Invalid %s'=>'Ungültig: %s','%s required.'=>'%s wird benötigt.','Changes could not be saved.'=>'Die Änderungen konnten nicht gespeichert werden.','Every 5 Minutes'=>'Alle 5 Minuten','Display the Telegram Public Channel Feed in an ajax widget with infinite scroll.'=>'Den Telegram Public Channel Feed in einem AJAX-Widget mit Endlos-Scrollen anzeigen','Title'=>'Titel','Display the Telegram Public Channel or Group Feed in a widget'=>'Zeigt einen öffentlichen Telegram Channel oder Gruppen-Feed in einem Widget an']]; \ No newline at end of file +return ['domain'=>NULL,'plural-forms'=>'nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);','language'=>'de','project-id-version'=>'WPTelegram Widget 1.0.0','pot-creation-date'=>'2023-12-07 11:54:14+00:00','po-revision-date'=>'2021-02-22 14:31+0530','x-generator'=>'Poedit 2.4.2','messages'=>['Telegram Widget'=>'Telegram Widget','Widget Options'=>'Widget-Optionen','Widget Width'=>'Widget-Breite','Widget Height'=>'Widget-Höhe','Telegram Channel Ajax Feed'=>'Telegram Ajax-Feed des Channels','Author Photo'=>'Foto des Verfassers anzeigen','Number of Messages'=>'Anzahl Nachrichten anzeigen','Telegram Channel Feed'=>'Telegram Channel Feed','Options'=>'Optionen','Edit URL'=>'URL bearbeiten','Telegram post URL'=>'Beitrags-URL von Telegram','Loading…'=>'Wird geladen...','Embed'=>'Einbetten','Telegram Single Post'=>'einzelner Telegram-Beitrag','Host blocks Telegram'=>'Anbieter blockiert Telegram','Google Script URL'=>'Google Script URL','Bot Token'=>'Bot Token','Ajax Widget'=>'Ajax Widget','Legacy Widget'=>'Abgekündigtes Widget','The requests to Telegram will be sent via your Google Script.'=>'Die Anfragen an Telegram werden über dein Google Script versendet.','See this tutorial'=>'Tutorial anzeigen','or'=>'oder','WP Telegram Ajax Widget'=>'WP Telegram Ajax Widget','To make sure the updates are pulled in time, it is recommended to set up a cron on your hosting server that hits the below URL every five minutes or so.'=>'Um sicherzustellen, das die Aktualisierungen durchgeführt werden, wird empfohlen, einen Cronjob auf dem Webserver zu erstellen, der die folgende URL beispielsweise alle 5 Minuten aufruft.','Create a Bot by sending %1$s command to %2$s.'=>'Einen Bot erstellen, indem der Befehl %1$s an den %2$s geschickt wird','After completing the steps %s will provide you the Bot Token.'=>'Der %s fragt nach Bezeichnung und Benutzername des neuen Bot und teilt im Anschluss das API-Token des Bot mit.','Copy the token and paste into the Bot Token field below.'=>'Das API-Token des Bot kopieren und in das unten stehende Feld "Bot API-Token" einfügen.','For ease, use %s'=>'Zur einfachen Eingabe empfehlen wir %s','Add the Bot as Administrator to your Channel/Group.'=>'Der Bot muss nun als Administrator zu einem Channel oder einer Gruppe hinzugefügt warden.','Tip!'=>'Hinweis:','Updates are pulled every five minutes if someone visits your website.'=>'Aktualisierungen werden alle 5 Minuten durchgeführt, wenn jemand die Website besucht.','Auto'=>'Automatisch','Always show'=>'Immer anzeigen','Always hide'=>'Immer verbergen','Number of messages to display in the widget.'=>'Anzahl der Nachrichten, die im Widget angezeigt werden sollen.','WP Telegram Legacy Widget'=>'WP Telegram abgekündigtes Widget','Please read the instructions above.'=>'Bitte die obenstehende Anleitung beachten.','INSTRUCTIONS!'=>'ANLEITUNG:','Do you like %s?'=>'Gefällt dir %s?','Need help?'=>'Hilfe benötigt?','Members Count:'=>'Anzahl Mitglieder:','Test Result:'=>'Testresultat:','Follow %s'=>'Folge %s','Join %s'=>'Tritt %s bei','Goto %1$s and click/drag %2$s and place it where you want it to be.'=>'Im Menüpunkt %1$s kann das %2$s an die passende Stelle im Theme positioniert werden.','Appearance'=>'Design','Widgets'=>'Widgets','Alternately, you can use the below shortcode or the block available in block editor.'=>'Alternativ kannst du folgenden Shortcode verwenden oder den Block im Blockeditor.','Inside page or post content:'=>'Auf einer Seite oder in einem Beitrag:','Inside the theme templates'=>'Direkt in einem Theme-Template:','Widget Info'=>'Widget-Infos','Please wait…'=>'Bitte warten...','Test Token'=>'Test Token','Send Test'=>'Sende Test','Could not connect'=>'Verbindung konnte nicht hergestellt werden','A message will be sent to the Channel/Group/Chat. You can modify the text below'=>'Eine Nachricht wird an die chat_ids gesendet. Du kannst den Text im Folgenden ändern','This is a test message'=>'Das ist eine Testnachricht','Success'=>'Erfolgreich','Changes saved successfully.'=>'Die Änderungen wurden erfolgreich gespeichert.','Invalid %s'=>'Ungültig: %s','%s required.'=>'%s wird benötigt.','Changes could not be saved.'=>'Die Änderungen konnten nicht gespeichert werden.','Every 5 Minutes'=>'Alle 5 Minuten','Display the Telegram Public Channel Feed in an ajax widget with infinite scroll.'=>'Den Telegram Public Channel Feed in einem AJAX-Widget mit Endlos-Scrollen anzeigen','Title'=>'Titel','Display the Telegram Public Channel or Group Feed in a widget'=>'Zeigt einen öffentlichen Telegram Channel oder Gruppen-Feed in einem Widget an']]; \ No newline at end of file diff --git a/plugins/wptelegram-widget/src/languages/wptelegram-widget-de_DE.mo b/plugins/wptelegram-widget/src/languages/wptelegram-widget-de_DE.mo index 4e5c0f65..96a727f8 100644 Binary files a/plugins/wptelegram-widget/src/languages/wptelegram-widget-de_DE.mo and b/plugins/wptelegram-widget/src/languages/wptelegram-widget-de_DE.mo differ diff --git a/plugins/wptelegram-widget/src/languages/wptelegram-widget-de_DE.po b/plugins/wptelegram-widget/src/languages/wptelegram-widget-de_DE.po index 6009a7b3..9e20e744 100644 --- a/plugins/wptelegram-widget/src/languages/wptelegram-widget-de_DE.po +++ b/plugins/wptelegram-widget/src/languages/wptelegram-widget-de_DE.po @@ -268,7 +268,7 @@ msgstr "" #: ../../packages/js/shared-ui/components/widget-info/widget-info.tsx:59 #: js/settings/ui/ajaxWidget/AjaxWidget.tsx:54 #: js/settings/ui/legacyWidget/LegacyWidget.tsx:40 -#: languages/wptelegram-widget-js-translations.php:66 +#: languages/wptelegram-widget-js-translations.php:69 #: shared/widgets/Ajax.php:134 msgid "or" msgstr "oder" @@ -310,80 +310,80 @@ msgstr "" msgid "WP Telegram Join Channel" msgstr "" -#: js/settings/ui/legacyWidget/Instructions.tsx:111 +#: js/settings/ui/legacyWidget/Instructions.tsx:112 #: languages/wptelegram-widget-js-translations.php:283 msgid "To make sure the updates are pulled in time, it is recommended to set up a cron on your hosting server that hits the below URL every five minutes or so." msgstr "Um sicherzustellen, das die Aktualisierungen durchgeführt werden, wird empfohlen, einen Cronjob auf dem Webserver zu erstellen, der die folgende URL beispielsweise alle 5 Minuten aufruft." #. 1 command name, 2 bot name #. translators: 1 command name, 2 bot name -#: js/settings/ui/legacyWidget/Instructions.tsx:18 +#: js/settings/ui/legacyWidget/Instructions.tsx:19 #: languages/wptelegram-widget-js-translations.php:287 msgid "Create a Bot by sending %1$s command to %2$s." msgstr "Einen Bot erstellen, indem der Befehl %1$s an den %2$s geschickt wird" #. %s bot name #. translators: %s bot name -#: js/settings/ui/legacyWidget/Instructions.tsx:39 +#: js/settings/ui/legacyWidget/Instructions.tsx:40 #: languages/wptelegram-widget-js-translations.php:291 msgid "After completing the steps %s will provide you the Bot Token." msgstr "Der %s fragt nach Bezeichnung und Benutzername des neuen Bot und teilt im Anschluss das API-Token des Bot mit." -#: js/settings/ui/legacyWidget/Instructions.tsx:47 +#: js/settings/ui/legacyWidget/Instructions.tsx:48 #: languages/wptelegram-widget-js-translations.php:294 msgid "Copy the token and paste into the Bot Token field below." msgstr "Das API-Token des Bot kopieren und in das unten stehende Feld \"Bot API-Token\" einfügen." #. %s application name #. translators: %s application name -#: js/settings/ui/legacyWidget/Instructions.tsx:51 +#: js/settings/ui/legacyWidget/Instructions.tsx:52 #: languages/wptelegram-widget-js-translations.php:298 msgid "For ease, use %s" msgstr "Zur einfachen Eingabe empfehlen wir %s" -#: js/settings/ui/legacyWidget/Instructions.tsx:57 +#: js/settings/ui/legacyWidget/Instructions.tsx:58 #: languages/wptelegram-widget-js-translations.php:301 msgid "Telegram Desktop" msgstr "" -#: js/settings/ui/legacyWidget/Instructions.tsx:63 +#: js/settings/ui/legacyWidget/Instructions.tsx:64 #: languages/wptelegram-widget-js-translations.php:304 msgid "Add the Bot as Administrator to your Channel/Group." msgstr "Der Bot muss nun als Administrator zu einem Channel oder einer Gruppe hinzugefügt warden." -#: js/settings/ui/legacyWidget/Instructions.tsx:64 +#: js/settings/ui/legacyWidget/Instructions.tsx:65 #: languages/wptelegram-widget-js-translations.php:307 msgid "Send a test message to see if we did it right." msgstr "" -#: js/settings/ui/legacyWidget/Instructions.tsx:67 +#: js/settings/ui/legacyWidget/Instructions.tsx:68 #: languages/wptelegram-widget-js-translations.php:310 msgid "For groups, disable group privacy for the bot." msgstr "" #. 1 command name, 2 bot name, 3 site url #. translators: 1 command name, 2 bot name, 3 site url -#: js/settings/ui/legacyWidget/Instructions.tsx:74 +#: js/settings/ui/legacyWidget/Instructions.tsx:75 #: languages/wptelegram-widget-js-translations.php:314 msgid "Send %1$s command to %2$s." msgstr "" -#: js/settings/ui/legacyWidget/Instructions.tsx:92 +#: js/settings/ui/legacyWidget/Instructions.tsx:93 #: languages/wptelegram-widget-js-translations.php:317 msgid "Choose your bot." msgstr "" -#: js/settings/ui/legacyWidget/Instructions.tsx:93 +#: js/settings/ui/legacyWidget/Instructions.tsx:94 #: languages/wptelegram-widget-js-translations.php:320 msgid "Select \"Disable\"." msgstr "" -#: js/settings/ui/legacyWidget/Instructions.tsx:100 +#: js/settings/ui/legacyWidget/Instructions.tsx:101 #: languages/wptelegram-widget-js-translations.php:277 msgid "Tip!" msgstr "Hinweis:" -#: js/settings/ui/legacyWidget/Instructions.tsx:105 +#: js/settings/ui/legacyWidget/Instructions.tsx:106 #: languages/wptelegram-widget-js-translations.php:280 msgid "Updates are pulled every five minutes if someone visits your website." msgstr "Aktualisierungen werden alle 5 Minuten durchgeführt, wenn jemand die Website besucht." @@ -429,47 +429,42 @@ msgid "Channel or group username." msgstr "" #: ../../packages/js/shared-ui/form/bot-token-field.tsx:45 -#: languages/wptelegram-widget-js-translations.php:77 +#: languages/wptelegram-widget-js-translations.php:80 msgid "Please read the instructions above." msgstr "Bitte die obenstehende Anleitung beachten." #: ../../packages/js/shared-ui/components/instructions.tsx:17 -#: languages/wptelegram-widget-js-translations.php:29 +#: languages/wptelegram-widget-js-translations.php:32 msgid "INSTRUCTIONS!" msgstr "ANLEITUNG:" #. %s: plugin name #. translators: %s: plugin name #: ../../packages/js/shared-ui/components/plugin-info/plugin-info-card.tsx:57 -#: languages/wptelegram-widget-js-translations.php:33 +#: languages/wptelegram-widget-js-translations.php:36 msgid "Do you like %s?" msgstr "Gefällt dir %s?" #: ../../packages/js/shared-ui/components/plugin-info/plugin-info-card.tsx:69 -#: languages/wptelegram-widget-js-translations.php:36 +#: languages/wptelegram-widget-js-translations.php:39 msgid "Write a review" msgstr "" #: ../../packages/js/shared-ui/components/plugin-info/plugin-info-card.tsx:85 -#: languages/wptelegram-widget-js-translations.php:39 +#: languages/wptelegram-widget-js-translations.php:42 msgid "Need help?" msgstr "Hilfe benötigt?" #: ../../packages/js/shared-ui/form/submit/submit-button.tsx:12 -#: languages/wptelegram-widget-js-translations.php:80 +#: languages/wptelegram-widget-js-translations.php:83 msgid "Save Changes" msgstr "" #: ../../packages/js/shared-ui/form/test-result/member-count-result.tsx:17 -#: languages/wptelegram-widget-js-translations.php:83 +#: languages/wptelegram-widget-js-translations.php:86 msgid "Members Count:" msgstr "Anzahl Mitglieder:" -#: languages/wptelegram-widget-js-translations.php:86 -#, fuzzy -msgid "Result:" -msgstr "Testresultat:" - #: ../../packages/js/shared-ui/form/test-result/render-test-result.tsx:39 #: languages/wptelegram-widget-js-translations.php:89 msgid "Test Result:" @@ -478,51 +473,51 @@ msgstr "Testresultat:" #. %s: social handle #. translators: %s: social handle #: ../../packages/js/shared-ui/components/wptg-social-icons.tsx:42 -#: languages/wptelegram-widget-js-translations.php:70 +#: languages/wptelegram-widget-js-translations.php:73 msgid "Follow %s" msgstr "Folge %s" #. %s: channel name #. translators: %s: channel name -#: ../../packages/js/shared-ui/components/wptg-social-icons.tsx:62 -#: languages/wptelegram-widget-js-translations.php:74 +#: ../../packages/js/shared-ui/components/wptg-social-icons.tsx:57 +#: languages/wptelegram-widget-js-translations.php:77 msgid "Join %s" msgstr "Tritt %s bei" #. 1, 2 Menu names #. translators: 1, 2 Menu names #: ../../packages/js/shared-ui/components/widget-info/widget-info.tsx:30 -#: languages/wptelegram-widget-js-translations.php:46 +#: languages/wptelegram-widget-js-translations.php:49 msgid "Goto %1$s and click/drag %2$s and place it where you want it to be." msgstr "Im Menüpunkt %1$s kann das %2$s an die passende Stelle im Theme positioniert werden." #: ../../packages/js/shared-ui/components/widget-info/widget-info.tsx:39 -#: languages/wptelegram-widget-js-translations.php:49 +#: languages/wptelegram-widget-js-translations.php:52 msgid "Appearance" msgstr "Design" #: ../../packages/js/shared-ui/components/widget-info/widget-info.tsx:40 -#: languages/wptelegram-widget-js-translations.php:52 +#: languages/wptelegram-widget-js-translations.php:55 msgid "Widgets" msgstr "Widgets" #: ../../packages/js/shared-ui/components/widget-info/widget-info.tsx:48 -#: languages/wptelegram-widget-js-translations.php:55 +#: languages/wptelegram-widget-js-translations.php:58 msgid "Alternately, you can use the below shortcode or the block available in block editor." msgstr "Alternativ kannst du folgenden Shortcode verwenden oder den Block im Blockeditor." #: ../../packages/js/shared-ui/components/widget-info/widget-info.tsx:52 -#: languages/wptelegram-widget-js-translations.php:58 +#: languages/wptelegram-widget-js-translations.php:61 msgid "Inside page or post content:" msgstr "Auf einer Seite oder in einem Beitrag:" #: ../../packages/js/shared-ui/components/widget-info/widget-info.tsx:56 -#: languages/wptelegram-widget-js-translations.php:61 +#: languages/wptelegram-widget-js-translations.php:64 msgid "Inside the theme templates" msgstr "Direkt in einem Theme-Template:" #: ../../packages/js/shared-ui/components/widget-info/widget-info-card.tsx:24 -#: languages/wptelegram-widget-js-translations.php:42 +#: languages/wptelegram-widget-js-translations.php:45 msgid "Widget Info" msgstr "Widget-Infos" @@ -568,17 +563,17 @@ msgid "This is a test message" msgstr "Das ist eine Testnachricht" #: ../../packages/js/services/telegram/telegram-utils.ts:152 -#: languages/wptelegram-widget-js-translations.php:20 +#: languages/wptelegram-widget-js-translations.php:23 msgid "Success" msgstr "Erfolgreich" #: ../../packages/js/services/use-display-feedback.ts:68 -#: languages/wptelegram-widget-js-translations.php:23 +#: languages/wptelegram-widget-js-translations.php:26 msgid "Lets fix these errors first." msgstr "" #: ../../packages/js/services/use-submit-form.ts:64 -#: languages/wptelegram-widget-js-translations.php:26 +#: languages/wptelegram-widget-js-translations.php:29 msgid "Changes saved successfully." msgstr "Die Änderungen wurden erfolgreich gespeichert." @@ -628,7 +623,7 @@ msgstr "Zeigt einen öffentlichen Telegram Channel oder Gruppen-Feed in einem Wi #~ msgstr "WP Telegram Widget" #. Description of the plugin -#: js/settings/ui/Sidebar.tsx:18 +#: js/settings/ui/Sidebar.tsx:19 #: wptelegram-widget.php #: languages/wptelegram-widget-js-translations.php:217 #~ msgid "Display the Telegram Public Channel or Group Feed in a WordPress widget or anywhere you want using a shortcode." @@ -669,12 +664,12 @@ msgstr "" msgid "WP Telegram" msgstr "" -#: js/settings/ui/Sidebar.tsx:21 +#: js/settings/ui/Sidebar.tsx:22 #: languages/wptelegram-widget-js-translations.php:220 msgid "Join our public chat on Telegram" msgstr "" -#: js/settings/ui/joinLink/PostTypes.tsx:22 +#: js/settings/ui/joinLink/PostTypes.tsx:23 #: languages/wptelegram-widget-js-translations.php:274 msgid "The join link will be automatically added to the selected post types." msgstr "" @@ -695,5 +690,6 @@ msgid "Legacy Widget does not show the old messages." msgstr "" #: ../../packages/js/services/telegram/telegram-utils.ts:133 +#: languages/wptelegram-widget-js-translations.php:20 msgid "Message is empty" msgstr "" diff --git a/plugins/wptelegram-widget/src/languages/wptelegram-widget-js-translations.php b/plugins/wptelegram-widget/src/languages/wptelegram-widget-js-translations.php index f300f74f..ed8d2121 100644 --- a/plugins/wptelegram-widget/src/languages/wptelegram-widget-js-translations.php +++ b/plugins/wptelegram-widget/src/languages/wptelegram-widget-js-translations.php @@ -72,7 +72,7 @@ /* translators: %s: social handle */ __( 'Follow %s', 'wptelegram-widget' ), - // Reference: ../../packages/js/shared-ui/components/wptg-social-icons.tsx:62 + // Reference: ../../packages/js/shared-ui/components/wptg-social-icons.tsx:57 /* translators: %s: channel name */ __( 'Join %s', 'wptelegram-widget' ), @@ -213,10 +213,10 @@ // Reference: js/settings/services/fields.ts:28 __( 'Open in new tab', 'wptelegram-widget' ), - // Reference: js/settings/ui/Sidebar.tsx:18 + // Reference: js/settings/ui/Sidebar.tsx:19 __( 'Display the Telegram Public Channel or Group Feed in a WordPress widget or anywhere you want using a shortcode.', 'wptelegram-widget' ), - // Reference: js/settings/ui/Sidebar.tsx:21 + // Reference: js/settings/ui/Sidebar.tsx:22 __( 'Join our public chat on Telegram', 'wptelegram-widget' ), // Reference: js/settings/ui/TabbedSections.tsx:22 @@ -270,53 +270,53 @@ // Reference: js/settings/ui/joinLink/JoinLinkInfo.tsx:12 __( 'WP Telegram Join Channel', 'wptelegram-widget' ), - // Reference: js/settings/ui/joinLink/PostTypes.tsx:22 + // Reference: js/settings/ui/joinLink/PostTypes.tsx:23 __( 'The join link will be automatically added to the selected post types.', 'wptelegram-widget' ), - // Reference: js/settings/ui/legacyWidget/Instructions.tsx:100 + // Reference: js/settings/ui/legacyWidget/Instructions.tsx:101 __( 'Tip!', 'wptelegram-widget' ), - // Reference: js/settings/ui/legacyWidget/Instructions.tsx:105 + // Reference: js/settings/ui/legacyWidget/Instructions.tsx:106 __( 'Updates are pulled every five minutes if someone visits your website.', 'wptelegram-widget' ), - // Reference: js/settings/ui/legacyWidget/Instructions.tsx:111 + // Reference: js/settings/ui/legacyWidget/Instructions.tsx:112 __( 'To make sure the updates are pulled in time, it is recommended to set up a cron on your hosting server that hits the below URL every five minutes or so.', 'wptelegram-widget' ), - // Reference: js/settings/ui/legacyWidget/Instructions.tsx:18 + // Reference: js/settings/ui/legacyWidget/Instructions.tsx:19 /* translators: 1 command name, 2 bot name */ __( 'Create a Bot by sending %1$s command to %2$s.', 'wptelegram-widget' ), - // Reference: js/settings/ui/legacyWidget/Instructions.tsx:39 + // Reference: js/settings/ui/legacyWidget/Instructions.tsx:40 /* translators: %s bot name */ __( 'After completing the steps %s will provide you the Bot Token.', 'wptelegram-widget' ), - // Reference: js/settings/ui/legacyWidget/Instructions.tsx:47 + // Reference: js/settings/ui/legacyWidget/Instructions.tsx:48 __( 'Copy the token and paste into the Bot Token field below.', 'wptelegram-widget' ), - // Reference: js/settings/ui/legacyWidget/Instructions.tsx:51 + // Reference: js/settings/ui/legacyWidget/Instructions.tsx:52 /* translators: %s application name */ __( 'For ease, use %s', 'wptelegram-widget' ), - // Reference: js/settings/ui/legacyWidget/Instructions.tsx:57 + // Reference: js/settings/ui/legacyWidget/Instructions.tsx:58 __( 'Telegram Desktop', 'wptelegram-widget' ), - // Reference: js/settings/ui/legacyWidget/Instructions.tsx:63 + // Reference: js/settings/ui/legacyWidget/Instructions.tsx:64 __( 'Add the Bot as Administrator to your Channel/Group.', 'wptelegram-widget' ), - // Reference: js/settings/ui/legacyWidget/Instructions.tsx:64 + // Reference: js/settings/ui/legacyWidget/Instructions.tsx:65 __( 'Send a test message to see if we did it right.', 'wptelegram-widget' ), - // Reference: js/settings/ui/legacyWidget/Instructions.tsx:67 + // Reference: js/settings/ui/legacyWidget/Instructions.tsx:68 __( 'For groups, disable group privacy for the bot.', 'wptelegram-widget' ), - // Reference: js/settings/ui/legacyWidget/Instructions.tsx:74 + // Reference: js/settings/ui/legacyWidget/Instructions.tsx:75 /* translators: 1 command name, 2 bot name, 3 site url */ __( 'Send %1$s command to %2$s.', 'wptelegram-widget' ), - // Reference: js/settings/ui/legacyWidget/Instructions.tsx:92 + // Reference: js/settings/ui/legacyWidget/Instructions.tsx:93 __( 'Choose your bot.', 'wptelegram-widget' ), - // Reference: js/settings/ui/legacyWidget/Instructions.tsx:93 + // Reference: js/settings/ui/legacyWidget/Instructions.tsx:94 __( 'Select "Disable".', 'wptelegram-widget' ), // Reference: js/settings/ui/legacyWidget/LegacyWidget.tsx:19 diff --git a/plugins/wptelegram-widget/src/languages/wptelegram-widget-ru_RU.po b/plugins/wptelegram-widget/src/languages/wptelegram-widget-ru_RU.po index d3a9dbaf..1cc59c4b 100644 --- a/plugins/wptelegram-widget/src/languages/wptelegram-widget-ru_RU.po +++ b/plugins/wptelegram-widget/src/languages/wptelegram-widget-ru_RU.po @@ -269,7 +269,7 @@ msgstr "" #: ../../packages/js/shared-ui/components/widget-info/widget-info.tsx:59 #: js/settings/ui/ajaxWidget/AjaxWidget.tsx:54 #: js/settings/ui/legacyWidget/LegacyWidget.tsx:40 -#: languages/wptelegram-widget-js-translations.php:66 +#: languages/wptelegram-widget-js-translations.php:69 #: shared/widgets/Ajax.php:134 msgid "or" msgstr "или" @@ -311,80 +311,80 @@ msgstr "" msgid "WP Telegram Join Channel" msgstr "" -#: js/settings/ui/legacyWidget/Instructions.tsx:111 +#: js/settings/ui/legacyWidget/Instructions.tsx:112 #: languages/wptelegram-widget-js-translations.php:283 msgid "To make sure the updates are pulled in time, it is recommended to set up a cron on your hosting server that hits the below URL every five minutes or so." msgstr "Для уверенности, что обновление пройдёт вовремя, рекомендуется настроить cron на сервере используя ссылку ниже каждые 5 минут." #. 1 command name, 2 bot name #. translators: 1 command name, 2 bot name -#: js/settings/ui/legacyWidget/Instructions.tsx:18 +#: js/settings/ui/legacyWidget/Instructions.tsx:19 #: languages/wptelegram-widget-js-translations.php:287 msgid "Create a Bot by sending %1$s command to %2$s." msgstr "" #. %s bot name #. translators: %s bot name -#: js/settings/ui/legacyWidget/Instructions.tsx:39 +#: js/settings/ui/legacyWidget/Instructions.tsx:40 #: languages/wptelegram-widget-js-translations.php:291 msgid "After completing the steps %s will provide you the Bot Token." msgstr "После завершения шага c %s Вы получите токен бота." -#: js/settings/ui/legacyWidget/Instructions.tsx:47 +#: js/settings/ui/legacyWidget/Instructions.tsx:48 #: languages/wptelegram-widget-js-translations.php:294 msgid "Copy the token and paste into the Bot Token field below." msgstr "Скопируйте и вставьте в поле Токен бота ниже" #. %s application name #. translators: %s application name -#: js/settings/ui/legacyWidget/Instructions.tsx:51 +#: js/settings/ui/legacyWidget/Instructions.tsx:52 #: languages/wptelegram-widget-js-translations.php:298 msgid "For ease, use %s" msgstr "Для удобства используйте %s" -#: js/settings/ui/legacyWidget/Instructions.tsx:57 +#: js/settings/ui/legacyWidget/Instructions.tsx:58 #: languages/wptelegram-widget-js-translations.php:301 msgid "Telegram Desktop" msgstr "" -#: js/settings/ui/legacyWidget/Instructions.tsx:63 +#: js/settings/ui/legacyWidget/Instructions.tsx:64 #: languages/wptelegram-widget-js-translations.php:304 msgid "Add the Bot as Administrator to your Channel/Group." msgstr "Добавьте бота в Администраторы в вашем канале/чате." -#: js/settings/ui/legacyWidget/Instructions.tsx:64 +#: js/settings/ui/legacyWidget/Instructions.tsx:65 #: languages/wptelegram-widget-js-translations.php:307 msgid "Send a test message to see if we did it right." msgstr "" -#: js/settings/ui/legacyWidget/Instructions.tsx:67 +#: js/settings/ui/legacyWidget/Instructions.tsx:68 #: languages/wptelegram-widget-js-translations.php:310 msgid "For groups, disable group privacy for the bot." msgstr "" #. 1 command name, 2 bot name, 3 site url #. translators: 1 command name, 2 bot name, 3 site url -#: js/settings/ui/legacyWidget/Instructions.tsx:74 +#: js/settings/ui/legacyWidget/Instructions.tsx:75 #: languages/wptelegram-widget-js-translations.php:314 msgid "Send %1$s command to %2$s." msgstr "" -#: js/settings/ui/legacyWidget/Instructions.tsx:92 +#: js/settings/ui/legacyWidget/Instructions.tsx:93 #: languages/wptelegram-widget-js-translations.php:317 msgid "Choose your bot." msgstr "" -#: js/settings/ui/legacyWidget/Instructions.tsx:93 +#: js/settings/ui/legacyWidget/Instructions.tsx:94 #: languages/wptelegram-widget-js-translations.php:320 msgid "Select \"Disable\"." msgstr "" -#: js/settings/ui/legacyWidget/Instructions.tsx:100 +#: js/settings/ui/legacyWidget/Instructions.tsx:101 #: languages/wptelegram-widget-js-translations.php:277 msgid "Tip!" msgstr "Подсказка!" -#: js/settings/ui/legacyWidget/Instructions.tsx:105 +#: js/settings/ui/legacyWidget/Instructions.tsx:106 #: languages/wptelegram-widget-js-translations.php:280 msgid "Updates are pulled every five minutes if someone visits your website." msgstr "Обновление пройдёт через каждые 5 минут, если Ваш сайт кто-то посетит." @@ -430,46 +430,42 @@ msgid "Channel or group username." msgstr "" #: ../../packages/js/shared-ui/form/bot-token-field.tsx:45 -#: languages/wptelegram-widget-js-translations.php:77 +#: languages/wptelegram-widget-js-translations.php:80 msgid "Please read the instructions above." msgstr "Пожалуйста, прочитайте инструкцию выше." #: ../../packages/js/shared-ui/components/instructions.tsx:17 -#: languages/wptelegram-widget-js-translations.php:29 +#: languages/wptelegram-widget-js-translations.php:32 msgid "INSTRUCTIONS!" msgstr "ИНСТРУКЦИЯ!" #. %s: plugin name #. translators: %s: plugin name #: ../../packages/js/shared-ui/components/plugin-info/plugin-info-card.tsx:57 -#: languages/wptelegram-widget-js-translations.php:33 +#: languages/wptelegram-widget-js-translations.php:36 msgid "Do you like %s?" msgstr "" #: ../../packages/js/shared-ui/components/plugin-info/plugin-info-card.tsx:69 -#: languages/wptelegram-widget-js-translations.php:36 +#: languages/wptelegram-widget-js-translations.php:39 msgid "Write a review" msgstr "" #: ../../packages/js/shared-ui/components/plugin-info/plugin-info-card.tsx:85 -#: languages/wptelegram-widget-js-translations.php:39 +#: languages/wptelegram-widget-js-translations.php:42 msgid "Need help?" msgstr "Нужна помощь?" #: ../../packages/js/shared-ui/form/submit/submit-button.tsx:12 -#: languages/wptelegram-widget-js-translations.php:80 +#: languages/wptelegram-widget-js-translations.php:83 msgid "Save Changes" msgstr "" #: ../../packages/js/shared-ui/form/test-result/member-count-result.tsx:17 -#: languages/wptelegram-widget-js-translations.php:83 +#: languages/wptelegram-widget-js-translations.php:86 msgid "Members Count:" msgstr "Количество подписчиков:" -#: languages/wptelegram-widget-js-translations.php:86 -msgid "Result:" -msgstr "" - #: ../../packages/js/shared-ui/form/test-result/render-test-result.tsx:39 #: languages/wptelegram-widget-js-translations.php:89 msgid "Test Result:" @@ -478,51 +474,51 @@ msgstr "" #. %s: social handle #. translators: %s: social handle #: ../../packages/js/shared-ui/components/wptg-social-icons.tsx:42 -#: languages/wptelegram-widget-js-translations.php:70 +#: languages/wptelegram-widget-js-translations.php:73 msgid "Follow %s" msgstr "Подписаться %s" #. %s: channel name #. translators: %s: channel name -#: ../../packages/js/shared-ui/components/wptg-social-icons.tsx:62 -#: languages/wptelegram-widget-js-translations.php:74 +#: ../../packages/js/shared-ui/components/wptg-social-icons.tsx:57 +#: languages/wptelegram-widget-js-translations.php:77 msgid "Join %s" msgstr "присоединиться %s" #. 1, 2 Menu names #. translators: 1, 2 Menu names #: ../../packages/js/shared-ui/components/widget-info/widget-info.tsx:30 -#: languages/wptelegram-widget-js-translations.php:46 +#: languages/wptelegram-widget-js-translations.php:49 msgid "Goto %1$s and click/drag %2$s and place it where you want it to be." msgstr "Перейдите в %1$s и добавьте или перетащите %2$s в необходимое для Вас место." #: ../../packages/js/shared-ui/components/widget-info/widget-info.tsx:39 -#: languages/wptelegram-widget-js-translations.php:49 +#: languages/wptelegram-widget-js-translations.php:52 msgid "Appearance" msgstr "Внешний вид" #: ../../packages/js/shared-ui/components/widget-info/widget-info.tsx:40 -#: languages/wptelegram-widget-js-translations.php:52 +#: languages/wptelegram-widget-js-translations.php:55 msgid "Widgets" msgstr "Виджет" #: ../../packages/js/shared-ui/components/widget-info/widget-info.tsx:48 -#: languages/wptelegram-widget-js-translations.php:55 +#: languages/wptelegram-widget-js-translations.php:58 msgid "Alternately, you can use the below shortcode or the block available in block editor." msgstr "" #: ../../packages/js/shared-ui/components/widget-info/widget-info.tsx:52 -#: languages/wptelegram-widget-js-translations.php:58 +#: languages/wptelegram-widget-js-translations.php:61 msgid "Inside page or post content:" msgstr "Содержимое страницы или сообщения:" #: ../../packages/js/shared-ui/components/widget-info/widget-info.tsx:56 -#: languages/wptelegram-widget-js-translations.php:61 +#: languages/wptelegram-widget-js-translations.php:64 msgid "Inside the theme templates" msgstr "В теме шаблона" #: ../../packages/js/shared-ui/components/widget-info/widget-info-card.tsx:24 -#: languages/wptelegram-widget-js-translations.php:42 +#: languages/wptelegram-widget-js-translations.php:45 msgid "Widget Info" msgstr "Информация виджета" @@ -568,17 +564,17 @@ msgid "This is a test message" msgstr "Это тестовое сообщение" #: ../../packages/js/services/telegram/telegram-utils.ts:152 -#: languages/wptelegram-widget-js-translations.php:20 +#: languages/wptelegram-widget-js-translations.php:23 msgid "Success" msgstr "Успешно" #: ../../packages/js/services/use-display-feedback.ts:68 -#: languages/wptelegram-widget-js-translations.php:23 +#: languages/wptelegram-widget-js-translations.php:26 msgid "Lets fix these errors first." msgstr "" #: ../../packages/js/services/use-submit-form.ts:64 -#: languages/wptelegram-widget-js-translations.php:26 +#: languages/wptelegram-widget-js-translations.php:29 msgid "Changes saved successfully." msgstr "" @@ -628,7 +624,7 @@ msgid "Telegram post" msgstr "" #. Description of the plugin -#: js/settings/ui/Sidebar.tsx:18 +#: js/settings/ui/Sidebar.tsx:19 #: wptelegram-widget.php #: languages/wptelegram-widget-js-translations.php:217 msgid "Display the Telegram Public Channel or Group Feed in a WordPress widget or anywhere you want using a shortcode." @@ -669,12 +665,12 @@ msgstr "" msgid "WP Telegram" msgstr "" -#: js/settings/ui/Sidebar.tsx:21 +#: js/settings/ui/Sidebar.tsx:22 #: languages/wptelegram-widget-js-translations.php:220 msgid "Join our public chat on Telegram" msgstr "" -#: js/settings/ui/joinLink/PostTypes.tsx:22 +#: js/settings/ui/joinLink/PostTypes.tsx:23 #: languages/wptelegram-widget-js-translations.php:274 msgid "The join link will be automatically added to the selected post types." msgstr "" @@ -695,5 +691,6 @@ msgid "Legacy Widget does not show the old messages." msgstr "" #: ../../packages/js/services/telegram/telegram-utils.ts:133 +#: languages/wptelegram-widget-js-translations.php:20 msgid "Message is empty" msgstr "" diff --git a/plugins/wptelegram-widget/src/languages/wptelegram-widget.pot b/plugins/wptelegram-widget/src/languages/wptelegram-widget.pot index 3954a34d..ae4f64d8 100644 --- a/plugins/wptelegram-widget/src/languages/wptelegram-widget.pot +++ b/plugins/wptelegram-widget/src/languages/wptelegram-widget.pot @@ -2,14 +2,14 @@ # This file is distributed under the GPL-2.0+. msgid "" msgstr "" -"Project-Id-Version: WP Telegram Widget 2.2.2\n" +"Project-Id-Version: WP Telegram Widget 2.2.3\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wptelegram-widget\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2024-10-16T11:39:20+00:00\n" +"POT-Creation-Date: 2024-10-26T13:10:27+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.11.0\n" "language: en_US\n" @@ -46,87 +46,88 @@ msgid "This is a test message" msgstr "" #: ../../packages/js/services/telegram/telegram-utils.ts:133 +#: languages/wptelegram-widget-js-translations.php:20 msgid "Message is empty" msgstr "" #: ../../packages/js/services/telegram/telegram-utils.ts:152 -#: languages/wptelegram-widget-js-translations.php:20 +#: languages/wptelegram-widget-js-translations.php:23 msgid "Success" msgstr "" #: ../../packages/js/services/use-display-feedback.ts:68 -#: languages/wptelegram-widget-js-translations.php:23 +#: languages/wptelegram-widget-js-translations.php:26 msgid "Lets fix these errors first." msgstr "" #: ../../packages/js/services/use-submit-form.ts:64 -#: languages/wptelegram-widget-js-translations.php:26 +#: languages/wptelegram-widget-js-translations.php:29 msgid "Changes saved successfully." msgstr "" #: ../../packages/js/shared-ui/components/instructions.tsx:17 -#: languages/wptelegram-widget-js-translations.php:29 +#: languages/wptelegram-widget-js-translations.php:32 msgid "INSTRUCTIONS!" msgstr "" #. %s: plugin name #. translators: %s: plugin name #: ../../packages/js/shared-ui/components/plugin-info/plugin-info-card.tsx:57 -#: languages/wptelegram-widget-js-translations.php:33 +#: languages/wptelegram-widget-js-translations.php:36 msgid "Do you like %s?" msgstr "" #: ../../packages/js/shared-ui/components/plugin-info/plugin-info-card.tsx:69 -#: languages/wptelegram-widget-js-translations.php:36 +#: languages/wptelegram-widget-js-translations.php:39 msgid "Write a review" msgstr "" #: ../../packages/js/shared-ui/components/plugin-info/plugin-info-card.tsx:85 -#: languages/wptelegram-widget-js-translations.php:39 +#: languages/wptelegram-widget-js-translations.php:42 msgid "Need help?" msgstr "" #: ../../packages/js/shared-ui/components/widget-info/widget-info-card.tsx:24 -#: languages/wptelegram-widget-js-translations.php:42 +#: languages/wptelegram-widget-js-translations.php:45 msgid "Widget Info" msgstr "" #. 1, 2 Menu names #. translators: 1, 2 Menu names #: ../../packages/js/shared-ui/components/widget-info/widget-info.tsx:30 -#: languages/wptelegram-widget-js-translations.php:46 +#: languages/wptelegram-widget-js-translations.php:49 msgid "Goto %1$s and click/drag %2$s and place it where you want it to be." msgstr "" #: ../../packages/js/shared-ui/components/widget-info/widget-info.tsx:39 -#: languages/wptelegram-widget-js-translations.php:49 +#: languages/wptelegram-widget-js-translations.php:52 msgid "Appearance" msgstr "" #: ../../packages/js/shared-ui/components/widget-info/widget-info.tsx:40 -#: languages/wptelegram-widget-js-translations.php:52 +#: languages/wptelegram-widget-js-translations.php:55 msgid "Widgets" msgstr "" #: ../../packages/js/shared-ui/components/widget-info/widget-info.tsx:48 -#: languages/wptelegram-widget-js-translations.php:55 +#: languages/wptelegram-widget-js-translations.php:58 msgid "Alternately, you can use the below shortcode or the block available in block editor." msgstr "" #: ../../packages/js/shared-ui/components/widget-info/widget-info.tsx:52 -#: languages/wptelegram-widget-js-translations.php:58 +#: languages/wptelegram-widget-js-translations.php:61 msgid "Inside page or post content:" msgstr "" #: ../../packages/js/shared-ui/components/widget-info/widget-info.tsx:56 -#: languages/wptelegram-widget-js-translations.php:61 +#: languages/wptelegram-widget-js-translations.php:64 msgid "Inside the theme templates" msgstr "" #: ../../packages/js/shared-ui/components/widget-info/widget-info.tsx:59 #: js/settings/ui/ajaxWidget/AjaxWidget.tsx:54 #: js/settings/ui/legacyWidget/LegacyWidget.tsx:40 -#: languages/wptelegram-widget-js-translations.php:66 +#: languages/wptelegram-widget-js-translations.php:69 #: shared/widgets/Ajax.php:134 msgid "or" msgstr "" @@ -134,29 +135,29 @@ msgstr "" #. %s: social handle #. translators: %s: social handle #: ../../packages/js/shared-ui/components/wptg-social-icons.tsx:42 -#: languages/wptelegram-widget-js-translations.php:70 +#: languages/wptelegram-widget-js-translations.php:73 msgid "Follow %s" msgstr "" #. %s: channel name #. translators: %s: channel name -#: ../../packages/js/shared-ui/components/wptg-social-icons.tsx:62 -#: languages/wptelegram-widget-js-translations.php:74 +#: ../../packages/js/shared-ui/components/wptg-social-icons.tsx:57 +#: languages/wptelegram-widget-js-translations.php:77 msgid "Join %s" msgstr "" #: ../../packages/js/shared-ui/form/bot-token-field.tsx:45 -#: languages/wptelegram-widget-js-translations.php:77 +#: languages/wptelegram-widget-js-translations.php:80 msgid "Please read the instructions above." msgstr "" #: ../../packages/js/shared-ui/form/submit/submit-button.tsx:12 -#: languages/wptelegram-widget-js-translations.php:80 +#: languages/wptelegram-widget-js-translations.php:83 msgid "Save Changes" msgstr "" #: ../../packages/js/shared-ui/form/test-result/member-count-result.tsx:17 -#: languages/wptelegram-widget-js-translations.php:83 +#: languages/wptelegram-widget-js-translations.php:86 msgid "Members Count:" msgstr "" @@ -373,13 +374,13 @@ msgid "Open in new tab" msgstr "" #. Description of the plugin -#: js/settings/ui/Sidebar.tsx:18 +#: js/settings/ui/Sidebar.tsx:19 #: wptelegram-widget.php #: languages/wptelegram-widget-js-translations.php:217 msgid "Display the Telegram Public Channel or Group Feed in a WordPress widget or anywhere you want using a shortcode." msgstr "" -#: js/settings/ui/Sidebar.tsx:21 +#: js/settings/ui/Sidebar.tsx:22 #: languages/wptelegram-widget-js-translations.php:220 msgid "Join our public chat on Telegram" msgstr "" @@ -471,85 +472,85 @@ msgstr "" msgid "WP Telegram Join Channel" msgstr "" -#: js/settings/ui/joinLink/PostTypes.tsx:22 +#: js/settings/ui/joinLink/PostTypes.tsx:23 #: languages/wptelegram-widget-js-translations.php:274 msgid "The join link will be automatically added to the selected post types." msgstr "" -#: js/settings/ui/legacyWidget/Instructions.tsx:100 +#: js/settings/ui/legacyWidget/Instructions.tsx:101 #: languages/wptelegram-widget-js-translations.php:277 msgid "Tip!" msgstr "" -#: js/settings/ui/legacyWidget/Instructions.tsx:105 +#: js/settings/ui/legacyWidget/Instructions.tsx:106 #: languages/wptelegram-widget-js-translations.php:280 msgid "Updates are pulled every five minutes if someone visits your website." msgstr "" -#: js/settings/ui/legacyWidget/Instructions.tsx:111 +#: js/settings/ui/legacyWidget/Instructions.tsx:112 #: languages/wptelegram-widget-js-translations.php:283 msgid "To make sure the updates are pulled in time, it is recommended to set up a cron on your hosting server that hits the below URL every five minutes or so." msgstr "" #. 1 command name, 2 bot name #. translators: 1 command name, 2 bot name -#: js/settings/ui/legacyWidget/Instructions.tsx:18 +#: js/settings/ui/legacyWidget/Instructions.tsx:19 #: languages/wptelegram-widget-js-translations.php:287 msgid "Create a Bot by sending %1$s command to %2$s." msgstr "" #. %s bot name #. translators: %s bot name -#: js/settings/ui/legacyWidget/Instructions.tsx:39 +#: js/settings/ui/legacyWidget/Instructions.tsx:40 #: languages/wptelegram-widget-js-translations.php:291 msgid "After completing the steps %s will provide you the Bot Token." msgstr "" -#: js/settings/ui/legacyWidget/Instructions.tsx:47 +#: js/settings/ui/legacyWidget/Instructions.tsx:48 #: languages/wptelegram-widget-js-translations.php:294 msgid "Copy the token and paste into the Bot Token field below." msgstr "" #. %s application name #. translators: %s application name -#: js/settings/ui/legacyWidget/Instructions.tsx:51 +#: js/settings/ui/legacyWidget/Instructions.tsx:52 #: languages/wptelegram-widget-js-translations.php:298 msgid "For ease, use %s" msgstr "" -#: js/settings/ui/legacyWidget/Instructions.tsx:57 +#: js/settings/ui/legacyWidget/Instructions.tsx:58 #: languages/wptelegram-widget-js-translations.php:301 msgid "Telegram Desktop" msgstr "" -#: js/settings/ui/legacyWidget/Instructions.tsx:63 +#: js/settings/ui/legacyWidget/Instructions.tsx:64 #: languages/wptelegram-widget-js-translations.php:304 msgid "Add the Bot as Administrator to your Channel/Group." msgstr "" -#: js/settings/ui/legacyWidget/Instructions.tsx:64 +#: js/settings/ui/legacyWidget/Instructions.tsx:65 #: languages/wptelegram-widget-js-translations.php:307 msgid "Send a test message to see if we did it right." msgstr "" -#: js/settings/ui/legacyWidget/Instructions.tsx:67 +#: js/settings/ui/legacyWidget/Instructions.tsx:68 #: languages/wptelegram-widget-js-translations.php:310 msgid "For groups, disable group privacy for the bot." msgstr "" #. 1 command name, 2 bot name, 3 site url #. translators: 1 command name, 2 bot name, 3 site url -#: js/settings/ui/legacyWidget/Instructions.tsx:74 +#: js/settings/ui/legacyWidget/Instructions.tsx:75 #: languages/wptelegram-widget-js-translations.php:314 msgid "Send %1$s command to %2$s." msgstr "" -#: js/settings/ui/legacyWidget/Instructions.tsx:92 +#: js/settings/ui/legacyWidget/Instructions.tsx:93 #: languages/wptelegram-widget-js-translations.php:317 msgid "Choose your bot." msgstr "" -#: js/settings/ui/legacyWidget/Instructions.tsx:93 +#: js/settings/ui/legacyWidget/Instructions.tsx:94 #: languages/wptelegram-widget-js-translations.php:320 msgid "Select \"Disable\"." msgstr "" @@ -674,10 +675,6 @@ msgstr "" msgid "Please contact your hosting provider to ensure the above requirements are met." msgstr "" -#: languages/wptelegram-widget-js-translations.php:86 -msgid "Result:" -msgstr "" - #: shared/Shared.php:210 msgid "Every 5 Minutes" msgstr "" diff --git a/plugins/wptelegram-widget/src/readme.txt b/plugins/wptelegram-widget/src/readme.txt index b8511b76..c6606bf8 100644 --- a/plugins/wptelegram-widget/src/readme.txt +++ b/plugins/wptelegram-widget/src/readme.txt @@ -5,7 +5,7 @@ Tags: telegram, feed, widget, channel, group Requires at least: 6.4 Requires PHP: 7.4 Tested up to: 6.6.2 -Stable tag: 2.2.2 +Stable tag: 2.2.3 License: GPL-3.0-or-later License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -193,7 +193,7 @@ Automatic updates should work smoothly, but we still recommend you back up your == Changelog == -= 2.2.2 = -- Improved admin styles on smaller screens += 2.2.3 = +- Performance improvements [See full changelog](https://github.com/wpsocio/wptelegram-widget/blob/main/CHANGELOG.md) diff --git a/plugins/wptelegram-widget/src/wptelegram-widget.php b/plugins/wptelegram-widget/src/wptelegram-widget.php index a12baa71..e92573d4 100644 --- a/plugins/wptelegram-widget/src/wptelegram-widget.php +++ b/plugins/wptelegram-widget/src/wptelegram-widget.php @@ -10,7 +10,7 @@ * Plugin Name: WP Telegram Widget * Plugin URI: https://t.me/WPTelegram * Description: Display the Telegram Public Channel or Group Feed in a WordPress widget or anywhere you want using a shortcode. - * Version: 2.2.2 + * Version: 2.2.3 * Requires at least: 6.4 * Requires PHP: 7.4 * Author: WP Socio @@ -29,7 +29,7 @@ /** * Current plugin version. */ -define( 'WPTELEGRAM_WIDGET_VER', '2.2.2' ); +define( 'WPTELEGRAM_WIDGET_VER', '2.2.3' ); defined( 'WPTELEGRAM_WIDGET_MAIN_FILE' ) || define( 'WPTELEGRAM_WIDGET_MAIN_FILE', __FILE__ ); diff --git a/plugins/wptelegram/CHANGELOG.md b/plugins/wptelegram/CHANGELOG.md index 878f9ab1..bb835fb9 100644 --- a/plugins/wptelegram/CHANGELOG.md +++ b/plugins/wptelegram/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 4.2.4 + +### Patch Changes + +- [#191](https://github.com/wpsocio/wp-projects/pull/191) [`1d2b4bd`](https://github.com/wpsocio/wp-projects/commit/1d2b4bd2e92310d60ce9bdb4cbe10b0d71049d4f) Thanks [@irshadahmad21](https://github.com/irshadahmad21)! - Updated attach files UI to show file size + +- [#193](https://github.com/wpsocio/wp-projects/pull/193) [`35f1abc`](https://github.com/wpsocio/wp-projects/commit/35f1abc0ad516ad2fa87bd4cbb3406fb77be1bc5) Thanks [@irshadahmad21](https://github.com/irshadahmad21)! - Performance improvements + ## 4.2.3 ### Patch Changes diff --git a/plugins/wptelegram/README.md b/plugins/wptelegram/README.md index b9b1e752..7cf5c105 100644 --- a/plugins/wptelegram/README.md +++ b/plugins/wptelegram/README.md @@ -5,7 +5,7 @@ **Requires at least:** 6.4 **Requires PHP:** 7.4 **Tested up to:** 6.6.2 -**Stable tag:** 4.2.3 +**Stable tag:** 4.2.4 **License:** GPL-3.0-or-later **License URI:** [https://www.gnu.org/licenses/gpl-3.0.html](https://www.gnu.org/licenses/gpl-3.0.html) **Donate link:** [wpsocio.com/donate](https://wpsocio.com/donate) diff --git a/plugins/wptelegram/composer.json b/plugins/wptelegram/composer.json index 2f2a22e8..e0493258 100644 --- a/plugins/wptelegram/composer.json +++ b/plugins/wptelegram/composer.json @@ -1,6 +1,6 @@ { "name": "wpsocio/wptelegram", - "version": "4.2.3", + "version": "4.2.4", "description": "Integrate your WordPress site perfectly with Telegram with full control.", "scripts": { "lint": "\"vendor/bin/phpcs\" --standard=../../phpcs.xml --extensions=php src/ dev.php", diff --git a/plugins/wptelegram/package.json b/plugins/wptelegram/package.json index cea56206..9a84dbee 100644 --- a/plugins/wptelegram/package.json +++ b/plugins/wptelegram/package.json @@ -1,7 +1,7 @@ { "name": "wptelegram", "title": "WP Telegram", - "version": "4.2.3", + "version": "4.2.4", "description": "Integrate your WordPress site perfectly with Telegram with full control.", "private": true, "license": "GPL-3.0-or-later", diff --git a/plugins/wptelegram/src/languages/wptelegram-ar.po b/plugins/wptelegram/src/languages/wptelegram-ar.po index c99b607d..babd245a 100644 --- a/plugins/wptelegram/src/languages/wptelegram-ar.po +++ b/plugins/wptelegram/src/languages/wptelegram-ar.po @@ -120,7 +120,7 @@ msgstr "" #: js/p2tg-block-editor/OverrideSettings.tsx:69 #: js/settings/ui/TabbedSections.tsx:29 -#: js/settings/ui/advanced/tab.tsx:29 +#: js/settings/ui/advanced/tab.tsx:30 #: languages/wptelegram-js-translations.php:546 #: modules/p2tg/Admin.php:409 msgid "Post to Telegram" @@ -128,7 +128,7 @@ msgstr "" #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:119 #: js/settings/ui/TabbedSections.tsx:37 -#: languages/wptelegram-js-translations.php:296 +#: languages/wptelegram-js-translations.php:292 msgid "Private Notifications" msgstr "" @@ -143,7 +143,7 @@ msgstr "" msgid "Advanced settings" msgstr "" -#: js/settings/ui/advanced/tab.tsx:23 +#: js/settings/ui/advanced/tab.tsx:24 #: languages/wptelegram-js-translations.php:613 msgid "Bot API" msgstr "" @@ -232,7 +232,7 @@ msgstr "" msgid "The module will watch the Email Notifications sent from this site and deliver them to you on Telegram." msgstr "" -#: js/settings/ui/notify/tab.tsx:32 +#: js/settings/ui/notify/tab.tsx:33 #: languages/wptelegram-js-translations.php:646 msgid "Notification Settings" msgstr "إعدادات الإشعار" @@ -405,13 +405,13 @@ msgstr "ارسل إلى" msgid "Add or Upload Files" msgstr "" -#: js/p2tg-block-editor/Files.tsx:47 +#: js/p2tg-block-editor/Files.tsx:57 #: languages/wptelegram-js-translations.php:538 #: modules/p2tg/Admin.php:454 msgid "Files to be sent after the message." msgstr "" -#: js/p2tg-block-editor/Files.tsx:57 +#: js/p2tg-block-editor/Files.tsx:67 #: languages/wptelegram-js-translations.php:541 #: modules/p2tg/Admin.php:453 msgid "Files" @@ -558,40 +558,40 @@ msgid "Disables previews for links in the messages." msgstr "" #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:22 -#: languages/wptelegram-js-translations.php:299 +#: languages/wptelegram-js-translations.php:295 msgid "To receive notifications privately:" msgstr "" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:28 -#: languages/wptelegram-js-translations.php:303 +#: languages/wptelegram-js-translations.php:299 msgid "Get your Chat ID from %s and enter it below." msgstr "" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:44 -#: languages/wptelegram-js-translations.php:307 +#: languages/wptelegram-js-translations.php:303 msgid "Send your own bot %s a message to start the conversation." msgstr "" #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:61 -#: languages/wptelegram-js-translations.php:310 +#: languages/wptelegram-js-translations.php:306 msgid "To receive notifications into a group:" msgstr "" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:67 -#: languages/wptelegram-js-translations.php:314 +#: languages/wptelegram-js-translations.php:310 msgid "Add %s to the group to get its Chat ID." msgstr "" #. 1 field name #. translators: 1 field name #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:86 -#: languages/wptelegram-js-translations.php:318 +#: languages/wptelegram-js-translations.php:314 msgid "Enter the Chat ID in %s field below." msgstr "" @@ -604,7 +604,7 @@ msgstr "" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:98 -#: languages/wptelegram-js-translations.php:292 +#: languages/wptelegram-js-translations.php:318 msgid "Add your own bot %s to the group." msgstr "" @@ -1229,7 +1229,7 @@ msgid "Select all" msgstr "" #. Description of the plugin -#: js/settings/ui/Sidebar.tsx:19 +#: js/settings/ui/Sidebar.tsx:20 #: wptelegram.php #: languages/wptelegram-js-translations.php:583 msgid "Integrate your WordPress website perfectly with Telegram. Send posts automatically to Telegram when published or updated, whether to a Telegram Channel, Group or private chat, with full control. Get your email notifications on Telegram." @@ -1351,12 +1351,12 @@ msgstr "" msgid "chat ID" msgstr "" -#: js/settings/ui/Sidebar.tsx:22 +#: js/settings/ui/Sidebar.tsx:23 #: languages/wptelegram-js-translations.php:586 msgid "Join our public chat on Telegram" msgstr "" -#: js/settings/ui/Sidebar.tsx:27 +#: js/settings/ui/Sidebar.tsx:28 #: languages/wptelegram-js-translations.php:589 msgid "Support" msgstr "" diff --git a/plugins/wptelegram/src/languages/wptelegram-ca.po b/plugins/wptelegram/src/languages/wptelegram-ca.po index 42caee72..41f82c7a 100644 --- a/plugins/wptelegram/src/languages/wptelegram-ca.po +++ b/plugins/wptelegram/src/languages/wptelegram-ca.po @@ -120,7 +120,7 @@ msgstr "" #: js/p2tg-block-editor/OverrideSettings.tsx:69 #: js/settings/ui/TabbedSections.tsx:29 -#: js/settings/ui/advanced/tab.tsx:29 +#: js/settings/ui/advanced/tab.tsx:30 #: languages/wptelegram-js-translations.php:546 #: modules/p2tg/Admin.php:409 msgid "Post to Telegram" @@ -128,7 +128,7 @@ msgstr "" #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:119 #: js/settings/ui/TabbedSections.tsx:37 -#: languages/wptelegram-js-translations.php:296 +#: languages/wptelegram-js-translations.php:292 msgid "Private Notifications" msgstr "" @@ -143,7 +143,7 @@ msgstr "" msgid "Advanced settings" msgstr "" -#: js/settings/ui/advanced/tab.tsx:23 +#: js/settings/ui/advanced/tab.tsx:24 #: languages/wptelegram-js-translations.php:613 msgid "Bot API" msgstr "" @@ -232,7 +232,7 @@ msgstr "" msgid "The module will watch the Email Notifications sent from this site and deliver them to you on Telegram." msgstr "" -#: js/settings/ui/notify/tab.tsx:32 +#: js/settings/ui/notify/tab.tsx:33 #: languages/wptelegram-js-translations.php:646 msgid "Notification Settings" msgstr "Ajustaments de Notificacions" @@ -405,13 +405,13 @@ msgstr "Envia a" msgid "Add or Upload Files" msgstr "" -#: js/p2tg-block-editor/Files.tsx:47 +#: js/p2tg-block-editor/Files.tsx:57 #: languages/wptelegram-js-translations.php:538 #: modules/p2tg/Admin.php:454 msgid "Files to be sent after the message." msgstr "" -#: js/p2tg-block-editor/Files.tsx:57 +#: js/p2tg-block-editor/Files.tsx:67 #: languages/wptelegram-js-translations.php:541 #: modules/p2tg/Admin.php:453 msgid "Files" @@ -558,40 +558,40 @@ msgid "Disables previews for links in the messages." msgstr "" #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:22 -#: languages/wptelegram-js-translations.php:299 +#: languages/wptelegram-js-translations.php:295 msgid "To receive notifications privately:" msgstr "" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:28 -#: languages/wptelegram-js-translations.php:303 +#: languages/wptelegram-js-translations.php:299 msgid "Get your Chat ID from %s and enter it below." msgstr "" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:44 -#: languages/wptelegram-js-translations.php:307 +#: languages/wptelegram-js-translations.php:303 msgid "Send your own bot %s a message to start the conversation." msgstr "" #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:61 -#: languages/wptelegram-js-translations.php:310 +#: languages/wptelegram-js-translations.php:306 msgid "To receive notifications into a group:" msgstr "" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:67 -#: languages/wptelegram-js-translations.php:314 +#: languages/wptelegram-js-translations.php:310 msgid "Add %s to the group to get its Chat ID." msgstr "" #. 1 field name #. translators: 1 field name #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:86 -#: languages/wptelegram-js-translations.php:318 +#: languages/wptelegram-js-translations.php:314 msgid "Enter the Chat ID in %s field below." msgstr "" @@ -604,7 +604,7 @@ msgstr "" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:98 -#: languages/wptelegram-js-translations.php:292 +#: languages/wptelegram-js-translations.php:318 msgid "Add your own bot %s to the group." msgstr "" @@ -1229,7 +1229,7 @@ msgid "Select all" msgstr "" #. Description of the plugin -#: js/settings/ui/Sidebar.tsx:19 +#: js/settings/ui/Sidebar.tsx:20 #: wptelegram.php #: languages/wptelegram-js-translations.php:583 msgid "Integrate your WordPress website perfectly with Telegram. Send posts automatically to Telegram when published or updated, whether to a Telegram Channel, Group or private chat, with full control. Get your email notifications on Telegram." @@ -1351,12 +1351,12 @@ msgstr "" msgid "chat ID" msgstr "" -#: js/settings/ui/Sidebar.tsx:22 +#: js/settings/ui/Sidebar.tsx:23 #: languages/wptelegram-js-translations.php:586 msgid "Join our public chat on Telegram" msgstr "" -#: js/settings/ui/Sidebar.tsx:27 +#: js/settings/ui/Sidebar.tsx:28 #: languages/wptelegram-js-translations.php:589 msgid "Support" msgstr "" diff --git a/plugins/wptelegram/src/languages/wptelegram-de_DE.po b/plugins/wptelegram/src/languages/wptelegram-de_DE.po index 197e6281..b412f6a0 100644 --- a/plugins/wptelegram/src/languages/wptelegram-de_DE.po +++ b/plugins/wptelegram/src/languages/wptelegram-de_DE.po @@ -120,7 +120,7 @@ msgstr "Grundeinstellungen" #: js/p2tg-block-editor/OverrideSettings.tsx:69 #: js/settings/ui/TabbedSections.tsx:29 -#: js/settings/ui/advanced/tab.tsx:29 +#: js/settings/ui/advanced/tab.tsx:30 #: languages/wptelegram-js-translations.php:546 #: modules/p2tg/Admin.php:409 msgid "Post to Telegram" @@ -128,7 +128,7 @@ msgstr "An Telegram posten" #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:119 #: js/settings/ui/TabbedSections.tsx:37 -#: languages/wptelegram-js-translations.php:296 +#: languages/wptelegram-js-translations.php:292 msgid "Private Notifications" msgstr "Persönliche Benachrichtigungen" @@ -143,7 +143,7 @@ msgstr "Proxy" msgid "Advanced settings" msgstr "Erweiterte Einstellungen" -#: js/settings/ui/advanced/tab.tsx:23 +#: js/settings/ui/advanced/tab.tsx:24 #: languages/wptelegram-js-translations.php:613 msgid "Bot API" msgstr "Bot API" @@ -232,7 +232,7 @@ msgstr "Einführung" msgid "The module will watch the Email Notifications sent from this site and deliver them to you on Telegram." msgstr "Dieses Modul überwacht die Email-Benachrichtigungen, die von dieser Website versendet werden und sendet sie direkt an den konfigurierten Telegram-Account." -#: js/settings/ui/notify/tab.tsx:32 +#: js/settings/ui/notify/tab.tsx:33 #: languages/wptelegram-js-translations.php:646 msgid "Notification Settings" msgstr "Benachrichtigungs-Einstellungen" @@ -405,13 +405,13 @@ msgstr "Senden an" msgid "Add or Upload Files" msgstr "Dateien hinzufügen oder hochladen" -#: js/p2tg-block-editor/Files.tsx:47 +#: js/p2tg-block-editor/Files.tsx:57 #: languages/wptelegram-js-translations.php:538 #: modules/p2tg/Admin.php:454 msgid "Files to be sent after the message." msgstr "Dateien, nach der Nachricht versendet werden sollen." -#: js/p2tg-block-editor/Files.tsx:57 +#: js/p2tg-block-editor/Files.tsx:67 #: languages/wptelegram-js-translations.php:541 #: modules/p2tg/Admin.php:453 msgid "Files" @@ -558,40 +558,40 @@ msgid "Disables previews for links in the messages." msgstr "Vorschau für Links in den Nachrichten deaktivieren." #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:22 -#: languages/wptelegram-js-translations.php:299 +#: languages/wptelegram-js-translations.php:295 msgid "To receive notifications privately:" msgstr "Um persönliche Benachrichtigungen zu erhalten:" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:28 -#: languages/wptelegram-js-translations.php:303 +#: languages/wptelegram-js-translations.php:299 msgid "Get your Chat ID from %s and enter it below." msgstr "Die persönliche Chat ID vom %s erhalten und unten eingeben." #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:44 -#: languages/wptelegram-js-translations.php:307 +#: languages/wptelegram-js-translations.php:303 msgid "Send your own bot %s a message to start the conversation." msgstr "Dem eigenen Bot %s eine Nachricht senden, um die Konversation zu beginnen." #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:61 -#: languages/wptelegram-js-translations.php:310 +#: languages/wptelegram-js-translations.php:306 msgid "To receive notifications into a group:" msgstr "Um Benachrichtigungen in eine Gruppe zu senden:" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:67 -#: languages/wptelegram-js-translations.php:314 +#: languages/wptelegram-js-translations.php:310 msgid "Add %s to the group to get its Chat ID." msgstr "Den %s zu einer Gruppe hinzufügen, um die Chat ID der Gruppe zu erhalten." #. 1 field name #. translators: 1 field name #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:86 -#: languages/wptelegram-js-translations.php:318 +#: languages/wptelegram-js-translations.php:314 msgid "Enter the Chat ID in %s field below." msgstr "Die Chat ID unten in das Feld %s eintragen." @@ -604,7 +604,7 @@ msgstr "Senden an" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:98 -#: languages/wptelegram-js-translations.php:292 +#: languages/wptelegram-js-translations.php:318 msgid "Add your own bot %s to the group." msgstr "Den eigenen Bot %s zur Gruppe hinzufügen." @@ -1222,7 +1222,7 @@ msgid "Custom Taxonomy" msgstr "Individuelle Taxonomie" #. Description of the plugin -#: js/settings/ui/Sidebar.tsx:19 +#: js/settings/ui/Sidebar.tsx:20 #: wptelegram.php #: languages/wptelegram-js-translations.php:583 #~ msgid "Integrate your WordPress website perfectly with Telegram. Send posts automatically to Telegram when published or updated, whether to a Telegram Channel, Group or private chat, with full control. Get your email notifications on Telegram." @@ -1349,12 +1349,12 @@ msgstr "" msgid "chat ID" msgstr "" -#: js/settings/ui/Sidebar.tsx:22 +#: js/settings/ui/Sidebar.tsx:23 #: languages/wptelegram-js-translations.php:586 msgid "Join our public chat on Telegram" msgstr "" -#: js/settings/ui/Sidebar.tsx:27 +#: js/settings/ui/Sidebar.tsx:28 #: languages/wptelegram-js-translations.php:589 msgid "Support" msgstr "" diff --git a/plugins/wptelegram/src/languages/wptelegram-es_ES.po b/plugins/wptelegram/src/languages/wptelegram-es_ES.po index 51e3efa9..7d399e0f 100644 --- a/plugins/wptelegram/src/languages/wptelegram-es_ES.po +++ b/plugins/wptelegram/src/languages/wptelegram-es_ES.po @@ -120,7 +120,7 @@ msgstr "" #: js/p2tg-block-editor/OverrideSettings.tsx:69 #: js/settings/ui/TabbedSections.tsx:29 -#: js/settings/ui/advanced/tab.tsx:29 +#: js/settings/ui/advanced/tab.tsx:30 #: languages/wptelegram-js-translations.php:546 #: modules/p2tg/Admin.php:409 msgid "Post to Telegram" @@ -128,7 +128,7 @@ msgstr "" #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:119 #: js/settings/ui/TabbedSections.tsx:37 -#: languages/wptelegram-js-translations.php:296 +#: languages/wptelegram-js-translations.php:292 msgid "Private Notifications" msgstr "" @@ -143,7 +143,7 @@ msgstr "" msgid "Advanced settings" msgstr "" -#: js/settings/ui/advanced/tab.tsx:23 +#: js/settings/ui/advanced/tab.tsx:24 #: languages/wptelegram-js-translations.php:613 msgid "Bot API" msgstr "" @@ -232,7 +232,7 @@ msgstr "" msgid "The module will watch the Email Notifications sent from this site and deliver them to you on Telegram." msgstr "" -#: js/settings/ui/notify/tab.tsx:32 +#: js/settings/ui/notify/tab.tsx:33 #: languages/wptelegram-js-translations.php:646 msgid "Notification Settings" msgstr "Rregullime Njoftimesh" @@ -405,13 +405,13 @@ msgstr "Dërgoje te" msgid "Add or Upload Files" msgstr "" -#: js/p2tg-block-editor/Files.tsx:47 +#: js/p2tg-block-editor/Files.tsx:57 #: languages/wptelegram-js-translations.php:538 #: modules/p2tg/Admin.php:454 msgid "Files to be sent after the message." msgstr "" -#: js/p2tg-block-editor/Files.tsx:57 +#: js/p2tg-block-editor/Files.tsx:67 #: languages/wptelegram-js-translations.php:541 #: modules/p2tg/Admin.php:453 msgid "Files" @@ -558,40 +558,40 @@ msgid "Disables previews for links in the messages." msgstr "" #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:22 -#: languages/wptelegram-js-translations.php:299 +#: languages/wptelegram-js-translations.php:295 msgid "To receive notifications privately:" msgstr "" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:28 -#: languages/wptelegram-js-translations.php:303 +#: languages/wptelegram-js-translations.php:299 msgid "Get your Chat ID from %s and enter it below." msgstr "" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:44 -#: languages/wptelegram-js-translations.php:307 +#: languages/wptelegram-js-translations.php:303 msgid "Send your own bot %s a message to start the conversation." msgstr "" #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:61 -#: languages/wptelegram-js-translations.php:310 +#: languages/wptelegram-js-translations.php:306 msgid "To receive notifications into a group:" msgstr "" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:67 -#: languages/wptelegram-js-translations.php:314 +#: languages/wptelegram-js-translations.php:310 msgid "Add %s to the group to get its Chat ID." msgstr "" #. 1 field name #. translators: 1 field name #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:86 -#: languages/wptelegram-js-translations.php:318 +#: languages/wptelegram-js-translations.php:314 msgid "Enter the Chat ID in %s field below." msgstr "" @@ -604,7 +604,7 @@ msgstr "" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:98 -#: languages/wptelegram-js-translations.php:292 +#: languages/wptelegram-js-translations.php:318 msgid "Add your own bot %s to the group." msgstr "" @@ -1228,7 +1228,7 @@ msgid "Select all" msgstr "" #. Description of the plugin -#: js/settings/ui/Sidebar.tsx:19 +#: js/settings/ui/Sidebar.tsx:20 #: wptelegram.php #: languages/wptelegram-js-translations.php:583 msgid "Integrate your WordPress website perfectly with Telegram. Send posts automatically to Telegram when published or updated, whether to a Telegram Channel, Group or private chat, with full control. Get your email notifications on Telegram." @@ -1350,12 +1350,12 @@ msgstr "" msgid "chat ID" msgstr "" -#: js/settings/ui/Sidebar.tsx:22 +#: js/settings/ui/Sidebar.tsx:23 #: languages/wptelegram-js-translations.php:586 msgid "Join our public chat on Telegram" msgstr "" -#: js/settings/ui/Sidebar.tsx:27 +#: js/settings/ui/Sidebar.tsx:28 #: languages/wptelegram-js-translations.php:589 msgid "Support" msgstr "" diff --git a/plugins/wptelegram/src/languages/wptelegram-fa_IR.po b/plugins/wptelegram/src/languages/wptelegram-fa_IR.po index fb7a2020..c9c73d9d 100644 --- a/plugins/wptelegram/src/languages/wptelegram-fa_IR.po +++ b/plugins/wptelegram/src/languages/wptelegram-fa_IR.po @@ -121,7 +121,7 @@ msgstr "" #: js/p2tg-block-editor/OverrideSettings.tsx:69 #: js/settings/ui/TabbedSections.tsx:29 -#: js/settings/ui/advanced/tab.tsx:29 +#: js/settings/ui/advanced/tab.tsx:30 #: languages/wptelegram-js-translations.php:546 #: modules/p2tg/Admin.php:409 msgid "Post to Telegram" @@ -129,7 +129,7 @@ msgstr "ارسال مطلب به تلگرام" #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:119 #: js/settings/ui/TabbedSections.tsx:37 -#: languages/wptelegram-js-translations.php:296 +#: languages/wptelegram-js-translations.php:292 msgid "Private Notifications" msgstr "اعلانات شخصی" @@ -144,7 +144,7 @@ msgstr "پراکسی" msgid "Advanced settings" msgstr "تنظیمات پیشرفته" -#: js/settings/ui/advanced/tab.tsx:23 +#: js/settings/ui/advanced/tab.tsx:24 #: languages/wptelegram-js-translations.php:613 msgid "Bot API" msgstr "رابط برنامه نویسی کاربردی ربات" @@ -233,7 +233,7 @@ msgstr "" msgid "The module will watch the Email Notifications sent from this site and deliver them to you on Telegram." msgstr "این ماژول اعلانات ایمیل ارسالی از این سایت را دنبال نموده و آنها را به تلگرام شما ارسال خواهد کرد۔" -#: js/settings/ui/notify/tab.tsx:32 +#: js/settings/ui/notify/tab.tsx:33 #: languages/wptelegram-js-translations.php:646 msgid "Notification Settings" msgstr "تنظیمات اعلان‌ها" @@ -407,13 +407,13 @@ msgstr "ارسال به" msgid "Add or Upload Files" msgstr "" -#: js/p2tg-block-editor/Files.tsx:47 +#: js/p2tg-block-editor/Files.tsx:57 #: languages/wptelegram-js-translations.php:538 #: modules/p2tg/Admin.php:454 msgid "Files to be sent after the message." msgstr "فایل‌های ارسالی بعد از پست." -#: js/p2tg-block-editor/Files.tsx:57 +#: js/p2tg-block-editor/Files.tsx:67 #: languages/wptelegram-js-translations.php:541 #: modules/p2tg/Admin.php:453 msgid "Files" @@ -560,40 +560,40 @@ msgid "Disables previews for links in the messages." msgstr "" #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:22 -#: languages/wptelegram-js-translations.php:299 +#: languages/wptelegram-js-translations.php:295 msgid "To receive notifications privately:" msgstr "برای دریافت اعلان های خصوصی:" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:28 -#: languages/wptelegram-js-translations.php:303 +#: languages/wptelegram-js-translations.php:299 msgid "Get your Chat ID from %s and enter it below." msgstr "كد چت خود را از %s دریافت و آن را زیر وارد کنید." #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:44 -#: languages/wptelegram-js-translations.php:307 +#: languages/wptelegram-js-translations.php:303 msgid "Send your own bot %s a message to start the conversation." msgstr "به ربات خود %s یک پیام ارسال کنید تا گفتگو شروع شود." #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:61 -#: languages/wptelegram-js-translations.php:310 +#: languages/wptelegram-js-translations.php:306 msgid "To receive notifications into a group:" msgstr "برای دریافت اعلان ها در یک گروه:" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:67 -#: languages/wptelegram-js-translations.php:314 +#: languages/wptelegram-js-translations.php:310 msgid "Add %s to the group to get its Chat ID." msgstr "%s را به گروه اضافه کنید تا شناسه چت آنرا دریافت کنید." #. 1 field name #. translators: 1 field name #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:86 -#: languages/wptelegram-js-translations.php:318 +#: languages/wptelegram-js-translations.php:314 msgid "Enter the Chat ID in %s field below." msgstr "كد چت را در قسمت %s زیر وارد کنید." @@ -606,7 +606,7 @@ msgstr "ارسال به" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:98 -#: languages/wptelegram-js-translations.php:292 +#: languages/wptelegram-js-translations.php:318 msgid "Add your own bot %s to the group." msgstr "ربات %s خود را به گروه اضافه کنید." @@ -1235,7 +1235,7 @@ msgid "Select all" msgstr "" #. Description of the plugin -#: js/settings/ui/Sidebar.tsx:19 +#: js/settings/ui/Sidebar.tsx:20 #: wptelegram.php #: languages/wptelegram-js-translations.php:583 msgid "Integrate your WordPress website perfectly with Telegram. Send posts automatically to Telegram when published or updated, whether to a Telegram Channel, Group or private chat, with full control. Get your email notifications on Telegram." @@ -1357,12 +1357,12 @@ msgstr "" msgid "chat ID" msgstr "" -#: js/settings/ui/Sidebar.tsx:22 +#: js/settings/ui/Sidebar.tsx:23 #: languages/wptelegram-js-translations.php:586 msgid "Join our public chat on Telegram" msgstr "" -#: js/settings/ui/Sidebar.tsx:27 +#: js/settings/ui/Sidebar.tsx:28 #: languages/wptelegram-js-translations.php:589 msgid "Support" msgstr "" diff --git a/plugins/wptelegram/src/languages/wptelegram-id_ID.po b/plugins/wptelegram/src/languages/wptelegram-id_ID.po index cdac59aa..3ed8f35d 100644 --- a/plugins/wptelegram/src/languages/wptelegram-id_ID.po +++ b/plugins/wptelegram/src/languages/wptelegram-id_ID.po @@ -120,7 +120,7 @@ msgstr "" #: js/p2tg-block-editor/OverrideSettings.tsx:69 #: js/settings/ui/TabbedSections.tsx:29 -#: js/settings/ui/advanced/tab.tsx:29 +#: js/settings/ui/advanced/tab.tsx:30 #: languages/wptelegram-js-translations.php:546 #: modules/p2tg/Admin.php:409 msgid "Post to Telegram" @@ -128,7 +128,7 @@ msgstr "Posting ke Telegram" #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:119 #: js/settings/ui/TabbedSections.tsx:37 -#: languages/wptelegram-js-translations.php:296 +#: languages/wptelegram-js-translations.php:292 msgid "Private Notifications" msgstr "Notifikasi Pribadi" @@ -143,7 +143,7 @@ msgstr "Proxy" msgid "Advanced settings" msgstr "Pengaturan lanjutan" -#: js/settings/ui/advanced/tab.tsx:23 +#: js/settings/ui/advanced/tab.tsx:24 #: languages/wptelegram-js-translations.php:613 msgid "Bot API" msgstr "Bot API" @@ -232,7 +232,7 @@ msgstr "" msgid "The module will watch the Email Notifications sent from this site and deliver them to you on Telegram." msgstr "Modul ini akan melihat Notifikasi Email yang dikirim dari situs ini dan mengantarkannya ke Telegram Anda." -#: js/settings/ui/notify/tab.tsx:32 +#: js/settings/ui/notify/tab.tsx:33 #: languages/wptelegram-js-translations.php:646 msgid "Notification Settings" msgstr "Pengaturan Notifikasi" @@ -406,13 +406,13 @@ msgstr "Kirimkan ke" msgid "Add or Upload Files" msgstr "" -#: js/p2tg-block-editor/Files.tsx:47 +#: js/p2tg-block-editor/Files.tsx:57 #: languages/wptelegram-js-translations.php:538 #: modules/p2tg/Admin.php:454 msgid "Files to be sent after the message." msgstr "File yang akan dikirim setelah pesan." -#: js/p2tg-block-editor/Files.tsx:57 +#: js/p2tg-block-editor/Files.tsx:67 #: languages/wptelegram-js-translations.php:541 #: modules/p2tg/Admin.php:453 msgid "Files" @@ -559,40 +559,40 @@ msgid "Disables previews for links in the messages." msgstr "" #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:22 -#: languages/wptelegram-js-translations.php:299 +#: languages/wptelegram-js-translations.php:295 msgid "To receive notifications privately:" msgstr "Untuk menerima pemberitahuan secara pribadi:" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:28 -#: languages/wptelegram-js-translations.php:303 +#: languages/wptelegram-js-translations.php:299 msgid "Get your Chat ID from %s and enter it below." msgstr "Dapatkan ID Obrolan Anda dari %s dan masukkan di bawah ini." #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:44 -#: languages/wptelegram-js-translations.php:307 +#: languages/wptelegram-js-translations.php:303 msgid "Send your own bot %s a message to start the conversation." msgstr "Kirim pesan ke BOT Anda sendiri %s untuk memulai percakapan." #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:61 -#: languages/wptelegram-js-translations.php:310 +#: languages/wptelegram-js-translations.php:306 msgid "To receive notifications into a group:" msgstr "Untuk menerima pemberitahuan ke dalam grup:" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:67 -#: languages/wptelegram-js-translations.php:314 +#: languages/wptelegram-js-translations.php:310 msgid "Add %s to the group to get its Chat ID." msgstr "Tambahkan %s ke grup untuk mendapatkan ID Obrolan." #. 1 field name #. translators: 1 field name #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:86 -#: languages/wptelegram-js-translations.php:318 +#: languages/wptelegram-js-translations.php:314 msgid "Enter the Chat ID in %s field below." msgstr "Masukkan ID Obrolan di kolom %s di bawah ini." @@ -605,7 +605,7 @@ msgstr "Kirim ke" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:98 -#: languages/wptelegram-js-translations.php:292 +#: languages/wptelegram-js-translations.php:318 msgid "Add your own bot %s to the group." msgstr "Tambahkan BOT ANDA SENDIRI %s ke grup." @@ -1234,7 +1234,7 @@ msgid "Select all" msgstr "" #. Description of the plugin -#: js/settings/ui/Sidebar.tsx:19 +#: js/settings/ui/Sidebar.tsx:20 #: wptelegram.php #: languages/wptelegram-js-translations.php:583 msgid "Integrate your WordPress website perfectly with Telegram. Send posts automatically to Telegram when published or updated, whether to a Telegram Channel, Group or private chat, with full control. Get your email notifications on Telegram." @@ -1356,12 +1356,12 @@ msgstr "" msgid "chat ID" msgstr "" -#: js/settings/ui/Sidebar.tsx:22 +#: js/settings/ui/Sidebar.tsx:23 #: languages/wptelegram-js-translations.php:586 msgid "Join our public chat on Telegram" msgstr "" -#: js/settings/ui/Sidebar.tsx:27 +#: js/settings/ui/Sidebar.tsx:28 #: languages/wptelegram-js-translations.php:589 msgid "Support" msgstr "" diff --git a/plugins/wptelegram/src/languages/wptelegram-it_IT.po b/plugins/wptelegram/src/languages/wptelegram-it_IT.po index d7885e13..13c6a94b 100644 --- a/plugins/wptelegram/src/languages/wptelegram-it_IT.po +++ b/plugins/wptelegram/src/languages/wptelegram-it_IT.po @@ -120,7 +120,7 @@ msgstr "Base" #: js/p2tg-block-editor/OverrideSettings.tsx:69 #: js/settings/ui/TabbedSections.tsx:29 -#: js/settings/ui/advanced/tab.tsx:29 +#: js/settings/ui/advanced/tab.tsx:30 #: languages/wptelegram-js-translations.php:546 #: modules/p2tg/Admin.php:409 msgid "Post to Telegram" @@ -128,7 +128,7 @@ msgstr "Invia a Telegram" #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:119 #: js/settings/ui/TabbedSections.tsx:37 -#: languages/wptelegram-js-translations.php:296 +#: languages/wptelegram-js-translations.php:292 msgid "Private Notifications" msgstr "Avviso privato" @@ -143,7 +143,7 @@ msgstr "Proxy" msgid "Advanced settings" msgstr "Impostazioni avanzate" -#: js/settings/ui/advanced/tab.tsx:23 +#: js/settings/ui/advanced/tab.tsx:24 #: languages/wptelegram-js-translations.php:613 msgid "Bot API" msgstr "Bot API" @@ -232,7 +232,7 @@ msgstr "" msgid "The module will watch the Email Notifications sent from this site and deliver them to you on Telegram." msgstr "Il modulo monitorerà le notifiche e-mail inviate da questo sito e te le invierà su Telegram." -#: js/settings/ui/notify/tab.tsx:32 +#: js/settings/ui/notify/tab.tsx:33 #: languages/wptelegram-js-translations.php:646 msgid "Notification Settings" msgstr "Impostazioni Notifiche" @@ -405,13 +405,13 @@ msgstr "Invia a" msgid "Add or Upload Files" msgstr "Aggiungi o carica files" -#: js/p2tg-block-editor/Files.tsx:47 +#: js/p2tg-block-editor/Files.tsx:57 #: languages/wptelegram-js-translations.php:538 #: modules/p2tg/Admin.php:454 msgid "Files to be sent after the message." msgstr "Files da inviare dopo il messaggio." -#: js/p2tg-block-editor/Files.tsx:57 +#: js/p2tg-block-editor/Files.tsx:67 #: languages/wptelegram-js-translations.php:541 #: modules/p2tg/Admin.php:453 msgid "Files" @@ -558,40 +558,40 @@ msgid "Disables previews for links in the messages." msgstr "Disabilità l'anteprima per i link nei messaggi." #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:22 -#: languages/wptelegram-js-translations.php:299 +#: languages/wptelegram-js-translations.php:295 msgid "To receive notifications privately:" msgstr "Ricevi notifiche private:" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:28 -#: languages/wptelegram-js-translations.php:303 +#: languages/wptelegram-js-translations.php:299 msgid "Get your Chat ID from %s and enter it below." msgstr "Ottieni il tuo Chat ID da %s e inseriscilo qui sotto." #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:44 -#: languages/wptelegram-js-translations.php:307 +#: languages/wptelegram-js-translations.php:303 msgid "Send your own bot %s a message to start the conversation." msgstr "Invia un messaggio al tuo bot %s per avviare la conversazione." #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:61 -#: languages/wptelegram-js-translations.php:310 +#: languages/wptelegram-js-translations.php:306 msgid "To receive notifications into a group:" msgstr "Ricevi notifiche in un gruppo:" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:67 -#: languages/wptelegram-js-translations.php:314 +#: languages/wptelegram-js-translations.php:310 msgid "Add %s to the group to get its Chat ID." msgstr "Aggiungi %s al gruppo per ottenere il Chat ID." #. 1 field name #. translators: 1 field name #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:86 -#: languages/wptelegram-js-translations.php:318 +#: languages/wptelegram-js-translations.php:314 msgid "Enter the Chat ID in %s field below." msgstr "Inserisci il Chat ID nel %s campo qui sotto." @@ -604,7 +604,7 @@ msgstr "Invia a" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:98 -#: languages/wptelegram-js-translations.php:292 +#: languages/wptelegram-js-translations.php:318 msgid "Add your own bot %s to the group." msgstr "Aggiungi il tuo bot %s al gruppo." @@ -1233,7 +1233,7 @@ msgid "Select all" msgstr "" #. Description of the plugin -#: js/settings/ui/Sidebar.tsx:19 +#: js/settings/ui/Sidebar.tsx:20 #: wptelegram.php #: languages/wptelegram-js-translations.php:583 msgid "Integrate your WordPress website perfectly with Telegram. Send posts automatically to Telegram when published or updated, whether to a Telegram Channel, Group or private chat, with full control. Get your email notifications on Telegram." @@ -1355,12 +1355,12 @@ msgstr "" msgid "chat ID" msgstr "" -#: js/settings/ui/Sidebar.tsx:22 +#: js/settings/ui/Sidebar.tsx:23 #: languages/wptelegram-js-translations.php:586 msgid "Join our public chat on Telegram" msgstr "" -#: js/settings/ui/Sidebar.tsx:27 +#: js/settings/ui/Sidebar.tsx:28 #: languages/wptelegram-js-translations.php:589 msgid "Support" msgstr "" diff --git a/plugins/wptelegram/src/languages/wptelegram-js-translations.php b/plugins/wptelegram/src/languages/wptelegram-js-translations.php index c53ced09..ecc636da 100644 --- a/plugins/wptelegram/src/languages/wptelegram-js-translations.php +++ b/plugins/wptelegram/src/languages/wptelegram-js-translations.php @@ -534,15 +534,15 @@ // Reference: js/p2tg-block-editor/Files.tsx:11 __( 'Add or Upload Files', 'wptelegram' ), - // Reference: js/p2tg-block-editor/Files.tsx:47 + // Reference: js/p2tg-block-editor/Files.tsx:57 __( 'Files to be sent after the message.', 'wptelegram' ), - // Reference: js/p2tg-block-editor/Files.tsx:57 + // Reference: js/p2tg-block-editor/Files.tsx:67 __( 'Files', 'wptelegram' ), // Reference: js/p2tg-block-editor/OverrideSettings.tsx:69 // Reference: js/settings/ui/TabbedSections.tsx:29 - // Reference: js/settings/ui/advanced/tab.tsx:29 + // Reference: js/settings/ui/advanced/tab.tsx:30 __( 'Post to Telegram', 'wptelegram' ), // Reference: js/p2tg-block-editor/OverrideSettings.tsx:78 @@ -579,13 +579,13 @@ // Reference: js/settings/services/fields.ts:28 __( 'If Email goes to', 'wptelegram' ), - // Reference: js/settings/ui/Sidebar.tsx:19 + // Reference: js/settings/ui/Sidebar.tsx:20 __( 'Integrate your WordPress website perfectly with Telegram. Send posts automatically to Telegram when published or updated, whether to a Telegram Channel, Group or private chat, with full control. Get your email notifications on Telegram.', 'wptelegram' ), - // Reference: js/settings/ui/Sidebar.tsx:22 + // Reference: js/settings/ui/Sidebar.tsx:23 __( 'Join our public chat on Telegram', 'wptelegram' ), - // Reference: js/settings/ui/Sidebar.tsx:27 + // Reference: js/settings/ui/Sidebar.tsx:28 __( 'Support', 'wptelegram' ), // Reference: js/settings/ui/TabbedSections.tsx:23 @@ -609,7 +609,7 @@ // Reference: js/settings/ui/TabbedSections.tsx:56 __( 'Settings in this section should not be changed unless recommended by WP Telegram Support.', 'wptelegram' ), - // Reference: js/settings/ui/advanced/tab.tsx:23 + // Reference: js/settings/ui/advanced/tab.tsx:24 __( 'Bot API', 'wptelegram' ), // Reference: js/settings/ui/basics/instructions.tsx:18 @@ -642,7 +642,7 @@ // Reference: js/settings/ui/basics/tab.tsx:36 __( 'Use %s above to set automatically.', 'wptelegram' ), - // Reference: js/settings/ui/notify/tab.tsx:32 + // Reference: js/settings/ui/notify/tab.tsx:33 __( 'Notification Settings', 'wptelegram' ), // Reference: js/settings/ui/notify/watch-emails.tsx:28 diff --git a/plugins/wptelegram/src/languages/wptelegram-pl_PL.po b/plugins/wptelegram/src/languages/wptelegram-pl_PL.po index 3fa76ada..24165c92 100644 --- a/plugins/wptelegram/src/languages/wptelegram-pl_PL.po +++ b/plugins/wptelegram/src/languages/wptelegram-pl_PL.po @@ -123,7 +123,7 @@ msgstr "" #: js/p2tg-block-editor/OverrideSettings.tsx:69 #: js/settings/ui/TabbedSections.tsx:29 -#: js/settings/ui/advanced/tab.tsx:29 +#: js/settings/ui/advanced/tab.tsx:30 #: languages/wptelegram-js-translations.php:546 #: modules/p2tg/Admin.php:409 msgid "Post to Telegram" @@ -131,7 +131,7 @@ msgstr "Wyślij do Telegrama" #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:119 #: js/settings/ui/TabbedSections.tsx:37 -#: languages/wptelegram-js-translations.php:296 +#: languages/wptelegram-js-translations.php:292 msgid "Private Notifications" msgstr "Prywatne powiadomienia" @@ -146,7 +146,7 @@ msgstr "Proxy" msgid "Advanced settings" msgstr "Ustawienia zaawansowane" -#: js/settings/ui/advanced/tab.tsx:23 +#: js/settings/ui/advanced/tab.tsx:24 #: languages/wptelegram-js-translations.php:613 msgid "Bot API" msgstr "Bot API" @@ -235,7 +235,7 @@ msgstr "" msgid "The module will watch the Email Notifications sent from this site and deliver them to you on Telegram." msgstr "Moduł będzie obserwował powiadomienia e-mail wysyłane z tej witryny i dostarczał je do Twojego Telegrama." -#: js/settings/ui/notify/tab.tsx:32 +#: js/settings/ui/notify/tab.tsx:33 #: languages/wptelegram-js-translations.php:646 msgid "Notification Settings" msgstr "Ustawienia powiadomień" @@ -409,13 +409,13 @@ msgstr "Wyślij do" msgid "Add or Upload Files" msgstr "" -#: js/p2tg-block-editor/Files.tsx:47 +#: js/p2tg-block-editor/Files.tsx:57 #: languages/wptelegram-js-translations.php:538 #: modules/p2tg/Admin.php:454 msgid "Files to be sent after the message." msgstr "Pliki do wysłania po wiadomości." -#: js/p2tg-block-editor/Files.tsx:57 +#: js/p2tg-block-editor/Files.tsx:67 #: languages/wptelegram-js-translations.php:541 #: modules/p2tg/Admin.php:453 msgid "Files" @@ -562,40 +562,40 @@ msgid "Disables previews for links in the messages." msgstr "" #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:22 -#: languages/wptelegram-js-translations.php:299 +#: languages/wptelegram-js-translations.php:295 msgid "To receive notifications privately:" msgstr "Aby otrzymywać prywatne powiadomienia:" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:28 -#: languages/wptelegram-js-translations.php:303 +#: languages/wptelegram-js-translations.php:299 msgid "Get your Chat ID from %s and enter it below." msgstr "Uzyskaj ID czatu z %s i wprowadź go poniżej." #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:44 -#: languages/wptelegram-js-translations.php:307 +#: languages/wptelegram-js-translations.php:303 msgid "Send your own bot %s a message to start the conversation." msgstr "Wyślij wiadomość do SWOJEGO WŁASNEGO BOTA %s, aby rozpocząć rozmowę." #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:61 -#: languages/wptelegram-js-translations.php:310 +#: languages/wptelegram-js-translations.php:306 msgid "To receive notifications into a group:" msgstr "Aby otrzymywać powiadomienia do grupy:" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:67 -#: languages/wptelegram-js-translations.php:314 +#: languages/wptelegram-js-translations.php:310 msgid "Add %s to the group to get its Chat ID." msgstr "Dodaj %s do grupy, aby uzyskać jej ID." #. 1 field name #. translators: 1 field name #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:86 -#: languages/wptelegram-js-translations.php:318 +#: languages/wptelegram-js-translations.php:314 msgid "Enter the Chat ID in %s field below." msgstr "Wprowadź ID grupy w polu %s poniżej." @@ -608,7 +608,7 @@ msgstr "Wyślij go do" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:98 -#: languages/wptelegram-js-translations.php:292 +#: languages/wptelegram-js-translations.php:318 msgid "Add your own bot %s to the group." msgstr "Dodaj SWOJEGO WŁASNEGO BOTA %s do grupy." @@ -1237,7 +1237,7 @@ msgid "Select all" msgstr "" #. Description of the plugin -#: js/settings/ui/Sidebar.tsx:19 +#: js/settings/ui/Sidebar.tsx:20 #: wptelegram.php #: languages/wptelegram-js-translations.php:583 msgid "Integrate your WordPress website perfectly with Telegram. Send posts automatically to Telegram when published or updated, whether to a Telegram Channel, Group or private chat, with full control. Get your email notifications on Telegram." @@ -1359,12 +1359,12 @@ msgstr "" msgid "chat ID" msgstr "" -#: js/settings/ui/Sidebar.tsx:22 +#: js/settings/ui/Sidebar.tsx:23 #: languages/wptelegram-js-translations.php:586 msgid "Join our public chat on Telegram" msgstr "" -#: js/settings/ui/Sidebar.tsx:27 +#: js/settings/ui/Sidebar.tsx:28 #: languages/wptelegram-js-translations.php:589 msgid "Support" msgstr "" diff --git a/plugins/wptelegram/src/languages/wptelegram-pt_BR.po b/plugins/wptelegram/src/languages/wptelegram-pt_BR.po index c88f6224..9a7c84f6 100644 --- a/plugins/wptelegram/src/languages/wptelegram-pt_BR.po +++ b/plugins/wptelegram/src/languages/wptelegram-pt_BR.po @@ -120,7 +120,7 @@ msgstr "" #: js/p2tg-block-editor/OverrideSettings.tsx:69 #: js/settings/ui/TabbedSections.tsx:29 -#: js/settings/ui/advanced/tab.tsx:29 +#: js/settings/ui/advanced/tab.tsx:30 #: languages/wptelegram-js-translations.php:546 #: modules/p2tg/Admin.php:409 msgid "Post to Telegram" @@ -128,7 +128,7 @@ msgstr "" #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:119 #: js/settings/ui/TabbedSections.tsx:37 -#: languages/wptelegram-js-translations.php:296 +#: languages/wptelegram-js-translations.php:292 msgid "Private Notifications" msgstr "" @@ -143,7 +143,7 @@ msgstr "" msgid "Advanced settings" msgstr "" -#: js/settings/ui/advanced/tab.tsx:23 +#: js/settings/ui/advanced/tab.tsx:24 #: languages/wptelegram-js-translations.php:613 msgid "Bot API" msgstr "" @@ -232,7 +232,7 @@ msgstr "" msgid "The module will watch the Email Notifications sent from this site and deliver them to you on Telegram." msgstr "" -#: js/settings/ui/notify/tab.tsx:32 +#: js/settings/ui/notify/tab.tsx:33 #: languages/wptelegram-js-translations.php:646 msgid "Notification Settings" msgstr "Configurações de notificação" @@ -405,13 +405,13 @@ msgstr "Enviar para" msgid "Add or Upload Files" msgstr "" -#: js/p2tg-block-editor/Files.tsx:47 +#: js/p2tg-block-editor/Files.tsx:57 #: languages/wptelegram-js-translations.php:538 #: modules/p2tg/Admin.php:454 msgid "Files to be sent after the message." msgstr "" -#: js/p2tg-block-editor/Files.tsx:57 +#: js/p2tg-block-editor/Files.tsx:67 #: languages/wptelegram-js-translations.php:541 #: modules/p2tg/Admin.php:453 msgid "Files" @@ -558,40 +558,40 @@ msgid "Disables previews for links in the messages." msgstr "" #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:22 -#: languages/wptelegram-js-translations.php:299 +#: languages/wptelegram-js-translations.php:295 msgid "To receive notifications privately:" msgstr "" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:28 -#: languages/wptelegram-js-translations.php:303 +#: languages/wptelegram-js-translations.php:299 msgid "Get your Chat ID from %s and enter it below." msgstr "" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:44 -#: languages/wptelegram-js-translations.php:307 +#: languages/wptelegram-js-translations.php:303 msgid "Send your own bot %s a message to start the conversation." msgstr "" #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:61 -#: languages/wptelegram-js-translations.php:310 +#: languages/wptelegram-js-translations.php:306 msgid "To receive notifications into a group:" msgstr "" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:67 -#: languages/wptelegram-js-translations.php:314 +#: languages/wptelegram-js-translations.php:310 msgid "Add %s to the group to get its Chat ID." msgstr "" #. 1 field name #. translators: 1 field name #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:86 -#: languages/wptelegram-js-translations.php:318 +#: languages/wptelegram-js-translations.php:314 msgid "Enter the Chat ID in %s field below." msgstr "" @@ -604,7 +604,7 @@ msgstr "" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:98 -#: languages/wptelegram-js-translations.php:292 +#: languages/wptelegram-js-translations.php:318 msgid "Add your own bot %s to the group." msgstr "" @@ -1229,7 +1229,7 @@ msgid "Select all" msgstr "" #. Description of the plugin -#: js/settings/ui/Sidebar.tsx:19 +#: js/settings/ui/Sidebar.tsx:20 #: wptelegram.php #: languages/wptelegram-js-translations.php:583 msgid "Integrate your WordPress website perfectly with Telegram. Send posts automatically to Telegram when published or updated, whether to a Telegram Channel, Group or private chat, with full control. Get your email notifications on Telegram." @@ -1351,12 +1351,12 @@ msgstr "" msgid "chat ID" msgstr "" -#: js/settings/ui/Sidebar.tsx:22 +#: js/settings/ui/Sidebar.tsx:23 #: languages/wptelegram-js-translations.php:586 msgid "Join our public chat on Telegram" msgstr "" -#: js/settings/ui/Sidebar.tsx:27 +#: js/settings/ui/Sidebar.tsx:28 #: languages/wptelegram-js-translations.php:589 msgid "Support" msgstr "" diff --git a/plugins/wptelegram/src/languages/wptelegram-ru_RU.po b/plugins/wptelegram/src/languages/wptelegram-ru_RU.po index e8e7e481..288d653d 100644 --- a/plugins/wptelegram/src/languages/wptelegram-ru_RU.po +++ b/plugins/wptelegram/src/languages/wptelegram-ru_RU.po @@ -120,7 +120,7 @@ msgstr "" #: js/p2tg-block-editor/OverrideSettings.tsx:69 #: js/settings/ui/TabbedSections.tsx:29 -#: js/settings/ui/advanced/tab.tsx:29 +#: js/settings/ui/advanced/tab.tsx:30 #: languages/wptelegram-js-translations.php:546 #: modules/p2tg/Admin.php:409 msgid "Post to Telegram" @@ -128,7 +128,7 @@ msgstr "Отправка публикаций" #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:119 #: js/settings/ui/TabbedSections.tsx:37 -#: languages/wptelegram-js-translations.php:296 +#: languages/wptelegram-js-translations.php:292 msgid "Private Notifications" msgstr "Личные уведомления" @@ -143,7 +143,7 @@ msgstr "Прокси" msgid "Advanced settings" msgstr "Дополнительные настройки" -#: js/settings/ui/advanced/tab.tsx:23 +#: js/settings/ui/advanced/tab.tsx:24 #: languages/wptelegram-js-translations.php:613 msgid "Bot API" msgstr "API-интерфейса бота" @@ -232,7 +232,7 @@ msgstr "" msgid "The module will watch the Email Notifications sent from this site and deliver them to you on Telegram." msgstr "Модуль будет следить за уведомлениями по электронной почте, отправленными с этого сайта, и доставлять их в чат/группу Telegram." -#: js/settings/ui/notify/tab.tsx:32 +#: js/settings/ui/notify/tab.tsx:33 #: languages/wptelegram-js-translations.php:646 msgid "Notification Settings" msgstr "Настройки уведомлений" @@ -406,13 +406,13 @@ msgstr "Отправить для" msgid "Add or Upload Files" msgstr "" -#: js/p2tg-block-editor/Files.tsx:47 +#: js/p2tg-block-editor/Files.tsx:57 #: languages/wptelegram-js-translations.php:538 #: modules/p2tg/Admin.php:454 msgid "Files to be sent after the message." msgstr "Файлы, отправляемые после сообщения." -#: js/p2tg-block-editor/Files.tsx:57 +#: js/p2tg-block-editor/Files.tsx:67 #: languages/wptelegram-js-translations.php:541 #: modules/p2tg/Admin.php:453 msgid "Files" @@ -559,40 +559,40 @@ msgid "Disables previews for links in the messages." msgstr "" #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:22 -#: languages/wptelegram-js-translations.php:299 +#: languages/wptelegram-js-translations.php:295 msgid "To receive notifications privately:" msgstr "Для получения уведомлений в личный чат с ботом" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:28 -#: languages/wptelegram-js-translations.php:303 +#: languages/wptelegram-js-translations.php:299 msgid "Get your Chat ID from %s and enter it below." msgstr "Получите свой идентификатор чата из %s и введите его ниже." #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:44 -#: languages/wptelegram-js-translations.php:307 +#: languages/wptelegram-js-translations.php:303 msgid "Send your own bot %s a message to start the conversation." msgstr "Отправьте сообщение СВОЕМУ БОТУ %s, чтобы начать разговор.." #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:61 -#: languages/wptelegram-js-translations.php:310 +#: languages/wptelegram-js-translations.php:306 msgid "To receive notifications into a group:" msgstr "Получение уведомлений в группу:" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:67 -#: languages/wptelegram-js-translations.php:314 +#: languages/wptelegram-js-translations.php:310 msgid "Add %s to the group to get its Chat ID." msgstr "Добавьте %s в группу, чтобы получить идентификатор чата." #. 1 field name #. translators: 1 field name #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:86 -#: languages/wptelegram-js-translations.php:318 +#: languages/wptelegram-js-translations.php:314 msgid "Enter the Chat ID in %s field below." msgstr "Введите идентификатор чата в поле %s ниже." @@ -605,7 +605,7 @@ msgstr "Отправлять в" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:98 -#: languages/wptelegram-js-translations.php:292 +#: languages/wptelegram-js-translations.php:318 msgid "Add your own bot %s to the group." msgstr "Добавьте СВОЕГО БОТА %s в группу." @@ -1234,7 +1234,7 @@ msgid "Select all" msgstr "" #. Description of the plugin -#: js/settings/ui/Sidebar.tsx:19 +#: js/settings/ui/Sidebar.tsx:20 #: wptelegram.php #: languages/wptelegram-js-translations.php:583 msgid "Integrate your WordPress website perfectly with Telegram. Send posts automatically to Telegram when published or updated, whether to a Telegram Channel, Group or private chat, with full control. Get your email notifications on Telegram." @@ -1356,12 +1356,12 @@ msgstr "" msgid "chat ID" msgstr "" -#: js/settings/ui/Sidebar.tsx:22 +#: js/settings/ui/Sidebar.tsx:23 #: languages/wptelegram-js-translations.php:586 msgid "Join our public chat on Telegram" msgstr "" -#: js/settings/ui/Sidebar.tsx:27 +#: js/settings/ui/Sidebar.tsx:28 #: languages/wptelegram-js-translations.php:589 msgid "Support" msgstr "" diff --git a/plugins/wptelegram/src/languages/wptelegram-sq.po b/plugins/wptelegram/src/languages/wptelegram-sq.po index 41e5f536..0423f442 100644 --- a/plugins/wptelegram/src/languages/wptelegram-sq.po +++ b/plugins/wptelegram/src/languages/wptelegram-sq.po @@ -120,7 +120,7 @@ msgstr "" #: js/p2tg-block-editor/OverrideSettings.tsx:69 #: js/settings/ui/TabbedSections.tsx:29 -#: js/settings/ui/advanced/tab.tsx:29 +#: js/settings/ui/advanced/tab.tsx:30 #: languages/wptelegram-js-translations.php:546 #: modules/p2tg/Admin.php:409 msgid "Post to Telegram" @@ -128,7 +128,7 @@ msgstr "" #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:119 #: js/settings/ui/TabbedSections.tsx:37 -#: languages/wptelegram-js-translations.php:296 +#: languages/wptelegram-js-translations.php:292 msgid "Private Notifications" msgstr "" @@ -143,7 +143,7 @@ msgstr "" msgid "Advanced settings" msgstr "" -#: js/settings/ui/advanced/tab.tsx:23 +#: js/settings/ui/advanced/tab.tsx:24 #: languages/wptelegram-js-translations.php:613 msgid "Bot API" msgstr "" @@ -232,7 +232,7 @@ msgstr "" msgid "The module will watch the Email Notifications sent from this site and deliver them to you on Telegram." msgstr "" -#: js/settings/ui/notify/tab.tsx:32 +#: js/settings/ui/notify/tab.tsx:33 #: languages/wptelegram-js-translations.php:646 msgid "Notification Settings" msgstr "Rregullime Njoftimesh" @@ -405,13 +405,13 @@ msgstr "Dërgoje te" msgid "Add or Upload Files" msgstr "" -#: js/p2tg-block-editor/Files.tsx:47 +#: js/p2tg-block-editor/Files.tsx:57 #: languages/wptelegram-js-translations.php:538 #: modules/p2tg/Admin.php:454 msgid "Files to be sent after the message." msgstr "" -#: js/p2tg-block-editor/Files.tsx:57 +#: js/p2tg-block-editor/Files.tsx:67 #: languages/wptelegram-js-translations.php:541 #: modules/p2tg/Admin.php:453 msgid "Files" @@ -558,40 +558,40 @@ msgid "Disables previews for links in the messages." msgstr "" #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:22 -#: languages/wptelegram-js-translations.php:299 +#: languages/wptelegram-js-translations.php:295 msgid "To receive notifications privately:" msgstr "" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:28 -#: languages/wptelegram-js-translations.php:303 +#: languages/wptelegram-js-translations.php:299 msgid "Get your Chat ID from %s and enter it below." msgstr "" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:44 -#: languages/wptelegram-js-translations.php:307 +#: languages/wptelegram-js-translations.php:303 msgid "Send your own bot %s a message to start the conversation." msgstr "" #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:61 -#: languages/wptelegram-js-translations.php:310 +#: languages/wptelegram-js-translations.php:306 msgid "To receive notifications into a group:" msgstr "" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:67 -#: languages/wptelegram-js-translations.php:314 +#: languages/wptelegram-js-translations.php:310 msgid "Add %s to the group to get its Chat ID." msgstr "" #. 1 field name #. translators: 1 field name #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:86 -#: languages/wptelegram-js-translations.php:318 +#: languages/wptelegram-js-translations.php:314 msgid "Enter the Chat ID in %s field below." msgstr "" @@ -604,7 +604,7 @@ msgstr "" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:98 -#: languages/wptelegram-js-translations.php:292 +#: languages/wptelegram-js-translations.php:318 msgid "Add your own bot %s to the group." msgstr "" @@ -1229,7 +1229,7 @@ msgid "Select all" msgstr "" #. Description of the plugin -#: js/settings/ui/Sidebar.tsx:19 +#: js/settings/ui/Sidebar.tsx:20 #: wptelegram.php #: languages/wptelegram-js-translations.php:583 msgid "Integrate your WordPress website perfectly with Telegram. Send posts automatically to Telegram when published or updated, whether to a Telegram Channel, Group or private chat, with full control. Get your email notifications on Telegram." @@ -1351,12 +1351,12 @@ msgstr "" msgid "chat ID" msgstr "" -#: js/settings/ui/Sidebar.tsx:22 +#: js/settings/ui/Sidebar.tsx:23 #: languages/wptelegram-js-translations.php:586 msgid "Join our public chat on Telegram" msgstr "" -#: js/settings/ui/Sidebar.tsx:27 +#: js/settings/ui/Sidebar.tsx:28 #: languages/wptelegram-js-translations.php:589 msgid "Support" msgstr "" diff --git a/plugins/wptelegram/src/languages/wptelegram-zh_TW.po b/plugins/wptelegram/src/languages/wptelegram-zh_TW.po index 12acc7d2..c3c551dc 100644 --- a/plugins/wptelegram/src/languages/wptelegram-zh_TW.po +++ b/plugins/wptelegram/src/languages/wptelegram-zh_TW.po @@ -120,7 +120,7 @@ msgstr "" #: js/p2tg-block-editor/OverrideSettings.tsx:69 #: js/settings/ui/TabbedSections.tsx:29 -#: js/settings/ui/advanced/tab.tsx:29 +#: js/settings/ui/advanced/tab.tsx:30 #: languages/wptelegram-js-translations.php:546 #: modules/p2tg/Admin.php:409 msgid "Post to Telegram" @@ -128,7 +128,7 @@ msgstr "文章通知" #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:119 #: js/settings/ui/TabbedSections.tsx:37 -#: languages/wptelegram-js-translations.php:296 +#: languages/wptelegram-js-translations.php:292 msgid "Private Notifications" msgstr "私人通知" @@ -143,7 +143,7 @@ msgstr "" msgid "Advanced settings" msgstr "進階設定" -#: js/settings/ui/advanced/tab.tsx:23 +#: js/settings/ui/advanced/tab.tsx:24 #: languages/wptelegram-js-translations.php:613 msgid "Bot API" msgstr "" @@ -232,7 +232,7 @@ msgstr "" msgid "The module will watch the Email Notifications sent from this site and deliver them to you on Telegram." msgstr "此模組會監看此站寄出的電子郵件通知並且將它們傳送至你的 Telegram" -#: js/settings/ui/notify/tab.tsx:32 +#: js/settings/ui/notify/tab.tsx:33 #: languages/wptelegram-js-translations.php:646 msgid "Notification Settings" msgstr "通知設定" @@ -406,13 +406,13 @@ msgstr "傳送給" msgid "Add or Upload Files" msgstr "" -#: js/p2tg-block-editor/Files.tsx:47 +#: js/p2tg-block-editor/Files.tsx:57 #: languages/wptelegram-js-translations.php:538 #: modules/p2tg/Admin.php:454 msgid "Files to be sent after the message." msgstr "檔案在訊息之後傳送." -#: js/p2tg-block-editor/Files.tsx:57 +#: js/p2tg-block-editor/Files.tsx:67 #: languages/wptelegram-js-translations.php:541 #: modules/p2tg/Admin.php:453 msgid "Files" @@ -559,40 +559,40 @@ msgid "Disables previews for links in the messages." msgstr "" #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:22 -#: languages/wptelegram-js-translations.php:299 +#: languages/wptelegram-js-translations.php:295 msgid "To receive notifications privately:" msgstr "私下接收通知:" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:28 -#: languages/wptelegram-js-translations.php:303 +#: languages/wptelegram-js-translations.php:299 msgid "Get your Chat ID from %s and enter it below." msgstr "從 %s 取得你的 Chat ID 並且在下方輸入。" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:44 -#: languages/wptelegram-js-translations.php:307 +#: languages/wptelegram-js-translations.php:303 msgid "Send your own bot %s a message to start the conversation." msgstr "" #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:61 -#: languages/wptelegram-js-translations.php:310 +#: languages/wptelegram-js-translations.php:306 msgid "To receive notifications into a group:" msgstr "在群組中接收通知:" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:67 -#: languages/wptelegram-js-translations.php:314 +#: languages/wptelegram-js-translations.php:310 msgid "Add %s to the group to get its Chat ID." msgstr "將 %s 新增到群組以取得其 Chat ID。" #. 1 field name #. translators: 1 field name #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:86 -#: languages/wptelegram-js-translations.php:318 +#: languages/wptelegram-js-translations.php:314 msgid "Enter the Chat ID in %s field below." msgstr "在下方 %s 中輸入 chat_id。" @@ -605,7 +605,7 @@ msgstr "傳送給" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:98 -#: languages/wptelegram-js-translations.php:292 +#: languages/wptelegram-js-translations.php:318 msgid "Add your own bot %s to the group." msgstr "" @@ -1233,7 +1233,7 @@ msgid "Select all" msgstr "" #. Description of the plugin -#: js/settings/ui/Sidebar.tsx:19 +#: js/settings/ui/Sidebar.tsx:20 #: wptelegram.php #: languages/wptelegram-js-translations.php:583 msgid "Integrate your WordPress website perfectly with Telegram. Send posts automatically to Telegram when published or updated, whether to a Telegram Channel, Group or private chat, with full control. Get your email notifications on Telegram." @@ -1355,12 +1355,12 @@ msgstr "" msgid "chat ID" msgstr "" -#: js/settings/ui/Sidebar.tsx:22 +#: js/settings/ui/Sidebar.tsx:23 #: languages/wptelegram-js-translations.php:586 msgid "Join our public chat on Telegram" msgstr "" -#: js/settings/ui/Sidebar.tsx:27 +#: js/settings/ui/Sidebar.tsx:28 #: languages/wptelegram-js-translations.php:589 msgid "Support" msgstr "" diff --git a/plugins/wptelegram/src/languages/wptelegram.pot b/plugins/wptelegram/src/languages/wptelegram.pot index 2af56ab7..d4221429 100644 --- a/plugins/wptelegram/src/languages/wptelegram.pot +++ b/plugins/wptelegram/src/languages/wptelegram.pot @@ -2,14 +2,14 @@ # This file is distributed under the GPL-2.0+. msgid "" msgstr "" -"Project-Id-Version: WP Telegram 4.2.3\n" +"Project-Id-Version: WP Telegram 4.2.4\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wptelegram\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2024-10-22T16:21:41+00:00\n" +"POT-Creation-Date: 2024-10-26T13:10:29+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.11.0\n" "language: en_US\n" @@ -495,52 +495,52 @@ msgstr "" #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:119 #: js/settings/ui/TabbedSections.tsx:37 -#: languages/wptelegram-js-translations.php:296 +#: languages/wptelegram-js-translations.php:292 msgid "Private Notifications" msgstr "" #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:22 -#: languages/wptelegram-js-translations.php:299 +#: languages/wptelegram-js-translations.php:295 msgid "To receive notifications privately:" msgstr "" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:28 -#: languages/wptelegram-js-translations.php:303 +#: languages/wptelegram-js-translations.php:299 msgid "Get your Chat ID from %s and enter it below." msgstr "" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:44 -#: languages/wptelegram-js-translations.php:307 +#: languages/wptelegram-js-translations.php:303 msgid "Send your own bot %s a message to start the conversation." msgstr "" #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:61 -#: languages/wptelegram-js-translations.php:310 +#: languages/wptelegram-js-translations.php:306 msgid "To receive notifications into a group:" msgstr "" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:67 -#: languages/wptelegram-js-translations.php:314 +#: languages/wptelegram-js-translations.php:310 msgid "Add %s to the group to get its Chat ID." msgstr "" #. 1 field name #. translators: 1 field name #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:86 -#: languages/wptelegram-js-translations.php:318 +#: languages/wptelegram-js-translations.php:314 msgid "Enter the Chat ID in %s field below." msgstr "" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared-ui/wptelegram/notify-instructions.tsx:98 -#: languages/wptelegram-js-translations.php:292 +#: languages/wptelegram-js-translations.php:318 msgid "Add your own bot %s to the group." msgstr "" @@ -905,13 +905,13 @@ msgstr "" msgid "Add or Upload Files" msgstr "" -#: js/p2tg-block-editor/Files.tsx:47 +#: js/p2tg-block-editor/Files.tsx:57 #: languages/wptelegram-js-translations.php:538 #: modules/p2tg/Admin.php:454 msgid "Files to be sent after the message." msgstr "" -#: js/p2tg-block-editor/Files.tsx:57 +#: js/p2tg-block-editor/Files.tsx:67 #: languages/wptelegram-js-translations.php:541 #: modules/p2tg/Admin.php:453 msgid "Files" @@ -919,7 +919,7 @@ msgstr "" #: js/p2tg-block-editor/OverrideSettings.tsx:69 #: js/settings/ui/TabbedSections.tsx:29 -#: js/settings/ui/advanced/tab.tsx:29 +#: js/settings/ui/advanced/tab.tsx:30 #: languages/wptelegram-js-translations.php:546 #: modules/p2tg/Admin.php:409 msgid "Post to Telegram" @@ -985,18 +985,18 @@ msgid "If Email goes to" msgstr "" #. Description of the plugin -#: js/settings/ui/Sidebar.tsx:19 +#: js/settings/ui/Sidebar.tsx:20 #: wptelegram.php #: languages/wptelegram-js-translations.php:583 msgid "Integrate your WordPress website perfectly with Telegram. Send posts automatically to Telegram when published or updated, whether to a Telegram Channel, Group or private chat, with full control. Get your email notifications on Telegram." msgstr "" -#: js/settings/ui/Sidebar.tsx:22 +#: js/settings/ui/Sidebar.tsx:23 #: languages/wptelegram-js-translations.php:586 msgid "Join our public chat on Telegram" msgstr "" -#: js/settings/ui/Sidebar.tsx:27 +#: js/settings/ui/Sidebar.tsx:28 #: languages/wptelegram-js-translations.php:589 msgid "Support" msgstr "" @@ -1036,7 +1036,7 @@ msgstr "" msgid "Settings in this section should not be changed unless recommended by WP Telegram Support." msgstr "" -#: js/settings/ui/advanced/tab.tsx:23 +#: js/settings/ui/advanced/tab.tsx:24 #: languages/wptelegram-js-translations.php:613 msgid "Bot API" msgstr "" @@ -1092,7 +1092,7 @@ msgstr "" msgid "Use %s above to set automatically." msgstr "" -#: js/settings/ui/notify/tab.tsx:32 +#: js/settings/ui/notify/tab.tsx:33 #: languages/wptelegram-js-translations.php:646 msgid "Notification Settings" msgstr "" diff --git a/plugins/wptelegram/src/readme.txt b/plugins/wptelegram/src/readme.txt index b08e946b..f8ba4448 100644 --- a/plugins/wptelegram/src/readme.txt +++ b/plugins/wptelegram/src/readme.txt @@ -5,7 +5,7 @@ Tags: telegram, notifications, posts, channel, group Requires at least: 6.4 Requires PHP: 7.4 Tested up to: 6.6.2 -Stable tag: 4.2.3 +Stable tag: 4.2.4 License: GPL-3.0-or-later License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -203,8 +203,8 @@ Automatic updates should work smoothly, but we still recommend you back up your == Changelog == -= 4.2.3 = -- Added filters for excerpt and content options -- Fixed files button not working for block editor += 4.2.4 = +- Updated attach files UI to show file size +- Performance improvements [See full changelog](https://github.com/wpsocio/wptelegram/blob/main/CHANGELOG.md) diff --git a/plugins/wptelegram/src/wptelegram.php b/plugins/wptelegram/src/wptelegram.php index b9e5c8a6..e10a60bb 100644 --- a/plugins/wptelegram/src/wptelegram.php +++ b/plugins/wptelegram/src/wptelegram.php @@ -10,7 +10,7 @@ * Plugin Name: WP Telegram * Plugin URI: https://t.me/WPTelegram * Description: Integrate your WordPress website perfectly with Telegram. Send posts automatically to Telegram when published or updated, whether to a Telegram Channel, Group or private chat, with full control. Get your email notifications on Telegram. - * Version: 4.2.3 + * Version: 4.2.4 * Requires at least: 6.4 * Requires PHP: 7.4 * Author: WP Socio @@ -26,7 +26,7 @@ die; } -define( 'WPTELEGRAM_VER', '4.2.3' ); +define( 'WPTELEGRAM_VER', '4.2.4' ); defined( 'WPTELEGRAM_MAIN_FILE' ) || define( 'WPTELEGRAM_MAIN_FILE', __FILE__ );