From 9fb4fa83d24386e8a91c4cce3fbe6f7225888af9 Mon Sep 17 00:00:00 2001 From: Irshad Ahmad <94346512+irshadahmad21@users.noreply.github.com> Date: Sat, 10 Feb 2024 12:51:24 +0530 Subject: [PATCH] Prepare for next release (#94) Co-authored-by: github-actions[bot] --- .changeset/healthy-rocks-shake.md | 6 - .changeset/warm-tigers-cry.md | 5 - packages/php/wptelegram-bot-api/CHANGELOG.md | 6 + packages/php/wptelegram-bot-api/package.json | 2 +- plugins/wptelegram-widget/CHANGELOG.md | 6 + plugins/wptelegram-widget/README.md | 4 +- plugins/wptelegram-widget/composer.json | 2 +- plugins/wptelegram-widget/package.json | 2 +- .../src/languages/wptelegram-widget.pot | 4 +- plugins/wptelegram-widget/src/readme.txt | 8 +- .../src/wptelegram-widget.php | 4 +- plugins/wptelegram/CHANGELOG.md | 6 + plugins/wptelegram/README.md | 2 +- plugins/wptelegram/composer.json | 2 +- plugins/wptelegram/package.json | 2 +- .../wptelegram/src/languages/wptelegram-ar.mo | Bin 4616 -> 4531 bytes .../wptelegram/src/languages/wptelegram-ar.po | 358 +++++++++-------- .../wptelegram/src/languages/wptelegram-ca.mo | Bin 3749 -> 3659 bytes .../wptelegram/src/languages/wptelegram-ca.po | 358 +++++++++-------- .../src/languages/wptelegram-de_DE.mo | Bin 19824 -> 19549 bytes .../src/languages/wptelegram-de_DE.po | 358 +++++++++-------- .../src/languages/wptelegram-es_ES.mo | Bin 4041 -> 3968 bytes .../src/languages/wptelegram-es_ES.po | 358 +++++++++-------- .../src/languages/wptelegram-fa_IR.mo | Bin 15033 -> 14949 bytes .../src/languages/wptelegram-fa_IR.po | 358 +++++++++-------- .../src/languages/wptelegram-id_ID.mo | Bin 11614 -> 11539 bytes .../src/languages/wptelegram-id_ID.po | 358 +++++++++-------- .../src/languages/wptelegram-it_IT.mo | Bin 16742 -> 16669 bytes .../src/languages/wptelegram-it_IT.po | 358 +++++++++-------- .../src/languages/wptelegram-pl_PL.mo | Bin 12576 -> 12510 bytes .../src/languages/wptelegram-pl_PL.po | 358 +++++++++-------- .../src/languages/wptelegram-pt_BR.mo | Bin 3873 -> 3789 bytes .../src/languages/wptelegram-pt_BR.po | 358 +++++++++-------- .../src/languages/wptelegram-ru_RU.mo | Bin 15787 -> 15657 bytes .../src/languages/wptelegram-ru_RU.po | 358 +++++++++-------- .../wptelegram/src/languages/wptelegram-sq.mo | Bin 4192 -> 4119 bytes .../wptelegram/src/languages/wptelegram-sq.po | 358 +++++++++-------- .../src/languages/wptelegram-zh_TW.mo | Bin 10287 -> 10227 bytes .../src/languages/wptelegram-zh_TW.po | 358 +++++++++-------- .../wptelegram/src/languages/wptelegram.pot | 362 +++++++++--------- plugins/wptelegram/src/readme.txt | 7 +- plugins/wptelegram/src/wptelegram.php | 4 +- 42 files changed, 2355 insertions(+), 2375 deletions(-) delete mode 100644 .changeset/healthy-rocks-shake.md delete mode 100644 .changeset/warm-tigers-cry.md diff --git a/.changeset/healthy-rocks-shake.md b/.changeset/healthy-rocks-shake.md deleted file mode 100644 index 19ef5741..00000000 --- a/.changeset/healthy-rocks-shake.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"wptelegram": patch -"wptelegram-widget": patch ---- - -Updated bundled bot api library diff --git a/.changeset/warm-tigers-cry.md b/.changeset/warm-tigers-cry.md deleted file mode 100644 index 3da14837..00000000 --- a/.changeset/warm-tigers-cry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wpsocio/wptelegram-bot-api": patch ---- - -json encode nested params by default diff --git a/packages/php/wptelegram-bot-api/CHANGELOG.md b/packages/php/wptelegram-bot-api/CHANGELOG.md index ba16da5e..147d5633 100644 --- a/packages/php/wptelegram-bot-api/CHANGELOG.md +++ b/packages/php/wptelegram-bot-api/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.0.1 + +### Patch Changes + +- [#93](https://github.com/wpsocio/wp-projects/pull/93) [`4ea735c`](https://github.com/wpsocio/wp-projects/commit/4ea735cbda5f68f30d822f88b6134036c51454cb) Thanks [@irshadahmad21](https://github.com/irshadahmad21)! - json encode nested params by default + ## 1.0.0 ### Major Changes diff --git a/packages/php/wptelegram-bot-api/package.json b/packages/php/wptelegram-bot-api/package.json index 9e8a3e9b..f55c1ef6 100644 --- a/packages/php/wptelegram-bot-api/package.json +++ b/packages/php/wptelegram-bot-api/package.json @@ -1,6 +1,6 @@ { "name": "@wpsocio/wptelegram-bot-api", - "version": "1.0.0", + "version": "1.0.1", "private": true, "type": "module", "scripts": { diff --git a/plugins/wptelegram-widget/CHANGELOG.md b/plugins/wptelegram-widget/CHANGELOG.md index 9c511898..ac13a27f 100644 --- a/plugins/wptelegram-widget/CHANGELOG.md +++ b/plugins/wptelegram-widget/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 2.1.18 + +### Patch Changes + +- [#96](https://github.com/wpsocio/wp-projects/pull/96) [`24aeb5a`](https://github.com/wpsocio/wp-projects/commit/24aeb5ad32e1ec39a456ebf96e34c839b647474a) Thanks [@irshadahmad21](https://github.com/irshadahmad21)! - Updated bundled bot api library + ## 2.1.17 ### Patch Changes diff --git a/plugins/wptelegram-widget/README.md b/plugins/wptelegram-widget/README.md index f48bb69a..af43b535 100644 --- a/plugins/wptelegram-widget/README.md +++ b/plugins/wptelegram-widget/README.md @@ -4,8 +4,8 @@ **Tags:** telegram, feed, widget, channel, group **Requires at least:** 6.2 **Requires PHP:** 7.4 -**Tested up to:** 6.4.1 -**Stable tag:** 2.1.17 +**Tested up to:** 6.4.3 +**Stable tag:** 2.1.18 **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 3c4c714c..21aa9abe 100644 --- a/plugins/wptelegram-widget/composer.json +++ b/plugins/wptelegram-widget/composer.json @@ -1,6 +1,6 @@ { "name": "wptelegram/widget", - "version": "2.1.17", + "version": "2.1.18", "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 ab2bea8d..bfef4819 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.1.17", + "version": "2.1.18", "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", diff --git a/plugins/wptelegram-widget/src/languages/wptelegram-widget.pot b/plugins/wptelegram-widget/src/languages/wptelegram-widget.pot index ab062dcc..3d30861b 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.1.17\n" +"Project-Id-Version: WP Telegram Widget 2.1.18\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-01-28T14:04:35+00:00\n" +"POT-Creation-Date: 2024-02-04T07:07:59+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.9.0\n" "language: en_US\n" diff --git a/plugins/wptelegram-widget/src/readme.txt b/plugins/wptelegram-widget/src/readme.txt index 3979bcf1..226c12ec 100644 --- a/plugins/wptelegram-widget/src/readme.txt +++ b/plugins/wptelegram-widget/src/readme.txt @@ -4,8 +4,8 @@ Donate link: https://wpsocio.com/donate Tags: telegram, feed, widget, channel, group Requires at least: 6.2 Requires PHP: 7.4 -Tested up to: 6.4.1 -Stable tag: 2.1.17 +Tested up to: 6.4.3 +Stable tag: 2.1.18 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.1.17 = -- Fix "Bot Token required." error += 2.1.18 = +- Updated bundled bot api library [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 d1ee9abe..58526241 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.1.17 + * Version: 2.1.18 * Requires at least: 6.2 * Requires PHP: 7.4 * Author: WP Socio @@ -29,7 +29,7 @@ /** * Current plugin version. */ -define( 'WPTELEGRAM_WIDGET_VER', '2.1.17' ); +define( 'WPTELEGRAM_WIDGET_VER', '2.1.18' ); defined( 'WPTELEGRAM_WIDGET_MAIN_FILE' ) || define( 'WPTELEGRAM_WIDGET_MAIN_FILE', __FILE__ ); diff --git a/plugins/wptelegram/CHANGELOG.md b/plugins/wptelegram/CHANGELOG.md index 1eddf61c..0db09df2 100644 --- a/plugins/wptelegram/CHANGELOG.md +++ b/plugins/wptelegram/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 4.1.1 + +### Patch Changes + +- [#96](https://github.com/wpsocio/wp-projects/pull/96) [`24aeb5a`](https://github.com/wpsocio/wp-projects/commit/24aeb5ad32e1ec39a456ebf96e34c839b647474a) Thanks [@irshadahmad21](https://github.com/irshadahmad21)! - Updated bundled bot api library + ## 4.1.0 ### Minor Changes diff --git a/plugins/wptelegram/README.md b/plugins/wptelegram/README.md index 0f76e37b..e54245e5 100644 --- a/plugins/wptelegram/README.md +++ b/plugins/wptelegram/README.md @@ -5,7 +5,7 @@ **Requires at least:** 6.2 **Requires PHP:** 7.4 **Tested up to:** 6.4.3 -**Stable tag:** 4.1.0 +**Stable tag:** 4.1.1 **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 60b82b1a..6fb0ee00 100644 --- a/plugins/wptelegram/composer.json +++ b/plugins/wptelegram/composer.json @@ -1,6 +1,6 @@ { "name": "wpsocio/wptelegram", - "version": "4.1.0", + "version": "4.1.1", "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 c99d9666..6815be1d 100644 --- a/plugins/wptelegram/package.json +++ b/plugins/wptelegram/package.json @@ -1,7 +1,7 @@ { "name": "wptelegram", "title": "WP Telegram", - "version": "4.1.0", + "version": "4.1.1", "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.mo b/plugins/wptelegram/src/languages/wptelegram-ar.mo index 375f16eab9e44c9f14076e606fa6b01e92a71b84..2635b006928559c531e78895853f7058de0f6513 100644 GIT binary patch delta 867 zcmYMyPe_zO6aetqT-(&P?Vm=aWbA?vSeAql7!{ERm4Xhbmrh+e_7`2znM4l&3kY5Yt~xT`nTQ1<>WW&>G!-Y z#4M$$j{lAsPMeRj!5w_Z)BMB=%f*zsIKVh(h$UX&DNb>i4OZD=Z%Xy_#o(yGFK%Uj zXFEYPdm?*|k>E1BIma@u=k*0f!uxssL5?qTr}%1ijq%=lcFUhW8*CByPBo+rsx19v zA2%5t?^WG)R`HWG}A1<=k)1KeuF7qWG;dAceI_r}LKMXE%SbH_zVkCab zSYM-Dso>t?X1chChq9w|M4HH6VH9$Wv41|t8;n98Ga7tRcK-tgZv~>FuT*^c&Hen# zIJnpShld&ahZ!HyB;)Gm8Htv%E7>glGsD6R93h!h0-Zw#R!(nVv+D7 zdo%D*XvH36k_aLwji9K@US=Ye@=%vR=wcm=zCZax%g%h>|3Clvzc+6tNEO=()orno z@jJ+|hvQ|9MrQqW|Lr8a$haFzxCJYC7?&}LtueDrm`3f>iS>9EyRaYASi%%8;tsQd z{UB&zVhua6d4t(T>_H{!bzX1|p%RT^Bi_LTPP*&UsKig*^}x-)!Y1ZFI;)r2C`F&#gPiF37c^*s-SM%jJ?its195~J$c^EPoc+n237EDRAC>m0V~)+e)~eu zhHag45W@W1YY(s-Op`#BXpPR&jkD{U)bnQ60L3+wq38h-_)o&N);8&rs`^-27+t zUlo04LQnb|TQNzWRahF;i5}dA8Pvu@&OB=U80w>%LA`<{RHARrRcC@Kjxe7>?Uzel zrriX$n9vPnUY zUGu#@Kj&ozuKHf)x}P8PM}nWR_x0^h!WZH5Xd)W-qPv8%g!jV7Ubqn54$BH=qw%O1 QO@wn(U*l(j+QfY9AC!B0b^rhX diff --git a/plugins/wptelegram/src/languages/wptelegram-ar.po b/plugins/wptelegram/src/languages/wptelegram-ar.po index e91080d7..5f850392 100644 --- a/plugins/wptelegram/src/languages/wptelegram-ar.po +++ b/plugins/wptelegram/src/languages/wptelegram-ar.po @@ -54,116 +54,116 @@ msgstr "" #: js/settings/ui/p2tg/MessageKeyboard.tsx:41 #: includes/restApi/SettingsController.php:136 -#: languages/wptelegram-js-translations.php:671 +#: languages/wptelegram-js-translations.php:684 msgid "View Post" msgstr "" #. %s: field label #. translators: %s: field label #: js/settings/services/fields.ts:141 -#: languages/wptelegram-js-translations.php:572 +#: languages/wptelegram-js-translations.php:585 msgid "%s must be a number." msgstr "" #: js/settings/services/fields.ts:19 -#: languages/wptelegram-js-translations.php:575 +#: languages/wptelegram-js-translations.php:588 msgid "Inline button text" msgstr "" #: js/settings/services/fields.ts:20 -#: languages/wptelegram-js-translations.php:578 +#: languages/wptelegram-js-translations.php:591 msgid "Inline button URL" msgstr "" #: js/settings/services/fields.ts:21 -#: languages/wptelegram-js-translations.php:581 +#: languages/wptelegram-js-translations.php:594 msgid "Add Inline URL Button" msgstr "" #: js/settings/services/fields.ts:22 -#: languages/wptelegram-js-translations.php:584 +#: languages/wptelegram-js-translations.php:597 msgid "Other settings" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:39 #: js/settings/services/fields.ts:23 -#: languages/wptelegram-js-translations.php:500 +#: languages/wptelegram-js-translations.php:513 msgid "Post type" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:48 #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:42 #: js/settings/services/fields.ts:24 -#: languages/wptelegram-js-translations.php:376 +#: languages/wptelegram-js-translations.php:383 msgid "Proxy Method" msgstr "" #: js/settings/services/fields.ts:25 -#: languages/wptelegram-js-translations.php:587 +#: languages/wptelegram-js-translations.php:600 msgid "Send when" msgstr "" #: js/settings/services/fields.ts:26 -#: languages/wptelegram-js-translations.php:590 +#: languages/wptelegram-js-translations.php:603 msgid "If Email goes to" msgstr "" #. %s: field label #. translators: %s: field label #: js/settings/services/fields.ts:75 -#: languages/wptelegram-js-translations.php:594 +#: languages/wptelegram-js-translations.php:607 msgid "At least one %s is required." msgstr "" #: js/settings/services/fields.ts:76 -#: languages/wptelegram-js-translations.php:597 +#: languages/wptelegram-js-translations.php:610 msgid "channel" msgstr "" #: js/settings/ui/Sidebar.tsx:19 -#: languages/wptelegram-js-translations.php:603 +#: languages/wptelegram-js-translations.php:616 msgid "Get LIVE support on Telegram" msgstr "" #: js/settings/ui/TabbedSections.tsx:18 -#: languages/wptelegram-js-translations.php:606 +#: languages/wptelegram-js-translations.php:619 msgid "Basics" msgstr "" #: js/p2tg-block-editor/OverrideSettings.tsx:77 #: js/settings/ui/TabbedSections.tsx:23 #: js/settings/ui/advanced/Advanced.tsx:32 -#: languages/wptelegram-js-translations.php:562 +#: languages/wptelegram-js-translations.php:575 #: modules/p2tg/Admin.php:409 msgid "Post to Telegram" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:114 #: js/settings/ui/TabbedSections.tsx:28 -#: languages/wptelegram-js-translations.php:187 +#: languages/wptelegram-js-translations.php:206 msgid "Private Notifications" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:41 #: js/settings/ui/TabbedSections.tsx:33 -#: languages/wptelegram-js-translations.php:371 +#: languages/wptelegram-js-translations.php:378 msgid "Proxy" msgstr "" #: js/settings/ui/TabbedSections.tsx:38 -#: languages/wptelegram-js-translations.php:609 +#: languages/wptelegram-js-translations.php:622 msgid "Advanced settings" msgstr "" #: js/settings/ui/advanced/Advanced.tsx:26 -#: languages/wptelegram-js-translations.php:612 +#: languages/wptelegram-js-translations.php:625 msgid "Bot API" msgstr "" #. %s button name #. translators: %s button name #: js/settings/ui/basics/Basics.tsx:31 -#: languages/wptelegram-js-translations.php:616 +#: languages/wptelegram-js-translations.php:629 msgid "Use %s above to set automatically." msgstr "" @@ -176,46 +176,46 @@ msgstr "اختبار الرمز" #. 1 command name, 2 bot name #. translators: 1 command name, 2 bot name #: js/settings/ui/basics/Instructions.tsx:22 -#: languages/wptelegram-js-translations.php:620 +#: languages/wptelegram-js-translations.php:633 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/basics/Instructions.tsx:43 -#: languages/wptelegram-js-translations.php:624 +#: languages/wptelegram-js-translations.php:637 msgid "After completing the steps %s will provide you the Bot Token." msgstr "بعد الانتهاء من الخطوات %s سوف يوفر لك رمز البوت." #: js/settings/ui/basics/Instructions.tsx:51 -#: languages/wptelegram-js-translations.php:627 +#: languages/wptelegram-js-translations.php:640 msgid "Copy the token and paste into the Bot Token field below." msgstr "انسخ رمز والصقه في الحقل رمز البوت أدناه." #. %s application name #. translators: %s application name #: js/settings/ui/basics/Instructions.tsx:55 -#: languages/wptelegram-js-translations.php:631 +#: languages/wptelegram-js-translations.php:644 msgid "For ease, use %s" msgstr "" #: js/settings/ui/basics/Instructions.tsx:61 -#: languages/wptelegram-js-translations.php:634 +#: languages/wptelegram-js-translations.php:647 msgid "Telegram Desktop" msgstr "" #: js/settings/ui/basics/Instructions.tsx:67 -#: languages/wptelegram-js-translations.php:637 +#: languages/wptelegram-js-translations.php:650 msgid "Test your bot token below." msgstr "" #: js/settings/ui/basics/Instructions.tsx:68 -#: languages/wptelegram-js-translations.php:640 +#: languages/wptelegram-js-translations.php:653 msgid "Activate the modules you want to use." msgstr "" #: js/settings/ui/basics/Instructions.tsx:69 -#: languages/wptelegram-js-translations.php:643 +#: languages/wptelegram-js-translations.php:656 msgid "Configure the activated modules." msgstr "" @@ -223,7 +223,7 @@ msgstr "" #. translators: %s button name #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:107 #: js/settings/ui/basics/Instructions.tsx:74 -#: languages/wptelegram-js-translations.php:226 +#: languages/wptelegram-js-translations.php:245 msgid "Hit %s below." msgstr "" @@ -237,208 +237,208 @@ msgstr "حفظ التغييرات" #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:119 #: js/settings/ui/basics/Instructions.tsx:86 -#: languages/wptelegram-js-translations.php:230 +#: languages/wptelegram-js-translations.php:249 msgid "Introduction" msgstr "" #: js/settings/ui/notify/Notify.tsx:28 -#: languages/wptelegram-js-translations.php:646 +#: languages/wptelegram-js-translations.php:659 msgid "The module will watch the Email Notifications sent from this site and deliver them to you on Telegram." msgstr "" #: js/settings/ui/notify/Notify.tsx:41 -#: languages/wptelegram-js-translations.php:649 +#: languages/wptelegram-js-translations.php:662 msgid "Notification Settings" msgstr "إعدادات الإشعار" #. %s code #. translators: %s code #: js/settings/ui/notify/WatchEmails.tsx:24 -#: languages/wptelegram-js-translations.php:653 +#: languages/wptelegram-js-translations.php:666 msgid "If you want to receive notification for every email, then write %s." msgstr "" #: js/settings/ui/notify/WatchEmails.tsx:41 -#: languages/wptelegram-js-translations.php:656 +#: languages/wptelegram-js-translations.php:669 msgid "Telegram User or Group Chat ID." msgstr "" #: js/settings/ui/p2tg/Destination.tsx:19 -#: languages/wptelegram-js-translations.php:659 +#: languages/wptelegram-js-translations.php:672 msgid "Destination" msgstr "" #: js/settings/ui/p2tg/Destination.tsx:24 -#: languages/wptelegram-js-translations.php:662 +#: languages/wptelegram-js-translations.php:675 msgid "Channel Username or Chat ID." msgstr "معرف الدردشة التلغرام۔" #: js/settings/ui/p2tg/MessageKeyboard.tsx:21 -#: languages/wptelegram-js-translations.php:665 +#: languages/wptelegram-js-translations.php:678 msgid "Inline Keyboard" msgstr "" #: js/settings/ui/p2tg/MessageKeyboard.tsx:25 -#: languages/wptelegram-js-translations.php:668 +#: languages/wptelegram-js-translations.php:681 msgid "Add an inline clickable button for the post URL just below the message." msgstr "" #. template tag/macro #. translators: template tag/macro #: js/settings/ui/p2tg/MessageKeyboard.tsx:50 -#: languages/wptelegram-js-translations.php:675 +#: languages/wptelegram-js-translations.php:688 msgid "You can specify any custom field like %s." msgstr "" #: js/settings/ui/p2tg/MessageKeyboard.tsx:55 -#: languages/wptelegram-js-translations.php:678 +#: languages/wptelegram-js-translations.php:691 msgid "Source of the button URL." msgstr "" #: js/settings/ui/p2tg/MessageSettings.tsx:22 -#: languages/wptelegram-js-translations.php:681 +#: languages/wptelegram-js-translations.php:694 msgid "Message Settings" msgstr "إعدادات الرسالة" #: js/settings/ui/p2tg/Miscellaneous.tsx:19 -#: languages/wptelegram-js-translations.php:684 +#: languages/wptelegram-js-translations.php:697 msgid "Miscellaneous" msgstr "متنوع" #: js/settings/ui/p2tg/P2TG.tsx:28 -#: languages/wptelegram-js-translations.php:687 +#: languages/wptelegram-js-translations.php:700 msgid "With this module, you can configure how the posts are sent to Telegram." msgstr "" #: js/settings/ui/p2tg/Rules.tsx:15 -#: languages/wptelegram-js-translations.php:690 +#: languages/wptelegram-js-translations.php:703 msgid "A new post is published" msgstr "" #: js/settings/ui/p2tg/Rules.tsx:19 -#: languages/wptelegram-js-translations.php:693 +#: languages/wptelegram-js-translations.php:706 msgid "An existing post is updated" msgstr "" #: js/settings/ui/p2tg/Rules.tsx:30 -#: languages/wptelegram-js-translations.php:696 +#: languages/wptelegram-js-translations.php:709 msgid "Rules" msgstr "" #: js/settings/ui/p2tg/Rules.tsx:37 -#: languages/wptelegram-js-translations.php:699 +#: languages/wptelegram-js-translations.php:712 msgid "When the post should be sent to Telegram." msgstr "" #: js/settings/ui/p2tg/Rules.tsx:47 -#: languages/wptelegram-js-translations.php:702 +#: languages/wptelegram-js-translations.php:715 msgid "Which post types should be sent." msgstr "" #: js/settings/ui/shared/IfBotToken.tsx:15 -#: languages/wptelegram-js-translations.php:705 +#: languages/wptelegram-js-translations.php:718 msgid "You must add a bot token." msgstr "" #: js/settings/ui/shared/Upsell.tsx:41 -#: languages/wptelegram-js-translations.php:718 +#: languages/wptelegram-js-translations.php:731 msgid "Upgrade to Pro" msgstr "" #: js/settings/ui/shared/Upsell.tsx:51 -#: languages/wptelegram-js-translations.php:721 +#: languages/wptelegram-js-translations.php:734 msgid "Want an absolute integration with Telegram?" msgstr "" #: js/settings/ui/shared/Upsell.tsx:55 -#: languages/wptelegram-js-translations.php:724 +#: languages/wptelegram-js-translations.php:737 msgid "Want to add more bots?" msgstr "" #: js/settings/ui/shared/Upsell.tsx:59 -#: languages/wptelegram-js-translations.php:727 +#: languages/wptelegram-js-translations.php:740 msgid "Need more features?" msgstr "" #: js/settings/ui/shared/Upsell.tsx:63 -#: languages/wptelegram-js-translations.php:730 +#: languages/wptelegram-js-translations.php:743 msgid "Want to use different channels for different categories?" msgstr "" #. %s: plugin name #. translators: %s: plugin name #: js/settings/ui/shared/Upsell.tsx:69 -#: languages/wptelegram-js-translations.php:734 +#: languages/wptelegram-js-translations.php:747 msgid "%s supports multiple instances of Post to Telgram with different rules." msgstr "" #. %s: plugin name #. translators: %s: plugin name #: js/settings/ui/shared/Upsell.tsx:79 -#: languages/wptelegram-js-translations.php:738 +#: languages/wptelegram-js-translations.php:751 msgid "%s supports ALL WooCommerce and ACF text fields." msgstr "" #: js/settings/ui/shared/Upsell.tsx:85 -#: languages/wptelegram-js-translations.php:741 +#: languages/wptelegram-js-translations.php:754 msgid "Want to add more buttons?" msgstr "" #. %s: plugin name #. translators: %s: plugin name #: js/settings/ui/shared/Upsell.tsx:91 -#: languages/wptelegram-js-translations.php:745 +#: languages/wptelegram-js-translations.php:758 msgid "%s supports delay per channel." msgstr "" #: js/settings/ui/shared/Upsell.tsx:97 -#: languages/wptelegram-js-translations.php:748 +#: languages/wptelegram-js-translations.php:761 msgid "Want to add more emails?" msgstr "" #: js/settings/ui/shared/Upsell.tsx:104 -#: languages/wptelegram-js-translations.php:712 +#: languages/wptelegram-js-translations.php:725 msgid "WP Telegram Pro" msgstr "" #. %s: plugin name #. translators: %s: plugin name #: js/settings/ui/shared/Upsell.tsx:103 -#: languages/wptelegram-js-translations.php:709 +#: languages/wptelegram-js-translations.php:722 msgid "%s supports Cloudflare proxy for featured image upload!" msgstr "" #: js/settings/ui/shared/Upsell.tsx:111 -#: languages/wptelegram-js-translations.php:715 +#: languages/wptelegram-js-translations.php:728 msgid "Upgrade NOW" msgstr "" #: js/p2tg-block-editor/Channels.tsx:39 -#: languages/wptelegram-js-translations.php:545 +#: languages/wptelegram-js-translations.php:558 #: modules/p2tg/Admin.php:431 msgid "Send to" msgstr "ارسل إلى" #: js/p2tg-block-editor/Files.tsx:17 -#: languages/wptelegram-js-translations.php:551 +#: languages/wptelegram-js-translations.php:564 msgid "Add or Upload Files" msgstr "" #: js/p2tg-block-editor/Files.tsx:57 -#: languages/wptelegram-js-translations.php:554 +#: languages/wptelegram-js-translations.php:567 #: modules/p2tg/Admin.php:454 msgid "Files to be sent after the message." msgstr "" #: js/p2tg-block-editor/Files.tsx:66 -#: languages/wptelegram-js-translations.php:557 +#: languages/wptelegram-js-translations.php:570 #: modules/p2tg/Admin.php:453 msgid "Files" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:47 #: js/p2tg-block-editor/OverrideSettings.tsx:116 -#: languages/wptelegram-js-translations.php:522 +#: languages/wptelegram-js-translations.php:535 #: modules/p2tg/Admin.php:481 msgid "Featured Image" msgstr "صورة مميزة" @@ -452,33 +452,33 @@ msgstr "إرسال صورة مميزة (إن وجدت)۔" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:35 #: js/p2tg-block-editor/OverrideSettings.tsx:124 -#: languages/wptelegram-js-translations.php:487 +#: languages/wptelegram-js-translations.php:500 #: modules/p2tg/Admin.php:493 msgid "Message Template" msgstr "قالب الرسالة" #: js/p2tg-block-editor/OverrideSettings.tsx:86 -#: languages/wptelegram-js-translations.php:565 +#: languages/wptelegram-js-translations.php:578 #: modules/p2tg/Admin.php:421 msgid "Override settings" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:25 #: js/p2tg-block-editor/OverrideSettings.tsx:98 -#: languages/wptelegram-js-translations.php:462 +#: languages/wptelegram-js-translations.php:469 #: modules/p2tg/Admin.php:443 msgid "Disable Notifications" msgstr "أوقف التنبيهات" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:24 #: js/p2tg-block-editor/OverrideSettings.tsx:105 -#: languages/wptelegram-js-translations.php:458 +#: languages/wptelegram-js-translations.php:465 #: modules/p2tg/Admin.php:464 msgid "Delay in Posting" msgstr "" #: js/p2tg-block-editor/SendToTelegram.tsx:32 -#: languages/wptelegram-js-translations.php:568 +#: languages/wptelegram-js-translations.php:581 #: modules/p2tg/Admin.php:367 msgid "Send to Telegram" msgstr "" @@ -576,82 +576,82 @@ msgid "Delete button" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/MessageTemplate.tsx:19 -#: languages/wptelegram-js-translations.php:177 +#: languages/wptelegram-js-translations.php:191 #: modules/p2tg/Admin.php:494 msgid "Structure of the message to be sent." msgstr "بنية الرسالة المراد إرسالها۔" #: ../../packages/js/shared/wptelegram-ui/components/MiscMessageSettings.tsx:19 -#: languages/wptelegram-js-translations.php:180 +#: languages/wptelegram-js-translations.php:194 msgid "Send categories as hashtags." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/LinkPreviewOptions.tsx:21 -#: languages/wptelegram-js-translations.php:183 +#: languages/wptelegram-js-translations.php:177 msgid "Disables previews for links in the messages." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:27 -#: languages/wptelegram-js-translations.php:190 +#: languages/wptelegram-js-translations.php:209 msgid "To receive notifications privately:" msgstr "" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:33 -#: languages/wptelegram-js-translations.php:194 +#: languages/wptelegram-js-translations.php:213 msgid "Get your Chat ID from %s and enter it below." msgstr "" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:49 -#: languages/wptelegram-js-translations.php:198 +#: languages/wptelegram-js-translations.php:217 msgid "Send your own bot %s a message to start the conversation." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:66 -#: languages/wptelegram-js-translations.php:201 +#: languages/wptelegram-js-translations.php:220 msgid "To receive notifications into a group:" msgstr "" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:72 -#: languages/wptelegram-js-translations.php:205 +#: languages/wptelegram-js-translations.php:224 msgid "Add %s to the group to get its Chat ID." msgstr "" #. 1 field name #. translators: 1 field name #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:84 -#: languages/wptelegram-js-translations.php:209 +#: languages/wptelegram-js-translations.php:228 msgid "Enter the Chat ID in %s field below." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:88 #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:21 -#: languages/wptelegram-js-translations.php:213 +#: languages/wptelegram-js-translations.php:232 msgid "Send it to" msgstr "" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:96 -#: languages/wptelegram-js-translations.php:217 +#: languages/wptelegram-js-translations.php:236 msgid "Add your own bot %s to the group." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/NotifyMessageTemplate.tsx:15 #: ../../packages/js/shared/wptelegram-ui/components/TemplateInfo.tsx:31 -#: languages/wptelegram-js-translations.php:221 +#: languages/wptelegram-js-translations.php:240 msgid "You can use any text, emojis or these macros in any order." msgstr "يمكنك استخدام أي نص أو رموز تعبيرية أو وحدات الماكرو هذه بأي ترتيب۔" #. %s pipe character #. translators: %s pipe character #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:142 -#: languages/wptelegram-js-translations.php:240 +#: languages/wptelegram-js-translations.php:259 msgid "Note can be added after %s." msgstr "" @@ -659,243 +659,239 @@ msgstr "" #. translators: %s code example #: ../../packages/js/shared/wptelegram-ui/components/LinkPreviewOptions.tsx:38 #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:154 -#: languages/wptelegram-js-translations.php:244 +#: languages/wptelegram-js-translations.php:185 msgid "For example %s" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:26 -#: languages/wptelegram-js-translations.php:247 +#: languages/wptelegram-js-translations.php:262 msgid "Create a Telegram channel or group." msgstr "إنشاء قناة / مجموعة۔" #. %s bot username #. translators: %s bot username #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:31 -#: languages/wptelegram-js-translations.php:251 +#: languages/wptelegram-js-translations.php:266 msgid "Add your bot %s as Administrator to your Channel/Group." msgstr "أضف بوتك %s كمسؤول في قناتك / مجموعتك۔" #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:44 -#: languages/wptelegram-js-translations.php:254 +#: languages/wptelegram-js-translations.php:269 msgid "Enter the Channel Username in the field below." msgstr "انسخ رمز والصقه في الحقل رمز البوت أدناه." #. %s symbol - @ #. translators: %s symbol - @ #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:51 -#: languages/wptelegram-js-translations.php:258 +#: languages/wptelegram-js-translations.php:273 msgid "Username must start with %s" msgstr "اسم المستخدم يجب أن يبدأ %s" #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:60 -#: languages/wptelegram-js-translations.php:261 +#: languages/wptelegram-js-translations.php:276 msgid "You can also use the Chat ID of a group or private chat." msgstr "" #. %s bot username #. translators: %s bot username #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:65 -#: languages/wptelegram-js-translations.php:265 +#: languages/wptelegram-js-translations.php:280 msgid "Get it from %s." msgstr "" #. %s colon character #. translators: %s colon character #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:81 -#: languages/wptelegram-js-translations.php:269 +#: languages/wptelegram-js-translations.php:284 msgid "If you want to send posts to a specific topic in a group with topics enabled, you can add a colon (%s) to the chat ID followed by topic ID." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:128 -#: languages/wptelegram-js-translations.php:233 +#: languages/wptelegram-js-translations.php:252 msgid "Tip!" msgstr "" -#: languages/wptelegram-js-translations.php:236 -msgid "You can add an internal note to the chat ID to make it easier for you to indentify it." -msgstr "" - #: ../../packages/js/shared/wptelegram-ui/components/P2TGSwitchAndPluginPosts.tsx:13 -#: languages/wptelegram-js-translations.php:272 +#: languages/wptelegram-js-translations.php:287 msgid "Show an ON/OFF switch on the post edit screen." msgstr "إظهار زر التبديل زر التبديل تشغيل/إيقاف في صفحة تعديل المنشور۔" #: ../../packages/js/shared/wptelegram-ui/components/P2TGSwitchAndPluginPosts.tsx:14 -#: languages/wptelegram-js-translations.php:275 +#: languages/wptelegram-js-translations.php:290 #, fuzzy msgid "You can use this switch to override the settings for a particular post." msgstr "يمكنك استخدام رمز التبديل هذا لتجاوز الإعدادات المذكورة أعلاه لمشاركة معينة۔" #: ../../packages/js/shared/wptelegram-ui/components/P2TGSwitchAndPluginPosts.tsx:23 -#: languages/wptelegram-js-translations.php:278 +#: languages/wptelegram-js-translations.php:293 msgid "Enable this option if you use a plugin to generate posts." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/ParseModeField.tsx:17 #: ../../packages/js/shared/wptelegram-ui/components/SingleMessage.tsx:70 -#: languages/wptelegram-js-translations.php:282 +#: languages/wptelegram-js-translations.php:297 msgid "None" msgstr "لا شيء" #: ../../packages/js/shared/wptelegram-ui/components/ParseModeField.tsx:21 -#: languages/wptelegram-js-translations.php:285 +#: languages/wptelegram-js-translations.php:300 msgid "HTML style" msgstr "نمط HTML" #: ../../packages/js/shared/wptelegram-ui/components/MiscMessageSettings.tsx:35 #: ../../packages/js/shared/wptelegram-ui/components/ParseModeField.tsx:42 #: ../../packages/js/shared/wptelegram-ui/components/TemplateInfo.tsx:39 -#: languages/wptelegram-js-translations.php:290 +#: languages/wptelegram-js-translations.php:199 msgid "Learn more" msgstr "أعرف أكثر" #: ../../packages/js/shared/wptelegram-ui/components/MiscMessageSettings.tsx:38 -#: languages/wptelegram-js-translations.php:293 +#: languages/wptelegram-js-translations.php:202 msgid "Protects the contents of sent messages from forwarding and saving." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/SingleMessage.tsx:34 -#: languages/wptelegram-js-translations.php:296 +#: languages/wptelegram-js-translations.php:303 msgid "Send both text and image in single message." msgstr "" #. 1 - field name, 2 - value #. translators: 1 - field name, 2 - value #: ../../packages/js/shared/wptelegram-ui/components/SingleMessage.tsx:48 -#: languages/wptelegram-js-translations.php:300 +#: languages/wptelegram-js-translations.php:307 msgid "When %1$s is set to %2$s:" msgstr "" #. 1 - field name, 2 - value #. translators: 1 - field name, 2 - value #: ../../packages/js/shared/wptelegram-ui/components/SingleMessage.tsx:64 -#: languages/wptelegram-js-translations.php:304 +#: languages/wptelegram-js-translations.php:311 msgid "%1$s should not be %2$s." msgstr "" #. 1 - field name #. translators: 1 - field name #: ../../packages/js/shared/wptelegram-ui/components/SingleMessage.tsx:80 -#: languages/wptelegram-js-translations.php:308 +#: languages/wptelegram-js-translations.php:315 msgid "%s should not be enabled." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/TemplateInfo.tsx:36 -#: languages/wptelegram-js-translations.php:311 +#: languages/wptelegram-js-translations.php:318 msgid "You can also use conditional logic in the template." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/UserNotifications.tsx:20 -#: languages/wptelegram-js-translations.php:314 +#: languages/wptelegram-js-translations.php:321 msgid "Allow users receive their email notifications on Telegram." msgstr "السماح للمستخدمين بتلقي إشعارات البريد الالكتروني على التلغرام۔" #. 1 Plugin name #. translators: 1 Plugin name #: ../../packages/js/shared/wptelegram-ui/components/UserNotifications.tsx:31 -#: languages/wptelegram-js-translations.php:318 +#: languages/wptelegram-js-translations.php:325 msgid "Use %s to let them connect their Telegram account." msgstr "" #. 1 profile page #. translators: 1 profile page #: ../../packages/js/shared/wptelegram-ui/components/UserNotifications.tsx:49 -#: languages/wptelegram-js-translations.php:322 +#: languages/wptelegram-js-translations.php:329 msgid "They can also enter their Telegram Chat ID manually on %s page." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/UserNotifications.tsx:57 -#: languages/wptelegram-js-translations.php:325 +#: languages/wptelegram-js-translations.php:332 msgid "profile" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/CFWorker.tsx:14 #: ../../packages/js/shared/wptelegram-ui/components/proxy/GoogleScript.tsx:16 -#: languages/wptelegram-js-translations.php:329 +#: languages/wptelegram-js-translations.php:336 msgid "The requests to Telegram will be sent via this URL." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:11 -#: languages/wptelegram-js-translations.php:332 +#: languages/wptelegram-js-translations.php:339 msgid "HTTP" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:15 -#: languages/wptelegram-js-translations.php:335 +#: languages/wptelegram-js-translations.php:342 msgid "SOCKS4" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:19 -#: languages/wptelegram-js-translations.php:338 +#: languages/wptelegram-js-translations.php:345 msgid "SOCKS4A" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:23 -#: languages/wptelegram-js-translations.php:341 +#: languages/wptelegram-js-translations.php:348 msgid "SOCKS5" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:27 -#: languages/wptelegram-js-translations.php:344 +#: languages/wptelegram-js-translations.php:351 msgid "SOCKS5_HOSTNAME" msgstr "" #. IP address #. translators: IP address #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:39 -#: languages/wptelegram-js-translations.php:348 +#: languages/wptelegram-js-translations.php:355 msgid "Host IP or domain name like %s." msgstr "" #. proxy port #. translators: proxy port #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:51 -#: languages/wptelegram-js-translations.php:352 +#: languages/wptelegram-js-translations.php:359 msgid "Target Port like %s." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:76 -#: languages/wptelegram-js-translations.php:355 +#: languages/wptelegram-js-translations.php:362 msgid "Leave empty if not required." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:16 -#: languages/wptelegram-js-translations.php:358 +#: languages/wptelegram-js-translations.php:365 msgid "Cloudflare worker" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:20 -#: languages/wptelegram-js-translations.php:361 +#: languages/wptelegram-js-translations.php:368 msgid "Google Script" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:24 -#: languages/wptelegram-js-translations.php:364 +#: languages/wptelegram-js-translations.php:371 msgid "PHP Proxy" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:34 -#: languages/wptelegram-js-translations.php:367 +#: languages/wptelegram-js-translations.php:374 msgid "The module will help you bypass the ban on Telegram by making use of proxy." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:53 -#: languages/wptelegram-js-translations.php:379 +#: languages/wptelegram-js-translations.php:386 msgid "Cloudflare worker is preferred." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/ProxyDisclaimer.tsx:11 -#: languages/wptelegram-js-translations.php:382 +#: languages/wptelegram-js-translations.php:389 msgid "Use the proxy at your own risk!" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/ProxyDisclaimer.tsx:8 -#: languages/wptelegram-js-translations.php:385 +#: languages/wptelegram-js-translations.php:392 msgid "DISCLAIMER!" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/ProxySettings.tsx:17 -#: languages/wptelegram-js-translations.php:388 +#: languages/wptelegram-js-translations.php:395 msgid "Proxy settings" msgstr "" @@ -907,207 +903,203 @@ msgid "Add" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/And.tsx:8 -#: languages/wptelegram-js-translations.php:391 +#: languages/wptelegram-js-translations.php:398 msgid "AND" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/Or.tsx:8 -#: languages/wptelegram-js-translations.php:394 +#: languages/wptelegram-js-translations.php:401 msgid "OR" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/P2TGCustomRules.tsx:51 -#: languages/wptelegram-js-translations.php:397 +#: languages/wptelegram-js-translations.php:404 msgid "You can also define custom rules to send the posts." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetButtons.tsx:39 -#: languages/wptelegram-js-translations.php:400 +#: languages/wptelegram-js-translations.php:407 msgid "Remove" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetFields.tsx:11 -#: languages/wptelegram-js-translations.php:403 +#: languages/wptelegram-js-translations.php:410 msgid "is in" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetFields.tsx:15 -#: languages/wptelegram-js-translations.php:406 +#: languages/wptelegram-js-translations.php:413 msgid "is not in" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetFields.tsx:27 -#: languages/wptelegram-js-translations.php:409 +#: languages/wptelegram-js-translations.php:416 msgid "Rule type" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetFields.tsx:35 -#: languages/wptelegram-js-translations.php:412 +#: languages/wptelegram-js-translations.php:419 msgid "Rule operator" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetValues.tsx:103 -#: languages/wptelegram-js-translations.php:415 +#: languages/wptelegram-js-translations.php:422 msgid "Select..." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetValues.tsx:16 -#: languages/wptelegram-js-translations.php:418 +#: languages/wptelegram-js-translations.php:425 msgid "Loading..." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetValues.tsx:17 -#: languages/wptelegram-js-translations.php:421 +#: languages/wptelegram-js-translations.php:428 msgid "No options available" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetValues.tsx:91 -#: languages/wptelegram-js-translations.php:424 +#: languages/wptelegram-js-translations.php:431 msgid "Rule values" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:14 -#: languages/wptelegram-js-translations.php:430 +#: languages/wptelegram-js-translations.php:437 msgid "Bot" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:15 -#: languages/wptelegram-js-translations.php:433 +#: languages/wptelegram-js-translations.php:440 msgid "Bot Token" msgstr "رمز البوت" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:16 -#: languages/wptelegram-js-translations.php:436 +#: languages/wptelegram-js-translations.php:443 msgid "Bot Username" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:17 -#: languages/wptelegram-js-translations.php:439 +#: languages/wptelegram-js-translations.php:446 msgid "Categories as hashtags" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:18 -#: languages/wptelegram-js-translations.php:442 +#: languages/wptelegram-js-translations.php:449 msgid "Cloudflare worker URL" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:19 -#: languages/wptelegram-js-translations.php:445 +#: languages/wptelegram-js-translations.php:452 msgid "Channel(s)" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:20 -#: languages/wptelegram-js-translations.php:448 +#: languages/wptelegram-js-translations.php:455 msgid "Chat ID" msgstr "معرف الدردشة" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:22 -#: languages/wptelegram-js-translations.php:451 +#: languages/wptelegram-js-translations.php:458 msgid "Remove settings on uninstall" msgstr "إزالة الإعدادات عند إزالة التثبيت" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:23 -#: languages/wptelegram-js-translations.php:454 +#: languages/wptelegram-js-translations.php:461 msgid "Debug Info" msgstr "" -#: languages/wptelegram-js-translations.php:465 -msgid "Disable Web Page Preview" -msgstr "تعطيل معاينة صفحة الويب" - #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:29 -#: languages/wptelegram-js-translations.php:468 +#: languages/wptelegram-js-translations.php:481 msgid "Enable logs for" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:30 -#: languages/wptelegram-js-translations.php:471 +#: languages/wptelegram-js-translations.php:484 msgid "Excerpt Length" msgstr "طول المقتطف" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:31 -#: languages/wptelegram-js-translations.php:474 +#: languages/wptelegram-js-translations.php:487 msgid "Excerpt Newlines" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:32 -#: languages/wptelegram-js-translations.php:477 +#: languages/wptelegram-js-translations.php:490 msgid "Excerpt Source" msgstr "مصدر مقتطف" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:33 -#: languages/wptelegram-js-translations.php:480 +#: languages/wptelegram-js-translations.php:493 msgid "Google Script URL" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:34 -#: languages/wptelegram-js-translations.php:483 +#: languages/wptelegram-js-translations.php:496 msgid "Image Position" msgstr "موقع الصورة" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:36 -#: languages/wptelegram-js-translations.php:490 +#: languages/wptelegram-js-translations.php:503 msgid "Formatting" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:37 -#: languages/wptelegram-js-translations.php:493 +#: languages/wptelegram-js-translations.php:506 msgid "Plugin generated posts" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:38 -#: languages/wptelegram-js-translations.php:496 +#: languages/wptelegram-js-translations.php:509 msgid "Post edit switch" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:40 -#: languages/wptelegram-js-translations.php:503 +#: languages/wptelegram-js-translations.php:516 #, fuzzy msgid "Protect content" msgstr "نشر المحتوى" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:41 -#: languages/wptelegram-js-translations.php:506 +#: languages/wptelegram-js-translations.php:519 msgid "Proxy Host" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:43 -#: languages/wptelegram-js-translations.php:509 +#: languages/wptelegram-js-translations.php:522 msgid "Password" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:44 -#: languages/wptelegram-js-translations.php:512 +#: languages/wptelegram-js-translations.php:525 msgid "Proxy Port" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:45 -#: languages/wptelegram-js-translations.php:515 +#: languages/wptelegram-js-translations.php:528 msgid "Proxy Type" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:46 -#: languages/wptelegram-js-translations.php:518 +#: languages/wptelegram-js-translations.php:531 msgid "Username" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:48 -#: languages/wptelegram-js-translations.php:525 +#: languages/wptelegram-js-translations.php:538 msgid "Send files by URL" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:49 -#: languages/wptelegram-js-translations.php:528 +#: languages/wptelegram-js-translations.php:541 msgid "Single message" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:50 -#: languages/wptelegram-js-translations.php:531 +#: languages/wptelegram-js-translations.php:544 msgid "Notifications to Users" msgstr "إشعارات للمستخدمين" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:13 -#: languages/wptelegram-js-translations.php:427 +#: languages/wptelegram-js-translations.php:434 msgid "Active" msgstr "" @@ -1279,19 +1271,19 @@ msgstr "" #. %s: field label #. translators: %s: field label #: ../../packages/js/utilities/fields.ts:35 -#: languages/wptelegram-js-translations.php:535 +#: languages/wptelegram-js-translations.php:548 msgid "Invalid %s" msgstr "" #. %s: field label #. translators: %s: field label #: ../../packages/js/utilities/fields.ts:39 -#: languages/wptelegram-js-translations.php:539 +#: languages/wptelegram-js-translations.php:552 msgid "%s required." msgstr "" #: ../../packages/js/utilities/fields.ts:42 -#: languages/wptelegram-js-translations.php:542 +#: languages/wptelegram-js-translations.php:555 msgid "Changes could not be saved." msgstr "" @@ -1349,13 +1341,13 @@ msgid "Custom Taxonomy" msgstr "" #: js/p2tg-block-editor/Channels.tsx:52 -#: languages/wptelegram-js-translations.php:548 +#: languages/wptelegram-js-translations.php:561 msgid "Select all" msgstr "" #. Description of the plugin #: js/settings/ui/Sidebar.tsx:16 -#: languages/wptelegram-js-translations.php:600 +#: languages/wptelegram-js-translations.php:613 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 "" @@ -1385,25 +1377,31 @@ msgid "Please reload the page." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/LinkPreviewOptions.tsx:33 +#: languages/wptelegram-js-translations.php:180 msgid "URL to use for the link preview." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/LinkPreviewOptions.tsx:57 +#: languages/wptelegram-js-translations.php:188 msgid "Whether the link preview must be shown above the message text." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:133 +#: languages/wptelegram-js-translations.php:255 msgid "You can add an internal note to the chat ID to make it easier for you to identify it." msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:26 +#: languages/wptelegram-js-translations.php:472 msgid "Disable link preview" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:27 +#: languages/wptelegram-js-translations.php:475 msgid "Link preview URL" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:28 +#: languages/wptelegram-js-translations.php:478 msgid "Show preview above text" msgstr "" diff --git a/plugins/wptelegram/src/languages/wptelegram-ca.mo b/plugins/wptelegram/src/languages/wptelegram-ca.mo index 1f05fd5d94167609c35aeac874c51ff6e78c9a7e..5c18d7a09f106a877abf8134c197b19c070e113c 100644 GIT binary patch delta 787 zcmYMyPbkA-7{KvoHvjfBM#eCIlKeX;+K^(19F|=qY7V$KadA=9iWKE&l7ovlI0(D! zBFVvF$$@g4^5@{7ly*Y-KJ6`Qzu)J5-uL%=pXYtH!|J3jnksR`gijlnk88`Ok;qTh zzg-M}iF+|%7b(O=?7>wm!VApDTg=5r?8Ybbpw}UigKenq2Qo%w$V`l(lZ9Dy;k!>F^LOtmz=3xT0i&xlypJv^|v9+LT)WpqLg+c5gzeE^};0|t3atb?%=g2aI z`=|xIUs#L@$n`Zn%J2$T}9|Hu7`Jk?|O{gC|&lNz{GcPz(IF=zk@Ha{8|m9oT|l)Pk0< z2{%v^ouZ!f64^s;Z~*VI6+Qd`7)n3t^P^acQ`m?rIE)84gYT}m)9$y$Cmd@zam(7X F{{i!PNF)FN delta 878 zcmYMxO-NKx6u|MTj$iYkIppBzm@nvS0@KBy5i}u=ws4UyLU0jW?J>R>m7MVd5e9J< zN+J=}B3&pbx+-bFr4lX@EP@t6Nrr9&k=h4B|KnWf!Q*$&z4zUF&Ut&G)!Oud-}OrI zH1LLaU*<`ql(*o&%?y3Scd-r2a2oI63oOUaSc*Tf7?1Hb{=rJT;Zmv!qgaI9$T?~C zC^t|8#z}Ou;TihywQXcr}+Us!>^k>7vbR?$U!rIRHX z#H(KVF9+XaLNa}b)%euJa~LLGM@i@_UdJPpi`--<6$g>K)MaeJdc284$X4|RW&ax1 z;U-?gZ$8RyV{pcV#@4dz-~32kRm@51-h^#++r3t&j@wq}us!P7W7&FFrl>JyCv{)S l8P!%o=T?#aq{WoVn58orqh2gh8FMH!qa3q-f4+An=JNf{dEfV(^PJ~A@Av)v!2{l2 zeL$_PXXAavzkm2Y$p0+|rdP^&-TrTX%|-gXxsqLZ2M2I9$8r-Va2F5b!0x5Aa3W9V z4eZC)*p44?cqz5AN27xay?fMe4CF}tCiY96$aS;~nV&V#vx z6L}fu@hJ{ugGoB`Fb=YQIYJ`=%%Eq=T-rqWG85^gOj533Ctk~B;AZyaDrVxxD}T*o z^3Tjd|7FH^mcCr?$pk!xeXL)mXf*L`4(7Mmg{yfy*E0j&<|zJ+LwTt5n7d5jL7dM7 zzJwWnITJvQl3Z?Qo?BDhe~h_THv2f5+nEXe#Z1uA_R{aoW)9)tEpYVgh}V*~tzjGw*X6 z|ILg$QN=cLCiC1}Cc_J>{x!_HxAm9*41CaqJJ`kquuN%Z!K;`BZewa=4HMAQJcQes zT6m9H_+#d*Kd<^7Je22qRE}nzo6W3qR!t+3TvWM|8E^}eqV>!Uo~FOD#fRfBZ!i;m z$kf0-Hn59I%>9Fz3=Cz8^Kc(I>gkmIaxMq6wp=3v?`0yokJ<5hCV-!?BcJDKe2F>3 z{-VtDlb8u-GYek8)Xv3B;FmKQx}KTu?yA35Wgu8d_;KbP6bV#;<| z#w>6%lcBqr3D>fjk1-kC#RdG3qd8-6ea9=9nz)JTvV4zueOp<}#DCPt1Me^?`h;1i zaY+5O>BH>gI3}>ERBvT2$MCD1&DC7WzwlVjc5ahdV`}6VJc)l`YNgLm=RZQ@5EYf8 zn&Kk^E@D!>feC0MjVaIbi`+$ODPIFqXLc?7TIVE&K^>{m?YUS$j4;378JO*V9$j|9G+?bym>=WwD6H!u@!Wddk_czvNJw$~rY>}(VpIH9^fk@H-bN_AWwII{k8yO}x4 zSD1{oF~$BlXR$U;K2Fv6Hka}xF67vw>pQuV`**;k_E{#7-ApF-FylXE0zPF_DHn1v zb7b3i9^a=m%XF2QOn;N#$oqe*#z8LZ;~chEQ5Wz`CiR=ykvr+w%WmeYxT|Qov58$d zh6!{M59GP9z}k_Uz|6Hj0xTbMJP z!*RTX-T4Fd;3j5)ZJfs)oWRi@cB*A5v$1=b%sj|iZ;c;mWM^BMRKCtU_zwM*-9B;z zhpL?Hcm#7abC>{EGUIM$GgmR0dxewu8M9#X_+y}?Ye;WH-ID?JC z&%*QR6)jgWsePn!69?#TV~(tigSnS^Eqi*0`*IL{y_aLF{+Z14Ut?8C4IqOfDl=nHI9@q)Yz{Tvt3)!DnGXbn(j_Uhd!AF^+8sr=f<_u=O`OFd5 zuF=TZ+{oTh(uWay@|VY;yf1=B&?W7F@w&SgZOQnaup0sj=Vk zRKCeP?k>jwac{}#EX{rtNh{+ymn)gfY-0lYC-auIYjOU$F|wt;g9XfvmN7?i9TWLo9Kqi(Z^s^{s+(rk zf5m1o6Ru)X{4AAKX_!^7fs=Wl{v781JTBqdS@M5`Mmtw?mZR9f=}hD;Of}!f*?fgg zr3}zHjSG1RA7=vSH>bYP32di7jh)!SMt+GMcoxg>V}@PcdVRO$9a_8e-P67GjFC@v QZ5=f3-M+0C&hFaqKmQ$_NB{r; delta 4229 zcmYM%3vg7`9mnxQNCMH2$C3xZD3?b9gd_r?K%@~v2qBR?ESVTWaon&s$qr;Qgk8ZP zt}P5ss{>Ajg2-SaQ*FhTLKLyez@RkcVX2fLZ4EkVQNU3K6l6+AzrWlwQzzNaId|_l z=YRg^e{ZmV+n_7k2Sv~OVz(InyUuSmzbA*NXUt>C|91q+zL<`vX^Z`tpUVU%Cf$A`}NGUj6}+tNf+P!pBf zel-@;UxJ0W702OUP#L_8O8r&Tf`d44^?laS7)O6HY6H_V$-h$C#03oq-~^1I2JS@d z;18(O9Y6)vhYIvRs2%x;UKw(*45y;TJ%X|LGt_+>P?_Fr`>%~4|62G67c}r6_!MSR z+6rJ7YQcS|1&*L<=f{e>Up=Dr>8~zCKDr3vEILveUW; zHQ+ERL;a{7e2)B>Z~34cObV5!1#?ifFd1WTF6#RVR0e*E{1`tUI`Xy1DVgZAG#nbQ zpaz~m1@t%6j{8voe2qi#Ce~mK(di5yK;0ifO}HMl;Pa^3`3)-YS5X=IGittGuOBt< z)6k9QQ43r`W#XDO_D*j=I*#G`DAW$-ppK>y=U^MExOSs5vKO`B+qQqqdIlBnM;Nc? z|0^1-WxmB9p^w*B6V6AS;V#q;cB3MH6BY0~s0B}H=uU14avIMg<9YcDnq@f3D03MeuBziwqwj9%)vs8qIUd8 zR81U2>eigb=r|f*($K`IyiavQ7HU8tYM~NjZc~HWNeC6#8dNcEz`L;<@5lGC1@Gj% zif}#7#sjDt`3~>JEqAQFZa50XuP^Hc$awLdKe#I2E&rUV+u3cHV)? z)M}iJn^74$YQH~)I+Am!jDImM>P3{spCYAX67mW#VEhsr@Cqt3718ltV-0G-J*b7gzA=L{2Fz1^@Y5Qa24jUzBxlfDgPcrID$$VhEL)G z+=9*c2`V$?tU44skTNi2X&Al1Re31Uf_$JQeQBuHHQGtAq zdb1`Ih29VO$b(_#7n6T|v4RV#-i@e%+pRBS9sSo(3&-(H>M59r3b@YNj9K)EAGPBe)PxH$9@~*RHDT15{}z?k8`=IGpb{ zp`M;ys7#zd9p!oCbj(H621fG-fO(^)ltwid7GfNBqXxW;3Sgh@A4cuu1Ztr^+rNkf z^siwfj-Ji`q+l27{?z-t!0$ly^H4`U4F~@I-#5_UO@^xO8ryF`70(h>O50I^twYto zM%#ZK6~JNC&b~sObyBIfU=B{9f4A-XQJGnWiBTGl)2PCyP&+=0Yw$DF#1GH0MTM$~ zZoCWMLQVWHRE;E-d5`UI)B+Pw?}1sUBUyl&Ka48!pJTL`#wHqz@fg-)&RqWehF!>$ zV=~H(`3cryHok~_We%Z=Dt4at<{V}%!9`qeN7YO(DwAiCQ!y8?8gnZ+f9)V#;YIWk zj-}s&y8Z!b2MP1N9gRdyRDcS+1aol}>gm{ts_Ii%i8oR6mC;d#Tao%R`%pD-rIP#) zp>fOJ5X)Ul>DS^!>_MGnKgQrU*o-$&J7~J!tLon&KjvdTI5m^MfI7kuF2{qYK=K%* z^=fc1He}IApwWbSeghbf!Rnr-RTqhWIT>r|T+v&7)bUKfAMD$HC6mUb~ zV9TR?UD&ffcYmUfg;u)3up269=;&O@ERmjvimqie1{hh!oCVD32186Zu&V3SbcBOl zPFpb46=`|r?N&FG?*#nqEEkA4tmiCugG<{8&yb B@o)eD diff --git a/plugins/wptelegram/src/languages/wptelegram-de_DE.po b/plugins/wptelegram/src/languages/wptelegram-de_DE.po index 5c257527..da2ad3e7 100644 --- a/plugins/wptelegram/src/languages/wptelegram-de_DE.po +++ b/plugins/wptelegram/src/languages/wptelegram-de_DE.po @@ -54,116 +54,116 @@ msgstr "Bitte wende dich an deinen Hosting-Provider, um sicherzustellen, dass di #: js/settings/ui/p2tg/MessageKeyboard.tsx:41 #: includes/restApi/SettingsController.php:136 -#: languages/wptelegram-js-translations.php:671 +#: languages/wptelegram-js-translations.php:684 msgid "View Post" msgstr "Beitrag anzeigen" #. %s: field label #. translators: %s: field label #: js/settings/services/fields.ts:141 -#: languages/wptelegram-js-translations.php:572 +#: languages/wptelegram-js-translations.php:585 msgid "%s must be a number." msgstr "%s muss eine Zahl sein." #: js/settings/services/fields.ts:19 -#: languages/wptelegram-js-translations.php:575 +#: languages/wptelegram-js-translations.php:588 msgid "Inline button text" msgstr "Text für den Inline-Button" #: js/settings/services/fields.ts:20 -#: languages/wptelegram-js-translations.php:578 +#: languages/wptelegram-js-translations.php:591 msgid "Inline button URL" msgstr "URL der Inline-Schaltfläche" #: js/settings/services/fields.ts:21 -#: languages/wptelegram-js-translations.php:581 +#: languages/wptelegram-js-translations.php:594 msgid "Add Inline URL Button" msgstr "Inline-Button hinzufügen" #: js/settings/services/fields.ts:22 -#: languages/wptelegram-js-translations.php:584 +#: languages/wptelegram-js-translations.php:597 msgid "Other settings" msgstr "Weitere Einstellungen" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:39 #: js/settings/services/fields.ts:23 -#: languages/wptelegram-js-translations.php:500 +#: languages/wptelegram-js-translations.php:513 msgid "Post type" msgstr "Inhaltstyp" #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:48 #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:42 #: js/settings/services/fields.ts:24 -#: languages/wptelegram-js-translations.php:376 +#: languages/wptelegram-js-translations.php:383 msgid "Proxy Method" msgstr "Proxy Methode" #: js/settings/services/fields.ts:25 -#: languages/wptelegram-js-translations.php:587 +#: languages/wptelegram-js-translations.php:600 msgid "Send when" msgstr "Senden, wenn" #: js/settings/services/fields.ts:26 -#: languages/wptelegram-js-translations.php:590 +#: languages/wptelegram-js-translations.php:603 msgid "If Email goes to" msgstr "Falls die Email geht an" #. %s: field label #. translators: %s: field label #: js/settings/services/fields.ts:75 -#: languages/wptelegram-js-translations.php:594 +#: languages/wptelegram-js-translations.php:607 msgid "At least one %s is required." msgstr "Mindestens ein %s ist erforderlich." #: js/settings/services/fields.ts:76 -#: languages/wptelegram-js-translations.php:597 +#: languages/wptelegram-js-translations.php:610 msgid "channel" msgstr "Channel" #: js/settings/ui/Sidebar.tsx:19 -#: languages/wptelegram-js-translations.php:603 +#: languages/wptelegram-js-translations.php:616 msgid "Get LIVE support on Telegram" msgstr "LIVE-Support bei Problemen direkt über Telegram erhalten" #: js/settings/ui/TabbedSections.tsx:18 -#: languages/wptelegram-js-translations.php:606 +#: languages/wptelegram-js-translations.php:619 msgid "Basics" msgstr "Grundeinstellungen" #: js/p2tg-block-editor/OverrideSettings.tsx:77 #: js/settings/ui/TabbedSections.tsx:23 #: js/settings/ui/advanced/Advanced.tsx:32 -#: languages/wptelegram-js-translations.php:562 +#: languages/wptelegram-js-translations.php:575 #: modules/p2tg/Admin.php:409 msgid "Post to Telegram" msgstr "An Telegram posten" #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:114 #: js/settings/ui/TabbedSections.tsx:28 -#: languages/wptelegram-js-translations.php:187 +#: languages/wptelegram-js-translations.php:206 msgid "Private Notifications" msgstr "Persönliche Benachrichtigungen" #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:41 #: js/settings/ui/TabbedSections.tsx:33 -#: languages/wptelegram-js-translations.php:371 +#: languages/wptelegram-js-translations.php:378 msgid "Proxy" msgstr "Proxy" #: js/settings/ui/TabbedSections.tsx:38 -#: languages/wptelegram-js-translations.php:609 +#: languages/wptelegram-js-translations.php:622 msgid "Advanced settings" msgstr "Erweiterte Einstellungen" #: js/settings/ui/advanced/Advanced.tsx:26 -#: languages/wptelegram-js-translations.php:612 +#: languages/wptelegram-js-translations.php:625 msgid "Bot API" msgstr "Bot API" #. %s button name #. translators: %s button name #: js/settings/ui/basics/Basics.tsx:31 -#: languages/wptelegram-js-translations.php:616 +#: languages/wptelegram-js-translations.php:629 msgid "Use %s above to set automatically." msgstr "Verwende %s oben, um die Einstellungen automatisch vorzunehmen." @@ -176,46 +176,46 @@ msgstr "Token testen" #. 1 command name, 2 bot name #. translators: 1 command name, 2 bot name #: js/settings/ui/basics/Instructions.tsx:22 -#: languages/wptelegram-js-translations.php:620 +#: languages/wptelegram-js-translations.php:633 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/basics/Instructions.tsx:43 -#: languages/wptelegram-js-translations.php:624 +#: languages/wptelegram-js-translations.php:637 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/basics/Instructions.tsx:51 -#: languages/wptelegram-js-translations.php:627 +#: languages/wptelegram-js-translations.php:640 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/basics/Instructions.tsx:55 -#: languages/wptelegram-js-translations.php:631 +#: languages/wptelegram-js-translations.php:644 msgid "For ease, use %s" msgstr "Zum einfacheren kopieren %s benutzen!" #: js/settings/ui/basics/Instructions.tsx:61 -#: languages/wptelegram-js-translations.php:634 +#: languages/wptelegram-js-translations.php:647 msgid "Telegram Desktop" msgstr "Telegram-Desktop" #: js/settings/ui/basics/Instructions.tsx:67 -#: languages/wptelegram-js-translations.php:637 +#: languages/wptelegram-js-translations.php:650 msgid "Test your bot token below." msgstr "Den Bot-Token im Anschluss unten auf dieser Seite testen." #: js/settings/ui/basics/Instructions.tsx:68 -#: languages/wptelegram-js-translations.php:640 +#: languages/wptelegram-js-translations.php:653 msgid "Activate the modules you want to use." msgstr "Die Module aktiveren, die benutzt werden sollen." #: js/settings/ui/basics/Instructions.tsx:69 -#: languages/wptelegram-js-translations.php:643 +#: languages/wptelegram-js-translations.php:656 msgid "Configure the activated modules." msgstr "Die aktivierten Module konfigurieren." @@ -223,7 +223,7 @@ msgstr "Die aktivierten Module konfigurieren." #. translators: %s button name #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:107 #: js/settings/ui/basics/Instructions.tsx:74 -#: languages/wptelegram-js-translations.php:226 +#: languages/wptelegram-js-translations.php:245 msgid "Hit %s below." msgstr "Zum Speichern der Einstellungen %s klicken." @@ -237,208 +237,208 @@ msgstr "Änderungen speichern" #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:119 #: js/settings/ui/basics/Instructions.tsx:86 -#: languages/wptelegram-js-translations.php:230 +#: languages/wptelegram-js-translations.php:249 msgid "Introduction" msgstr "Einführung" #: js/settings/ui/notify/Notify.tsx:28 -#: languages/wptelegram-js-translations.php:646 +#: languages/wptelegram-js-translations.php:659 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/Notify.tsx:41 -#: languages/wptelegram-js-translations.php:649 +#: languages/wptelegram-js-translations.php:662 msgid "Notification Settings" msgstr "Benachrichtigungs-Einstellungen" #. %s code #. translators: %s code #: js/settings/ui/notify/WatchEmails.tsx:24 -#: languages/wptelegram-js-translations.php:653 +#: languages/wptelegram-js-translations.php:666 msgid "If you want to receive notification for every email, then write %s." msgstr "Falls für alle Emails eine Benachrichtigung versendet werden soll, bitte %s eintragen." #: js/settings/ui/notify/WatchEmails.tsx:41 -#: languages/wptelegram-js-translations.php:656 +#: languages/wptelegram-js-translations.php:669 msgid "Telegram User or Group Chat ID." msgstr "Telegram Benutzer oder Gruppen Chat ID." #: js/settings/ui/p2tg/Destination.tsx:19 -#: languages/wptelegram-js-translations.php:659 +#: languages/wptelegram-js-translations.php:672 msgid "Destination" msgstr "Ziel" #: js/settings/ui/p2tg/Destination.tsx:24 -#: languages/wptelegram-js-translations.php:662 +#: languages/wptelegram-js-translations.php:675 msgid "Channel Username or Chat ID." msgstr "Benutzername oder Chat-ID des Channels." #: js/settings/ui/p2tg/MessageKeyboard.tsx:21 -#: languages/wptelegram-js-translations.php:665 +#: languages/wptelegram-js-translations.php:678 msgid "Inline Keyboard" msgstr "Inline Keyboard" #: js/settings/ui/p2tg/MessageKeyboard.tsx:25 -#: languages/wptelegram-js-translations.php:668 +#: languages/wptelegram-js-translations.php:681 msgid "Add an inline clickable button for the post URL just below the message." msgstr "Fügt ans Ende der Nachricht einen anklickbaren Button hinzu, der auf die URL des Beitrags verweist." #. template tag/macro #. translators: template tag/macro #: js/settings/ui/p2tg/MessageKeyboard.tsx:50 -#: languages/wptelegram-js-translations.php:675 +#: languages/wptelegram-js-translations.php:688 msgid "You can specify any custom field like %s." msgstr "Du kannst ein beliebiges benutzerdefiniertes Feld wie %s angeben." #: js/settings/ui/p2tg/MessageKeyboard.tsx:55 -#: languages/wptelegram-js-translations.php:678 +#: languages/wptelegram-js-translations.php:691 msgid "Source of the button URL." msgstr "Quelle der Schaltflächen-URL." #: js/settings/ui/p2tg/MessageSettings.tsx:22 -#: languages/wptelegram-js-translations.php:681 +#: languages/wptelegram-js-translations.php:694 msgid "Message Settings" msgstr "Nachrichten Einstellungen" #: js/settings/ui/p2tg/Miscellaneous.tsx:19 -#: languages/wptelegram-js-translations.php:684 +#: languages/wptelegram-js-translations.php:697 msgid "Miscellaneous" msgstr "Sonstige Einstellungen" #: js/settings/ui/p2tg/P2TG.tsx:28 -#: languages/wptelegram-js-translations.php:687 +#: languages/wptelegram-js-translations.php:700 msgid "With this module, you can configure how the posts are sent to Telegram." msgstr "Mit diesem Modul wird konfiguriert, wie Posts an Telegram gesendet werden." #: js/settings/ui/p2tg/Rules.tsx:15 -#: languages/wptelegram-js-translations.php:690 +#: languages/wptelegram-js-translations.php:703 msgid "A new post is published" msgstr "ein neuer Beitrag veröffentlicht wird" #: js/settings/ui/p2tg/Rules.tsx:19 -#: languages/wptelegram-js-translations.php:693 +#: languages/wptelegram-js-translations.php:706 msgid "An existing post is updated" msgstr "ein bestehender Beitrag aktualisiert wird" #: js/settings/ui/p2tg/Rules.tsx:30 -#: languages/wptelegram-js-translations.php:696 +#: languages/wptelegram-js-translations.php:709 msgid "Rules" msgstr "Regeln" #: js/settings/ui/p2tg/Rules.tsx:37 -#: languages/wptelegram-js-translations.php:699 +#: languages/wptelegram-js-translations.php:712 msgid "When the post should be sent to Telegram." msgstr "Konfiguriert, wann der Beitrag über Telegram veröffentlicht werden soll." #: js/settings/ui/p2tg/Rules.tsx:47 -#: languages/wptelegram-js-translations.php:702 +#: languages/wptelegram-js-translations.php:715 msgid "Which post types should be sent." msgstr "Definiert, welche Inhaltstypen veröffentlicht werden sollen." #: js/settings/ui/shared/IfBotToken.tsx:15 -#: languages/wptelegram-js-translations.php:705 +#: languages/wptelegram-js-translations.php:718 msgid "You must add a bot token." msgstr "Du musst ein Bot-Token hinzufügen." #: js/settings/ui/shared/Upsell.tsx:41 -#: languages/wptelegram-js-translations.php:718 +#: languages/wptelegram-js-translations.php:731 msgid "Upgrade to Pro" msgstr "Upgrade auf Pro" #: js/settings/ui/shared/Upsell.tsx:51 -#: languages/wptelegram-js-translations.php:721 +#: languages/wptelegram-js-translations.php:734 msgid "Want an absolute integration with Telegram?" msgstr "Möchtest du eine vollständige Integration mit Telegram?" #: js/settings/ui/shared/Upsell.tsx:55 -#: languages/wptelegram-js-translations.php:724 +#: languages/wptelegram-js-translations.php:737 msgid "Want to add more bots?" msgstr "Möchtest du weitere Bots hinzufügen?" #: js/settings/ui/shared/Upsell.tsx:59 -#: languages/wptelegram-js-translations.php:727 +#: languages/wptelegram-js-translations.php:740 msgid "Need more features?" msgstr "Benötigst du weitere Funktionen?" #: js/settings/ui/shared/Upsell.tsx:63 -#: languages/wptelegram-js-translations.php:730 +#: languages/wptelegram-js-translations.php:743 msgid "Want to use different channels for different categories?" msgstr "Möchtest du verschiedene Kanäle für verschiedene Kategorien verwenden?" #. %s: plugin name #. translators: %s: plugin name #: js/settings/ui/shared/Upsell.tsx:69 -#: languages/wptelegram-js-translations.php:734 +#: languages/wptelegram-js-translations.php:747 msgid "%s supports multiple instances of Post to Telgram with different rules." msgstr "%s unterstützt mehrere Instanzen, um zu Beiträge zu Telegram mit unterschiedlichen Regeln zu senden." #. %s: plugin name #. translators: %s: plugin name #: js/settings/ui/shared/Upsell.tsx:79 -#: languages/wptelegram-js-translations.php:738 +#: languages/wptelegram-js-translations.php:751 msgid "%s supports ALL WooCommerce and ACF text fields." msgstr "%s unterstützt ALLE WooCommerce- und ACF-Textfelder." #: js/settings/ui/shared/Upsell.tsx:85 -#: languages/wptelegram-js-translations.php:741 +#: languages/wptelegram-js-translations.php:754 msgid "Want to add more buttons?" msgstr "Möchtest du weitere Schaltflächen hinzufügen?" #. %s: plugin name #. translators: %s: plugin name #: js/settings/ui/shared/Upsell.tsx:91 -#: languages/wptelegram-js-translations.php:745 +#: languages/wptelegram-js-translations.php:758 msgid "%s supports delay per channel." msgstr "%s unterstützt die Konfiguration von verzögerter Zustellung pro Channel." #: js/settings/ui/shared/Upsell.tsx:97 -#: languages/wptelegram-js-translations.php:748 +#: languages/wptelegram-js-translations.php:761 msgid "Want to add more emails?" msgstr "Möchtest du weitere E-Mails hinzufügen?" #: js/settings/ui/shared/Upsell.tsx:104 -#: languages/wptelegram-js-translations.php:712 +#: languages/wptelegram-js-translations.php:725 msgid "WP Telegram Pro" msgstr "WP Telegram Pro" #. %s: plugin name #. translators: %s: plugin name #: js/settings/ui/shared/Upsell.tsx:103 -#: languages/wptelegram-js-translations.php:709 +#: languages/wptelegram-js-translations.php:722 msgid "%s supports Cloudflare proxy for featured image upload!" msgstr "%s unterstützt den Cloudflare-Proxy für das Hochladen von Titelbildern!" #: js/settings/ui/shared/Upsell.tsx:111 -#: languages/wptelegram-js-translations.php:715 +#: languages/wptelegram-js-translations.php:728 msgid "Upgrade NOW" msgstr "Jetzt upgraden" #: js/p2tg-block-editor/Channels.tsx:39 -#: languages/wptelegram-js-translations.php:545 +#: languages/wptelegram-js-translations.php:558 #: modules/p2tg/Admin.php:431 msgid "Send to" msgstr "Senden an" #: js/p2tg-block-editor/Files.tsx:17 -#: languages/wptelegram-js-translations.php:551 +#: languages/wptelegram-js-translations.php:564 msgid "Add or Upload Files" msgstr "Dateien hinzufügen oder hochladen" #: js/p2tg-block-editor/Files.tsx:57 -#: languages/wptelegram-js-translations.php:554 +#: languages/wptelegram-js-translations.php:567 #: 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:66 -#: languages/wptelegram-js-translations.php:557 +#: languages/wptelegram-js-translations.php:570 #: modules/p2tg/Admin.php:453 msgid "Files" msgstr "Dateien" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:47 #: js/p2tg-block-editor/OverrideSettings.tsx:116 -#: languages/wptelegram-js-translations.php:522 +#: languages/wptelegram-js-translations.php:535 #: modules/p2tg/Admin.php:481 msgid "Featured Image" msgstr "Beitragsbild" @@ -452,33 +452,33 @@ msgstr "Beitragsbild senden (falls vorhanden)." #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:35 #: js/p2tg-block-editor/OverrideSettings.tsx:124 -#: languages/wptelegram-js-translations.php:487 +#: languages/wptelegram-js-translations.php:500 #: modules/p2tg/Admin.php:493 msgid "Message Template" msgstr "Nachrichtenvorlage" #: js/p2tg-block-editor/OverrideSettings.tsx:86 -#: languages/wptelegram-js-translations.php:565 +#: languages/wptelegram-js-translations.php:578 #: modules/p2tg/Admin.php:421 msgid "Override settings" msgstr "Einstellungen ignorieren" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:25 #: js/p2tg-block-editor/OverrideSettings.tsx:98 -#: languages/wptelegram-js-translations.php:462 +#: languages/wptelegram-js-translations.php:469 #: modules/p2tg/Admin.php:443 msgid "Disable Notifications" msgstr "Benachrichtigungen deaktivieren" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:24 #: js/p2tg-block-editor/OverrideSettings.tsx:105 -#: languages/wptelegram-js-translations.php:458 +#: languages/wptelegram-js-translations.php:465 #: modules/p2tg/Admin.php:464 msgid "Delay in Posting" msgstr "Versandverzögerung" #: js/p2tg-block-editor/SendToTelegram.tsx:32 -#: languages/wptelegram-js-translations.php:568 +#: languages/wptelegram-js-translations.php:581 #: modules/p2tg/Admin.php:367 msgid "Send to Telegram" msgstr "Senden an Telegram" @@ -576,82 +576,82 @@ msgid "Delete button" msgstr "Button löschen" #: ../../packages/js/shared/wptelegram-ui/components/MessageTemplate.tsx:19 -#: languages/wptelegram-js-translations.php:177 +#: languages/wptelegram-js-translations.php:191 #: modules/p2tg/Admin.php:494 msgid "Structure of the message to be sent." msgstr "Struktur der Nachricht, die gesendet werden soll." #: ../../packages/js/shared/wptelegram-ui/components/MiscMessageSettings.tsx:19 -#: languages/wptelegram-js-translations.php:180 +#: languages/wptelegram-js-translations.php:194 msgid "Send categories as hashtags." msgstr "Kategorien als Hashtags senden." #: ../../packages/js/shared/wptelegram-ui/components/LinkPreviewOptions.tsx:21 -#: languages/wptelegram-js-translations.php:183 +#: languages/wptelegram-js-translations.php:177 msgid "Disables previews for links in the messages." msgstr "Vorschau für Links in den Nachrichten deaktivieren." #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:27 -#: languages/wptelegram-js-translations.php:190 +#: languages/wptelegram-js-translations.php:209 msgid "To receive notifications privately:" msgstr "Um persönliche Benachrichtigungen zu erhalten:" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:33 -#: languages/wptelegram-js-translations.php:194 +#: languages/wptelegram-js-translations.php:213 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/wptelegram-ui/components/NotifyInstructions.tsx:49 -#: languages/wptelegram-js-translations.php:198 +#: languages/wptelegram-js-translations.php:217 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/wptelegram-ui/components/NotifyInstructions.tsx:66 -#: languages/wptelegram-js-translations.php:201 +#: languages/wptelegram-js-translations.php:220 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/wptelegram-ui/components/NotifyInstructions.tsx:72 -#: languages/wptelegram-js-translations.php:205 +#: languages/wptelegram-js-translations.php:224 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/wptelegram-ui/components/NotifyInstructions.tsx:84 -#: languages/wptelegram-js-translations.php:209 +#: languages/wptelegram-js-translations.php:228 msgid "Enter the Chat ID in %s field below." msgstr "Die Chat ID unten in das Feld %s eintragen." #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:88 #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:21 -#: languages/wptelegram-js-translations.php:213 +#: languages/wptelegram-js-translations.php:232 msgid "Send it to" msgstr "Senden an" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:96 -#: languages/wptelegram-js-translations.php:217 +#: languages/wptelegram-js-translations.php:236 msgid "Add your own bot %s to the group." msgstr "Den eigenen Bot %s zur Gruppe hinzufügen." #: ../../packages/js/shared/wptelegram-ui/components/NotifyMessageTemplate.tsx:15 #: ../../packages/js/shared/wptelegram-ui/components/TemplateInfo.tsx:31 -#: languages/wptelegram-js-translations.php:221 +#: languages/wptelegram-js-translations.php:240 msgid "You can use any text, emojis or these macros in any order." msgstr "Es können jede Art von Text, Emojis oder die folgenden Makros benutzt werden." #. %s pipe character #. translators: %s pipe character #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:142 -#: languages/wptelegram-js-translations.php:240 +#: languages/wptelegram-js-translations.php:259 msgid "Note can be added after %s." msgstr "Eine Anmerkung kann nach %s hinzugefügt werden." @@ -659,242 +659,238 @@ msgstr "Eine Anmerkung kann nach %s hinzugefügt werden." #. translators: %s code example #: ../../packages/js/shared/wptelegram-ui/components/LinkPreviewOptions.tsx:38 #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:154 -#: languages/wptelegram-js-translations.php:244 +#: languages/wptelegram-js-translations.php:185 msgid "For example %s" msgstr "Zum Beispiel %s" #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:26 -#: languages/wptelegram-js-translations.php:247 +#: languages/wptelegram-js-translations.php:262 msgid "Create a Telegram channel or group." msgstr "Erstelle einen Telegram-Channel oder eine Gruppe." #. %s bot username #. translators: %s bot username #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:31 -#: languages/wptelegram-js-translations.php:251 +#: languages/wptelegram-js-translations.php:266 msgid "Add your bot %s as Administrator to your Channel/Group." msgstr "Der Bot %s muss nun als Administrator zu einem Channel oder einer Gruppe hinzugefügt werden" #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:44 -#: languages/wptelegram-js-translations.php:254 +#: languages/wptelegram-js-translations.php:269 msgid "Enter the Channel Username in the field below." msgstr "Benutzernamen des Channels unten in das Feld eintragen." #. %s symbol - @ #. translators: %s symbol - @ #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:51 -#: languages/wptelegram-js-translations.php:258 +#: languages/wptelegram-js-translations.php:273 msgid "Username must start with %s" msgstr "Ein Nutzername muss beginnen mit %s" #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:60 -#: languages/wptelegram-js-translations.php:261 +#: languages/wptelegram-js-translations.php:276 msgid "You can also use the Chat ID of a group or private chat." msgstr "Man kann auch die Chat ID einer Gruppe oder eines privaten Chats verwenden." #. %s bot username #. translators: %s bot username #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:65 -#: languages/wptelegram-js-translations.php:265 +#: languages/wptelegram-js-translations.php:280 msgid "Get it from %s." msgstr "Diese kann über den %s herausgefunden werden." #. %s colon character #. translators: %s colon character #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:81 -#: languages/wptelegram-js-translations.php:269 +#: languages/wptelegram-js-translations.php:284 msgid "If you want to send posts to a specific topic in a group with topics enabled, you can add a colon (%s) to the chat ID followed by topic ID." msgstr "Falls du Beiträge zu einem bestimmten Thema in einer Gruppe mit aktivierten Themen senden möchtest, kansnt du der Chat-ID einen Doppelpunkt (%s) gefolgt von der Themen-ID hinzufügen." #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:128 -#: languages/wptelegram-js-translations.php:233 +#: languages/wptelegram-js-translations.php:252 msgid "Tip!" msgstr "Hinweis!" -#: languages/wptelegram-js-translations.php:236 -msgid "You can add an internal note to the chat ID to make it easier for you to indentify it." -msgstr "Du kannst der Chat-ID eine interne Notiz hinzufügen, damit du sie leichter identifizieren kannst." - #: ../../packages/js/shared/wptelegram-ui/components/P2TGSwitchAndPluginPosts.tsx:13 -#: languages/wptelegram-js-translations.php:272 +#: languages/wptelegram-js-translations.php:287 msgid "Show an ON/OFF switch on the post edit screen." msgstr "AN/AUS-Schalter im Beitragseditor einblenden." #: ../../packages/js/shared/wptelegram-ui/components/P2TGSwitchAndPluginPosts.tsx:14 -#: languages/wptelegram-js-translations.php:275 +#: languages/wptelegram-js-translations.php:290 msgid "You can use this switch to override the settings for a particular post." msgstr "Diese Option kann genutzt werden, um die Standard-Einstellungen für einen bestimmten Beitrag zu übergehen." #: ../../packages/js/shared/wptelegram-ui/components/P2TGSwitchAndPluginPosts.tsx:23 -#: languages/wptelegram-js-translations.php:278 +#: languages/wptelegram-js-translations.php:293 msgid "Enable this option if you use a plugin to generate posts." msgstr "Aktiviere diese Option, wenn du ein Plugin zum Generieren von Beiträgen verwendest." #: ../../packages/js/shared/wptelegram-ui/components/ParseModeField.tsx:17 #: ../../packages/js/shared/wptelegram-ui/components/SingleMessage.tsx:70 -#: languages/wptelegram-js-translations.php:282 +#: languages/wptelegram-js-translations.php:297 msgid "None" msgstr "Nichts" #: ../../packages/js/shared/wptelegram-ui/components/ParseModeField.tsx:21 -#: languages/wptelegram-js-translations.php:285 +#: languages/wptelegram-js-translations.php:300 msgid "HTML style" msgstr "HTML Style" #: ../../packages/js/shared/wptelegram-ui/components/MiscMessageSettings.tsx:35 #: ../../packages/js/shared/wptelegram-ui/components/ParseModeField.tsx:42 #: ../../packages/js/shared/wptelegram-ui/components/TemplateInfo.tsx:39 -#: languages/wptelegram-js-translations.php:290 +#: languages/wptelegram-js-translations.php:199 msgid "Learn more" msgstr "Mehr Informationen über den Parsing-Modus gibt es hier auf der Telegram-Website" #: ../../packages/js/shared/wptelegram-ui/components/MiscMessageSettings.tsx:38 -#: languages/wptelegram-js-translations.php:293 +#: languages/wptelegram-js-translations.php:202 msgid "Protects the contents of sent messages from forwarding and saving." msgstr "Schützt den Inhalt gesendeter Nachrichten vor Weiterleitung und Speicherung." #: ../../packages/js/shared/wptelegram-ui/components/SingleMessage.tsx:34 -#: languages/wptelegram-js-translations.php:296 +#: languages/wptelegram-js-translations.php:303 msgid "Send both text and image in single message." msgstr "Text und Bild in der selben Nachricht senden." #. 1 - field name, 2 - value #. translators: 1 - field name, 2 - value #: ../../packages/js/shared/wptelegram-ui/components/SingleMessage.tsx:48 -#: languages/wptelegram-js-translations.php:300 +#: languages/wptelegram-js-translations.php:307 msgid "When %1$s is set to %2$s:" msgstr "Wenn %1$s auf %2$s eingestellt ist:" #. 1 - field name, 2 - value #. translators: 1 - field name, 2 - value #: ../../packages/js/shared/wptelegram-ui/components/SingleMessage.tsx:64 -#: languages/wptelegram-js-translations.php:304 +#: languages/wptelegram-js-translations.php:311 msgid "%1$s should not be %2$s." msgstr "%1$s sollte nicht \"%2$s\"sein." #. 1 - field name #. translators: 1 - field name #: ../../packages/js/shared/wptelegram-ui/components/SingleMessage.tsx:80 -#: languages/wptelegram-js-translations.php:308 +#: languages/wptelegram-js-translations.php:315 msgid "%s should not be enabled." msgstr "%s sollte nicht aktiviert sein." #: ../../packages/js/shared/wptelegram-ui/components/TemplateInfo.tsx:36 -#: languages/wptelegram-js-translations.php:311 +#: languages/wptelegram-js-translations.php:318 msgid "You can also use conditional logic in the template." msgstr "Du kannst auch bedingte Logik in der Vorlage verwenden." #: ../../packages/js/shared/wptelegram-ui/components/UserNotifications.tsx:20 -#: languages/wptelegram-js-translations.php:314 +#: languages/wptelegram-js-translations.php:321 msgid "Allow users receive their email notifications on Telegram." msgstr "Nutzern erlauben, Ihre E-Mail-Benachrichtigungen über Telegram zu erhalten." #. 1 Plugin name #. translators: 1 Plugin name #: ../../packages/js/shared/wptelegram-ui/components/UserNotifications.tsx:31 -#: languages/wptelegram-js-translations.php:318 +#: languages/wptelegram-js-translations.php:325 msgid "Use %s to let them connect their Telegram account." msgstr "Nutzer können %s verwenden, um sich mit ihrem Telegram-Account zu verbinden." #. 1 profile page #. translators: 1 profile page #: ../../packages/js/shared/wptelegram-ui/components/UserNotifications.tsx:49 -#: languages/wptelegram-js-translations.php:322 +#: languages/wptelegram-js-translations.php:329 msgid "They can also enter their Telegram Chat ID manually on %s page." msgstr "Du kannst aber auch deine Telegram Chat ID manuell auf der %s-Seite konfigurieren." #: ../../packages/js/shared/wptelegram-ui/components/UserNotifications.tsx:57 -#: languages/wptelegram-js-translations.php:325 +#: languages/wptelegram-js-translations.php:332 msgid "profile" msgstr "Profil" #: ../../packages/js/shared/wptelegram-ui/components/proxy/CFWorker.tsx:14 #: ../../packages/js/shared/wptelegram-ui/components/proxy/GoogleScript.tsx:16 -#: languages/wptelegram-js-translations.php:329 +#: languages/wptelegram-js-translations.php:336 msgid "The requests to Telegram will be sent via this URL." msgstr "Die Anfragen an Telegram laufen über ein Google Script." #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:11 -#: languages/wptelegram-js-translations.php:332 +#: languages/wptelegram-js-translations.php:339 msgid "HTTP" msgstr "HTTP" #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:15 -#: languages/wptelegram-js-translations.php:335 +#: languages/wptelegram-js-translations.php:342 msgid "SOCKS4" msgstr "SOCKS4" #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:19 -#: languages/wptelegram-js-translations.php:338 +#: languages/wptelegram-js-translations.php:345 msgid "SOCKS4A" msgstr "SOCKS4A" #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:23 -#: languages/wptelegram-js-translations.php:341 +#: languages/wptelegram-js-translations.php:348 msgid "SOCKS5" msgstr "SOCKS5" #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:27 -#: languages/wptelegram-js-translations.php:344 +#: languages/wptelegram-js-translations.php:351 msgid "SOCKS5_HOSTNAME" msgstr "SOCKS5_HOSTNAME" #. IP address #. translators: IP address #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:39 -#: languages/wptelegram-js-translations.php:348 +#: languages/wptelegram-js-translations.php:355 msgid "Host IP or domain name like %s." msgstr "Host IP oder Domain-Name (z.B. %s)." #. proxy port #. translators: proxy port #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:51 -#: languages/wptelegram-js-translations.php:352 +#: languages/wptelegram-js-translations.php:359 msgid "Target Port like %s." msgstr "Ziel-Port (z.B. %s)." #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:76 -#: languages/wptelegram-js-translations.php:355 +#: languages/wptelegram-js-translations.php:362 msgid "Leave empty if not required." msgstr "Leer lassen, falls nicht benötigt." #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:16 -#: languages/wptelegram-js-translations.php:358 +#: languages/wptelegram-js-translations.php:365 msgid "Cloudflare worker" msgstr "Cloudflare Worker" #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:20 -#: languages/wptelegram-js-translations.php:361 +#: languages/wptelegram-js-translations.php:368 msgid "Google Script" msgstr "Google Script" #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:24 -#: languages/wptelegram-js-translations.php:364 +#: languages/wptelegram-js-translations.php:371 msgid "PHP Proxy" msgstr "PHP Proxy" #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:34 -#: languages/wptelegram-js-translations.php:367 +#: languages/wptelegram-js-translations.php:374 msgid "The module will help you bypass the ban on Telegram by making use of proxy." msgstr "Dieses Modul hilft, eine Telegram-Sperre zu umgehen, indem ein Proxy verwendet wird." #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:53 -#: languages/wptelegram-js-translations.php:379 +#: languages/wptelegram-js-translations.php:386 msgid "Cloudflare worker is preferred." msgstr "Cloudflare Worker wird bevorzugt." #: ../../packages/js/shared/wptelegram-ui/components/proxy/ProxyDisclaimer.tsx:11 -#: languages/wptelegram-js-translations.php:382 +#: languages/wptelegram-js-translations.php:389 msgid "Use the proxy at your own risk!" msgstr "Die Nutzung des Proxy erfolgt auf eigenes Risiko!" #: ../../packages/js/shared/wptelegram-ui/components/proxy/ProxyDisclaimer.tsx:8 -#: languages/wptelegram-js-translations.php:385 +#: languages/wptelegram-js-translations.php:392 msgid "DISCLAIMER!" msgstr "WICHTIGER HINWEIS!" #: ../../packages/js/shared/wptelegram-ui/components/proxy/ProxySettings.tsx:17 -#: languages/wptelegram-js-translations.php:388 +#: languages/wptelegram-js-translations.php:395 msgid "Proxy settings" msgstr "Proxy-Einstellungen" @@ -906,206 +902,202 @@ msgid "Add" msgstr "Hinzufügen" #: ../../packages/js/shared/wptelegram-ui/components/rules/And.tsx:8 -#: languages/wptelegram-js-translations.php:391 +#: languages/wptelegram-js-translations.php:398 msgid "AND" msgstr "UND" #: ../../packages/js/shared/wptelegram-ui/components/rules/Or.tsx:8 -#: languages/wptelegram-js-translations.php:394 +#: languages/wptelegram-js-translations.php:401 msgid "OR" msgstr "ODER" #: ../../packages/js/shared/wptelegram-ui/components/rules/P2TGCustomRules.tsx:51 -#: languages/wptelegram-js-translations.php:397 +#: languages/wptelegram-js-translations.php:404 msgid "You can also define custom rules to send the posts." msgstr "Du kannst auch benutzerdefinierte Regeln zum Senden der Beiträge definieren." #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetButtons.tsx:39 -#: languages/wptelegram-js-translations.php:400 +#: languages/wptelegram-js-translations.php:407 msgid "Remove" msgstr "Entfernen" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetFields.tsx:11 -#: languages/wptelegram-js-translations.php:403 +#: languages/wptelegram-js-translations.php:410 msgid "is in" msgstr "ist" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetFields.tsx:15 -#: languages/wptelegram-js-translations.php:406 +#: languages/wptelegram-js-translations.php:413 msgid "is not in" msgstr "ist NICHT" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetFields.tsx:27 -#: languages/wptelegram-js-translations.php:409 +#: languages/wptelegram-js-translations.php:416 msgid "Rule type" msgstr "Regel-Typ" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetFields.tsx:35 -#: languages/wptelegram-js-translations.php:412 +#: languages/wptelegram-js-translations.php:419 msgid "Rule operator" msgstr "Regel-Operator" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetValues.tsx:103 -#: languages/wptelegram-js-translations.php:415 +#: languages/wptelegram-js-translations.php:422 msgid "Select..." msgstr "Wählen..." #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetValues.tsx:16 -#: languages/wptelegram-js-translations.php:418 +#: languages/wptelegram-js-translations.php:425 msgid "Loading..." msgstr "Wird geladen …" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetValues.tsx:17 -#: languages/wptelegram-js-translations.php:421 +#: languages/wptelegram-js-translations.php:428 msgid "No options available" msgstr "Keine Optionen verfügbar" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetValues.tsx:91 -#: languages/wptelegram-js-translations.php:424 +#: languages/wptelegram-js-translations.php:431 msgid "Rule values" msgstr "Regel-Werte" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:14 -#: languages/wptelegram-js-translations.php:430 +#: languages/wptelegram-js-translations.php:437 msgid "Bot" msgstr "Bot" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:15 -#: languages/wptelegram-js-translations.php:433 +#: languages/wptelegram-js-translations.php:440 msgid "Bot Token" msgstr "Bot API-Token" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:16 -#: languages/wptelegram-js-translations.php:436 +#: languages/wptelegram-js-translations.php:443 msgid "Bot Username" msgstr "Bot Benutzername" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:17 -#: languages/wptelegram-js-translations.php:439 +#: languages/wptelegram-js-translations.php:446 msgid "Categories as hashtags" msgstr "Kategorien als Hashtags" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:18 -#: languages/wptelegram-js-translations.php:442 +#: languages/wptelegram-js-translations.php:449 msgid "Cloudflare worker URL" msgstr "Cloudflare Worker URL" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:19 -#: languages/wptelegram-js-translations.php:445 +#: languages/wptelegram-js-translations.php:452 msgid "Channel(s)" msgstr "Channel" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:20 -#: languages/wptelegram-js-translations.php:448 +#: languages/wptelegram-js-translations.php:455 msgid "Chat ID" msgstr "Chat ID" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:22 -#: languages/wptelegram-js-translations.php:451 +#: languages/wptelegram-js-translations.php:458 msgid "Remove settings on uninstall" msgstr "Entferne Einstellungen bei der Deinstallation" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:23 -#: languages/wptelegram-js-translations.php:454 +#: languages/wptelegram-js-translations.php:461 msgid "Debug Info" msgstr "Debug-Informationen" -#: languages/wptelegram-js-translations.php:465 -msgid "Disable Web Page Preview" -msgstr "Webseiten-Vorschau deaktivieren" - #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:29 -#: languages/wptelegram-js-translations.php:468 +#: languages/wptelegram-js-translations.php:481 msgid "Enable logs for" msgstr "Logs aktivieren für" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:30 -#: languages/wptelegram-js-translations.php:471 +#: languages/wptelegram-js-translations.php:484 msgid "Excerpt Length" msgstr "Auszugslänge" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:31 -#: languages/wptelegram-js-translations.php:474 +#: languages/wptelegram-js-translations.php:487 msgid "Excerpt Newlines" msgstr "Auszüge neue Zeilen" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:32 -#: languages/wptelegram-js-translations.php:477 +#: languages/wptelegram-js-translations.php:490 msgid "Excerpt Source" msgstr "Auszug generieren aus" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:33 -#: languages/wptelegram-js-translations.php:480 +#: languages/wptelegram-js-translations.php:493 msgid "Google Script URL" msgstr "Google-Script-URL" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:34 -#: languages/wptelegram-js-translations.php:483 +#: languages/wptelegram-js-translations.php:496 msgid "Image Position" msgstr "Bildposition" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:36 -#: languages/wptelegram-js-translations.php:490 +#: languages/wptelegram-js-translations.php:503 msgid "Formatting" msgstr "Formatierung" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:37 -#: languages/wptelegram-js-translations.php:493 +#: languages/wptelegram-js-translations.php:506 msgid "Plugin generated posts" msgstr "Durch ein Plugin generierte Beiträge" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:38 -#: languages/wptelegram-js-translations.php:496 +#: languages/wptelegram-js-translations.php:509 msgid "Post edit switch" msgstr "Schalter zur Bearbeitung von Beiträgen" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:40 -#: languages/wptelegram-js-translations.php:503 +#: languages/wptelegram-js-translations.php:516 msgid "Protect content" msgstr "Inhalte schützen" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:41 -#: languages/wptelegram-js-translations.php:506 +#: languages/wptelegram-js-translations.php:519 msgid "Proxy Host" msgstr "Proxy Host" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:43 -#: languages/wptelegram-js-translations.php:509 +#: languages/wptelegram-js-translations.php:522 msgid "Password" msgstr "Passwort" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:44 -#: languages/wptelegram-js-translations.php:512 +#: languages/wptelegram-js-translations.php:525 msgid "Proxy Port" msgstr "Proxy Port" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:45 -#: languages/wptelegram-js-translations.php:515 +#: languages/wptelegram-js-translations.php:528 msgid "Proxy Type" msgstr "Proxy-Typ" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:46 -#: languages/wptelegram-js-translations.php:518 +#: languages/wptelegram-js-translations.php:531 msgid "Username" msgstr "Benutzername" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:48 -#: languages/wptelegram-js-translations.php:525 +#: languages/wptelegram-js-translations.php:538 msgid "Send files by URL" msgstr "Dateien per URL senden" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:49 -#: languages/wptelegram-js-translations.php:528 +#: languages/wptelegram-js-translations.php:541 msgid "Single message" msgstr "Nur eine Nachricht" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:50 -#: languages/wptelegram-js-translations.php:531 +#: languages/wptelegram-js-translations.php:544 msgid "Notifications to Users" msgstr "Benachrichtigungen an Nutzer erlauben" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:13 -#: languages/wptelegram-js-translations.php:427 +#: languages/wptelegram-js-translations.php:434 msgid "Active" msgstr "Aktiv" @@ -1276,19 +1268,19 @@ msgstr "Die Änderungen wurden erfolgreich gespeichert." #. %s: field label #. translators: %s: field label #: ../../packages/js/utilities/fields.ts:35 -#: languages/wptelegram-js-translations.php:535 +#: languages/wptelegram-js-translations.php:548 msgid "Invalid %s" msgstr "%s ungültig" #. %s: field label #. translators: %s: field label #: ../../packages/js/utilities/fields.ts:39 -#: languages/wptelegram-js-translations.php:539 +#: languages/wptelegram-js-translations.php:552 msgid "%s required." msgstr "%s erforderlich." #: ../../packages/js/utilities/fields.ts:42 -#: languages/wptelegram-js-translations.php:542 +#: languages/wptelegram-js-translations.php:555 msgid "Changes could not be saved." msgstr "Die Änderungen konnten nicht gespeichert werden." @@ -1347,12 +1339,12 @@ msgstr "Individuelle Taxonomie" #. Description of the plugin #: js/settings/ui/Sidebar.tsx:16 -#: languages/wptelegram-js-translations.php:600 +#: languages/wptelegram-js-translations.php:613 #~ 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 "Integriere deine WordPress-Website perfekt in Telegram. Sende Beiträge automatisch an Telegram, wenn sie veröffentlicht oder aktualisiert werden, egal ob an einen Telegram-Channel, eine Gruppe oder einen privaten Chat, mit voller Kontrolle. Erhalte deine E-Mail-Benachrichtigungen per Telegram." #: js/p2tg-block-editor/Channels.tsx:52 -#: languages/wptelegram-js-translations.php:548 +#: languages/wptelegram-js-translations.php:561 msgid "Select all" msgstr "" @@ -1382,25 +1374,31 @@ msgid "Please reload the page." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/LinkPreviewOptions.tsx:33 +#: languages/wptelegram-js-translations.php:180 msgid "URL to use for the link preview." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/LinkPreviewOptions.tsx:57 +#: languages/wptelegram-js-translations.php:188 msgid "Whether the link preview must be shown above the message text." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:133 +#: languages/wptelegram-js-translations.php:255 msgid "You can add an internal note to the chat ID to make it easier for you to identify it." msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:26 +#: languages/wptelegram-js-translations.php:472 msgid "Disable link preview" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:27 +#: languages/wptelegram-js-translations.php:475 msgid "Link preview URL" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:28 +#: languages/wptelegram-js-translations.php:478 msgid "Show preview above text" msgstr "" diff --git a/plugins/wptelegram/src/languages/wptelegram-es_ES.mo b/plugins/wptelegram/src/languages/wptelegram-es_ES.mo index cc094355fb61d0f6b8a74e6dd4d2d905381b0a21..e3d58c5e369a05de1b463c596bd10d95f952b33e 100644 GIT binary patch delta 996 zcmYMyPe{{Y9LMqR{5fqd*IIwHT>QjE$p{jX#Jq&MvRjG5po0*dlp$Eq&3S9kDMIid zB^iVayNoV%bTEZRP@#3G)5eGd4+~3AzCZRrWBa|H@AG?}@AvzAe%tWp{Opfd zffDRHL&1M>J055LBDP>ZD#0-NIO^gV93q}WO{Vv@>ZNXlKQsKK%E6S zFCAGI7bQqyC-z|o)5zEEaZ$lZJdY3D`~qs<5~{&f)Vd;eU>TL?Cyw!Cb9xk)GJv-o#bYi^H)dP zOtj%Hc4LGp)UrMt!9mo9-`66B+-og_YrkWb@Q4RDWw=9MFZ;T>`ZueU` ze+{OXIDEHwmNPjKt zrs^gNf^HNFm57L4iHHVQLUC1fA;pb>(uG|Z#s3EbhGc#-bMHBGW+oF}!>fEvNADS* zef+ZgT5TGc%|-sZk?t49np&b+hrjVSrlMvEJd1mA5Le@4T!D4W;S9#{8!Enu8MBH- zmYcORkwqoSId?e^Vv6}Zc3=^e=n{H(!;NcrnDJ9oo+c`;g=tK%h~m3Z8|}pe>sue4 zBok+xCDa0AsDRtJ3@4GI?LKM;HC&I+-SZE)lJQ4W0khbN-<=DnllgF8qbclV-Bg&(^YZ zwlFb56?*Y5s*s0x8ed}!lQc&$i&~(FI;mk){5Wcdk8mwcqps*3vZl?WPP&PT`y1o@ zbvK=4(~)|p%J$#}+>hI_fYe|Ucmk`axLMSKKTz>YZaz---Hd%)gZ-$222ll!Bd^+> zIOnfFNsS4v#ipDuPzh&n6MjPe@b(ia-WE^^Tc`q3T)6JMn?~cEsG~oCdar;gcnEb> z71X*<2I#1wm)L{v-GfEcLQ%45=Skd#U8q72p%V1rW<2M{*Rhvz6_xi@y%FhY%N!|P z35r9ZUkHnSJ~$ux`Eoc~3a`}{qtDvCx3_|eS4*R%v0)yTgUdnrLg*h0MnWK>UW?5~ F{sFLKZ;1c^ diff --git a/plugins/wptelegram/src/languages/wptelegram-es_ES.po b/plugins/wptelegram/src/languages/wptelegram-es_ES.po index 30fc7226..80c4357c 100644 --- a/plugins/wptelegram/src/languages/wptelegram-es_ES.po +++ b/plugins/wptelegram/src/languages/wptelegram-es_ES.po @@ -54,116 +54,116 @@ msgstr "" #: js/settings/ui/p2tg/MessageKeyboard.tsx:41 #: includes/restApi/SettingsController.php:136 -#: languages/wptelegram-js-translations.php:671 +#: languages/wptelegram-js-translations.php:684 msgid "View Post" msgstr "Shiheni Postimin" #. %s: field label #. translators: %s: field label #: js/settings/services/fields.ts:141 -#: languages/wptelegram-js-translations.php:572 +#: languages/wptelegram-js-translations.php:585 msgid "%s must be a number." msgstr "" #: js/settings/services/fields.ts:19 -#: languages/wptelegram-js-translations.php:575 +#: languages/wptelegram-js-translations.php:588 msgid "Inline button text" msgstr "Tekst butoni brendazi" #: js/settings/services/fields.ts:20 -#: languages/wptelegram-js-translations.php:578 +#: languages/wptelegram-js-translations.php:591 msgid "Inline button URL" msgstr "Buton Brendazi." #: js/settings/services/fields.ts:21 -#: languages/wptelegram-js-translations.php:581 +#: languages/wptelegram-js-translations.php:594 msgid "Add Inline URL Button" msgstr "Shtoni Buton URL-je Brendazi" #: js/settings/services/fields.ts:22 -#: languages/wptelegram-js-translations.php:584 +#: languages/wptelegram-js-translations.php:597 msgid "Other settings" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:39 #: js/settings/services/fields.ts:23 -#: languages/wptelegram-js-translations.php:500 +#: languages/wptelegram-js-translations.php:513 msgid "Post type" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:48 #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:42 #: js/settings/services/fields.ts:24 -#: languages/wptelegram-js-translations.php:376 +#: languages/wptelegram-js-translations.php:383 msgid "Proxy Method" msgstr "" #: js/settings/services/fields.ts:25 -#: languages/wptelegram-js-translations.php:587 +#: languages/wptelegram-js-translations.php:600 msgid "Send when" msgstr "" #: js/settings/services/fields.ts:26 -#: languages/wptelegram-js-translations.php:590 +#: languages/wptelegram-js-translations.php:603 msgid "If Email goes to" msgstr "" #. %s: field label #. translators: %s: field label #: js/settings/services/fields.ts:75 -#: languages/wptelegram-js-translations.php:594 +#: languages/wptelegram-js-translations.php:607 msgid "At least one %s is required." msgstr "" #: js/settings/services/fields.ts:76 -#: languages/wptelegram-js-translations.php:597 +#: languages/wptelegram-js-translations.php:610 msgid "channel" msgstr "" #: js/settings/ui/Sidebar.tsx:19 -#: languages/wptelegram-js-translations.php:603 +#: languages/wptelegram-js-translations.php:616 msgid "Get LIVE support on Telegram" msgstr "" #: js/settings/ui/TabbedSections.tsx:18 -#: languages/wptelegram-js-translations.php:606 +#: languages/wptelegram-js-translations.php:619 msgid "Basics" msgstr "" #: js/p2tg-block-editor/OverrideSettings.tsx:77 #: js/settings/ui/TabbedSections.tsx:23 #: js/settings/ui/advanced/Advanced.tsx:32 -#: languages/wptelegram-js-translations.php:562 +#: languages/wptelegram-js-translations.php:575 #: modules/p2tg/Admin.php:409 msgid "Post to Telegram" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:114 #: js/settings/ui/TabbedSections.tsx:28 -#: languages/wptelegram-js-translations.php:187 +#: languages/wptelegram-js-translations.php:206 msgid "Private Notifications" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:41 #: js/settings/ui/TabbedSections.tsx:33 -#: languages/wptelegram-js-translations.php:371 +#: languages/wptelegram-js-translations.php:378 msgid "Proxy" msgstr "" #: js/settings/ui/TabbedSections.tsx:38 -#: languages/wptelegram-js-translations.php:609 +#: languages/wptelegram-js-translations.php:622 msgid "Advanced settings" msgstr "" #: js/settings/ui/advanced/Advanced.tsx:26 -#: languages/wptelegram-js-translations.php:612 +#: languages/wptelegram-js-translations.php:625 msgid "Bot API" msgstr "" #. %s button name #. translators: %s button name #: js/settings/ui/basics/Basics.tsx:31 -#: languages/wptelegram-js-translations.php:616 +#: languages/wptelegram-js-translations.php:629 msgid "Use %s above to set automatically." msgstr "" @@ -176,46 +176,46 @@ msgstr "" #. 1 command name, 2 bot name #. translators: 1 command name, 2 bot name #: js/settings/ui/basics/Instructions.tsx:22 -#: languages/wptelegram-js-translations.php:620 +#: languages/wptelegram-js-translations.php:633 msgid "Create a Bot by sending %1$s command to %2$s." msgstr "" #. %s bot name #. translators: %s bot name #: js/settings/ui/basics/Instructions.tsx:43 -#: languages/wptelegram-js-translations.php:624 +#: languages/wptelegram-js-translations.php:637 msgid "After completing the steps %s will provide you the Bot Token." msgstr "" #: js/settings/ui/basics/Instructions.tsx:51 -#: languages/wptelegram-js-translations.php:627 +#: languages/wptelegram-js-translations.php:640 msgid "Copy the token and paste into the Bot Token field below." msgstr "" #. %s application name #. translators: %s application name #: js/settings/ui/basics/Instructions.tsx:55 -#: languages/wptelegram-js-translations.php:631 +#: languages/wptelegram-js-translations.php:644 msgid "For ease, use %s" msgstr "" #: js/settings/ui/basics/Instructions.tsx:61 -#: languages/wptelegram-js-translations.php:634 +#: languages/wptelegram-js-translations.php:647 msgid "Telegram Desktop" msgstr "" #: js/settings/ui/basics/Instructions.tsx:67 -#: languages/wptelegram-js-translations.php:637 +#: languages/wptelegram-js-translations.php:650 msgid "Test your bot token below." msgstr "" #: js/settings/ui/basics/Instructions.tsx:68 -#: languages/wptelegram-js-translations.php:640 +#: languages/wptelegram-js-translations.php:653 msgid "Activate the modules you want to use." msgstr "" #: js/settings/ui/basics/Instructions.tsx:69 -#: languages/wptelegram-js-translations.php:643 +#: languages/wptelegram-js-translations.php:656 msgid "Configure the activated modules." msgstr "" @@ -223,7 +223,7 @@ msgstr "" #. translators: %s button name #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:107 #: js/settings/ui/basics/Instructions.tsx:74 -#: languages/wptelegram-js-translations.php:226 +#: languages/wptelegram-js-translations.php:245 msgid "Hit %s below." msgstr "Shtypni %s më poshtë." @@ -237,208 +237,208 @@ msgstr "Ruaji Ndryshimet" #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:119 #: js/settings/ui/basics/Instructions.tsx:86 -#: languages/wptelegram-js-translations.php:230 +#: languages/wptelegram-js-translations.php:249 msgid "Introduction" msgstr "" #: js/settings/ui/notify/Notify.tsx:28 -#: languages/wptelegram-js-translations.php:646 +#: languages/wptelegram-js-translations.php:659 msgid "The module will watch the Email Notifications sent from this site and deliver them to you on Telegram." msgstr "" #: js/settings/ui/notify/Notify.tsx:41 -#: languages/wptelegram-js-translations.php:649 +#: languages/wptelegram-js-translations.php:662 msgid "Notification Settings" msgstr "Rregullime Njoftimesh" #. %s code #. translators: %s code #: js/settings/ui/notify/WatchEmails.tsx:24 -#: languages/wptelegram-js-translations.php:653 +#: languages/wptelegram-js-translations.php:666 msgid "If you want to receive notification for every email, then write %s." msgstr "Nëse doni të merrni njoftim për çdo email të dërguar, shkruani %s." #: js/settings/ui/notify/WatchEmails.tsx:41 -#: languages/wptelegram-js-translations.php:656 +#: languages/wptelegram-js-translations.php:669 msgid "Telegram User or Group Chat ID." msgstr "" #: js/settings/ui/p2tg/Destination.tsx:19 -#: languages/wptelegram-js-translations.php:659 +#: languages/wptelegram-js-translations.php:672 msgid "Destination" msgstr "" #: js/settings/ui/p2tg/Destination.tsx:24 -#: languages/wptelegram-js-translations.php:662 +#: languages/wptelegram-js-translations.php:675 msgid "Channel Username or Chat ID." msgstr "" #: js/settings/ui/p2tg/MessageKeyboard.tsx:21 -#: languages/wptelegram-js-translations.php:665 +#: languages/wptelegram-js-translations.php:678 msgid "Inline Keyboard" msgstr "" #: js/settings/ui/p2tg/MessageKeyboard.tsx:25 -#: languages/wptelegram-js-translations.php:668 +#: languages/wptelegram-js-translations.php:681 msgid "Add an inline clickable button for the post URL just below the message." msgstr "Shtoni një buton brendazi, të klikueshëm, për URL-në e postimit, mu nën mesazh." #. template tag/macro #. translators: template tag/macro #: js/settings/ui/p2tg/MessageKeyboard.tsx:50 -#: languages/wptelegram-js-translations.php:675 +#: languages/wptelegram-js-translations.php:688 msgid "You can specify any custom field like %s." msgstr "" #: js/settings/ui/p2tg/MessageKeyboard.tsx:55 -#: languages/wptelegram-js-translations.php:678 +#: languages/wptelegram-js-translations.php:691 msgid "Source of the button URL." msgstr "" #: js/settings/ui/p2tg/MessageSettings.tsx:22 -#: languages/wptelegram-js-translations.php:681 +#: languages/wptelegram-js-translations.php:694 msgid "Message Settings" msgstr "Rregullime Mesazhesh" #: js/settings/ui/p2tg/Miscellaneous.tsx:19 -#: languages/wptelegram-js-translations.php:684 +#: languages/wptelegram-js-translations.php:697 msgid "Miscellaneous" msgstr "Të ndryshme" #: js/settings/ui/p2tg/P2TG.tsx:28 -#: languages/wptelegram-js-translations.php:687 +#: languages/wptelegram-js-translations.php:700 msgid "With this module, you can configure how the posts are sent to Telegram." msgstr "" #: js/settings/ui/p2tg/Rules.tsx:15 -#: languages/wptelegram-js-translations.php:690 +#: languages/wptelegram-js-translations.php:703 msgid "A new post is published" msgstr "" #: js/settings/ui/p2tg/Rules.tsx:19 -#: languages/wptelegram-js-translations.php:693 +#: languages/wptelegram-js-translations.php:706 msgid "An existing post is updated" msgstr "" #: js/settings/ui/p2tg/Rules.tsx:30 -#: languages/wptelegram-js-translations.php:696 +#: languages/wptelegram-js-translations.php:709 msgid "Rules" msgstr "" #: js/settings/ui/p2tg/Rules.tsx:37 -#: languages/wptelegram-js-translations.php:699 +#: languages/wptelegram-js-translations.php:712 msgid "When the post should be sent to Telegram." msgstr "" #: js/settings/ui/p2tg/Rules.tsx:47 -#: languages/wptelegram-js-translations.php:702 +#: languages/wptelegram-js-translations.php:715 msgid "Which post types should be sent." msgstr "" #: js/settings/ui/shared/IfBotToken.tsx:15 -#: languages/wptelegram-js-translations.php:705 +#: languages/wptelegram-js-translations.php:718 msgid "You must add a bot token." msgstr "" #: js/settings/ui/shared/Upsell.tsx:41 -#: languages/wptelegram-js-translations.php:718 +#: languages/wptelegram-js-translations.php:731 msgid "Upgrade to Pro" msgstr "" #: js/settings/ui/shared/Upsell.tsx:51 -#: languages/wptelegram-js-translations.php:721 +#: languages/wptelegram-js-translations.php:734 msgid "Want an absolute integration with Telegram?" msgstr "" #: js/settings/ui/shared/Upsell.tsx:55 -#: languages/wptelegram-js-translations.php:724 +#: languages/wptelegram-js-translations.php:737 msgid "Want to add more bots?" msgstr "" #: js/settings/ui/shared/Upsell.tsx:59 -#: languages/wptelegram-js-translations.php:727 +#: languages/wptelegram-js-translations.php:740 msgid "Need more features?" msgstr "" #: js/settings/ui/shared/Upsell.tsx:63 -#: languages/wptelegram-js-translations.php:730 +#: languages/wptelegram-js-translations.php:743 msgid "Want to use different channels for different categories?" msgstr "" #. %s: plugin name #. translators: %s: plugin name #: js/settings/ui/shared/Upsell.tsx:69 -#: languages/wptelegram-js-translations.php:734 +#: languages/wptelegram-js-translations.php:747 msgid "%s supports multiple instances of Post to Telgram with different rules." msgstr "" #. %s: plugin name #. translators: %s: plugin name #: js/settings/ui/shared/Upsell.tsx:79 -#: languages/wptelegram-js-translations.php:738 +#: languages/wptelegram-js-translations.php:751 msgid "%s supports ALL WooCommerce and ACF text fields." msgstr "" #: js/settings/ui/shared/Upsell.tsx:85 -#: languages/wptelegram-js-translations.php:741 +#: languages/wptelegram-js-translations.php:754 msgid "Want to add more buttons?" msgstr "" #. %s: plugin name #. translators: %s: plugin name #: js/settings/ui/shared/Upsell.tsx:91 -#: languages/wptelegram-js-translations.php:745 +#: languages/wptelegram-js-translations.php:758 msgid "%s supports delay per channel." msgstr "" #: js/settings/ui/shared/Upsell.tsx:97 -#: languages/wptelegram-js-translations.php:748 +#: languages/wptelegram-js-translations.php:761 msgid "Want to add more emails?" msgstr "" #: js/settings/ui/shared/Upsell.tsx:104 -#: languages/wptelegram-js-translations.php:712 +#: languages/wptelegram-js-translations.php:725 msgid "WP Telegram Pro" msgstr "" #. %s: plugin name #. translators: %s: plugin name #: js/settings/ui/shared/Upsell.tsx:103 -#: languages/wptelegram-js-translations.php:709 +#: languages/wptelegram-js-translations.php:722 msgid "%s supports Cloudflare proxy for featured image upload!" msgstr "" #: js/settings/ui/shared/Upsell.tsx:111 -#: languages/wptelegram-js-translations.php:715 +#: languages/wptelegram-js-translations.php:728 msgid "Upgrade NOW" msgstr "" #: js/p2tg-block-editor/Channels.tsx:39 -#: languages/wptelegram-js-translations.php:545 +#: languages/wptelegram-js-translations.php:558 #: modules/p2tg/Admin.php:431 msgid "Send to" msgstr "Dërgoje te" #: js/p2tg-block-editor/Files.tsx:17 -#: languages/wptelegram-js-translations.php:551 +#: languages/wptelegram-js-translations.php:564 msgid "Add or Upload Files" msgstr "" #: js/p2tg-block-editor/Files.tsx:57 -#: languages/wptelegram-js-translations.php:554 +#: languages/wptelegram-js-translations.php:567 #: modules/p2tg/Admin.php:454 msgid "Files to be sent after the message." msgstr "" #: js/p2tg-block-editor/Files.tsx:66 -#: languages/wptelegram-js-translations.php:557 +#: languages/wptelegram-js-translations.php:570 #: modules/p2tg/Admin.php:453 msgid "Files" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:47 #: js/p2tg-block-editor/OverrideSettings.tsx:116 -#: languages/wptelegram-js-translations.php:522 +#: languages/wptelegram-js-translations.php:535 #: modules/p2tg/Admin.php:481 msgid "Featured Image" msgstr "Figurë e Zgjedhur" @@ -452,33 +452,33 @@ msgstr "Dërgoje Figurën e Zgjedhur (në pastë)." #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:35 #: js/p2tg-block-editor/OverrideSettings.tsx:124 -#: languages/wptelegram-js-translations.php:487 +#: languages/wptelegram-js-translations.php:500 #: modules/p2tg/Admin.php:493 msgid "Message Template" msgstr "Gjedhe Mesazhesh" #: js/p2tg-block-editor/OverrideSettings.tsx:86 -#: languages/wptelegram-js-translations.php:565 +#: languages/wptelegram-js-translations.php:578 #: modules/p2tg/Admin.php:421 msgid "Override settings" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:25 #: js/p2tg-block-editor/OverrideSettings.tsx:98 -#: languages/wptelegram-js-translations.php:462 +#: languages/wptelegram-js-translations.php:469 #: modules/p2tg/Admin.php:443 msgid "Disable Notifications" msgstr "Çaktivizo Njoftimet" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:24 #: js/p2tg-block-editor/OverrideSettings.tsx:105 -#: languages/wptelegram-js-translations.php:458 +#: languages/wptelegram-js-translations.php:465 #: modules/p2tg/Admin.php:464 msgid "Delay in Posting" msgstr "" #: js/p2tg-block-editor/SendToTelegram.tsx:32 -#: languages/wptelegram-js-translations.php:568 +#: languages/wptelegram-js-translations.php:581 #: modules/p2tg/Admin.php:367 msgid "Send to Telegram" msgstr "" @@ -577,82 +577,82 @@ msgid "Delete button" msgstr "Buton Brendazi." #: ../../packages/js/shared/wptelegram-ui/components/MessageTemplate.tsx:19 -#: languages/wptelegram-js-translations.php:177 +#: languages/wptelegram-js-translations.php:191 #: modules/p2tg/Admin.php:494 msgid "Structure of the message to be sent." msgstr "Strukturë e mesazhit që do dërguar." #: ../../packages/js/shared/wptelegram-ui/components/MiscMessageSettings.tsx:19 -#: languages/wptelegram-js-translations.php:180 +#: languages/wptelegram-js-translations.php:194 msgid "Send categories as hashtags." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/LinkPreviewOptions.tsx:21 -#: languages/wptelegram-js-translations.php:183 +#: languages/wptelegram-js-translations.php:177 msgid "Disables previews for links in the messages." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:27 -#: languages/wptelegram-js-translations.php:190 +#: languages/wptelegram-js-translations.php:209 msgid "To receive notifications privately:" msgstr "" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:33 -#: languages/wptelegram-js-translations.php:194 +#: languages/wptelegram-js-translations.php:213 msgid "Get your Chat ID from %s and enter it below." msgstr "" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:49 -#: languages/wptelegram-js-translations.php:198 +#: languages/wptelegram-js-translations.php:217 msgid "Send your own bot %s a message to start the conversation." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:66 -#: languages/wptelegram-js-translations.php:201 +#: languages/wptelegram-js-translations.php:220 msgid "To receive notifications into a group:" msgstr "" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:72 -#: languages/wptelegram-js-translations.php:205 +#: languages/wptelegram-js-translations.php:224 msgid "Add %s to the group to get its Chat ID." msgstr "" #. 1 field name #. translators: 1 field name #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:84 -#: languages/wptelegram-js-translations.php:209 +#: languages/wptelegram-js-translations.php:228 msgid "Enter the Chat ID in %s field below." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:88 #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:21 -#: languages/wptelegram-js-translations.php:213 +#: languages/wptelegram-js-translations.php:232 msgid "Send it to" msgstr "" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:96 -#: languages/wptelegram-js-translations.php:217 +#: languages/wptelegram-js-translations.php:236 msgid "Add your own bot %s to the group." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/NotifyMessageTemplate.tsx:15 #: ../../packages/js/shared/wptelegram-ui/components/TemplateInfo.tsx:31 -#: languages/wptelegram-js-translations.php:221 +#: languages/wptelegram-js-translations.php:240 msgid "You can use any text, emojis or these macros in any order." msgstr "" #. %s pipe character #. translators: %s pipe character #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:142 -#: languages/wptelegram-js-translations.php:240 +#: languages/wptelegram-js-translations.php:259 msgid "Note can be added after %s." msgstr "" @@ -660,242 +660,238 @@ msgstr "" #. translators: %s code example #: ../../packages/js/shared/wptelegram-ui/components/LinkPreviewOptions.tsx:38 #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:154 -#: languages/wptelegram-js-translations.php:244 +#: languages/wptelegram-js-translations.php:185 msgid "For example %s" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:26 -#: languages/wptelegram-js-translations.php:247 +#: languages/wptelegram-js-translations.php:262 msgid "Create a Telegram channel or group." msgstr "Krijoni një Kanal/grup/supergrup." #. %s bot username #. translators: %s bot username #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:31 -#: languages/wptelegram-js-translations.php:251 +#: languages/wptelegram-js-translations.php:266 msgid "Add your bot %s as Administrator to your Channel/Group." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:44 -#: languages/wptelegram-js-translations.php:254 +#: languages/wptelegram-js-translations.php:269 msgid "Enter the Channel Username in the field below." msgstr "" #. %s symbol - @ #. translators: %s symbol - @ #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:51 -#: languages/wptelegram-js-translations.php:258 +#: languages/wptelegram-js-translations.php:273 msgid "Username must start with %s" msgstr "Emri i përdoruesit duhet të fillojë me %s" #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:60 -#: languages/wptelegram-js-translations.php:261 +#: languages/wptelegram-js-translations.php:276 msgid "You can also use the Chat ID of a group or private chat." msgstr "" #. %s bot username #. translators: %s bot username #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:65 -#: languages/wptelegram-js-translations.php:265 +#: languages/wptelegram-js-translations.php:280 msgid "Get it from %s." msgstr "" #. %s colon character #. translators: %s colon character #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:81 -#: languages/wptelegram-js-translations.php:269 +#: languages/wptelegram-js-translations.php:284 msgid "If you want to send posts to a specific topic in a group with topics enabled, you can add a colon (%s) to the chat ID followed by topic ID." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:128 -#: languages/wptelegram-js-translations.php:233 +#: languages/wptelegram-js-translations.php:252 msgid "Tip!" msgstr "" -#: languages/wptelegram-js-translations.php:236 -msgid "You can add an internal note to the chat ID to make it easier for you to indentify it." -msgstr "" - #: ../../packages/js/shared/wptelegram-ui/components/P2TGSwitchAndPluginPosts.tsx:13 -#: languages/wptelegram-js-translations.php:272 +#: languages/wptelegram-js-translations.php:287 msgid "Show an ON/OFF switch on the post edit screen." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/P2TGSwitchAndPluginPosts.tsx:14 -#: languages/wptelegram-js-translations.php:275 +#: languages/wptelegram-js-translations.php:290 msgid "You can use this switch to override the settings for a particular post." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/P2TGSwitchAndPluginPosts.tsx:23 -#: languages/wptelegram-js-translations.php:278 +#: languages/wptelegram-js-translations.php:293 msgid "Enable this option if you use a plugin to generate posts." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/ParseModeField.tsx:17 #: ../../packages/js/shared/wptelegram-ui/components/SingleMessage.tsx:70 -#: languages/wptelegram-js-translations.php:282 +#: languages/wptelegram-js-translations.php:297 msgid "None" msgstr "Asnjë" #: ../../packages/js/shared/wptelegram-ui/components/ParseModeField.tsx:21 -#: languages/wptelegram-js-translations.php:285 +#: languages/wptelegram-js-translations.php:300 msgid "HTML style" msgstr "Stil HTML" #: ../../packages/js/shared/wptelegram-ui/components/MiscMessageSettings.tsx:35 #: ../../packages/js/shared/wptelegram-ui/components/ParseModeField.tsx:42 #: ../../packages/js/shared/wptelegram-ui/components/TemplateInfo.tsx:39 -#: languages/wptelegram-js-translations.php:290 +#: languages/wptelegram-js-translations.php:199 msgid "Learn more" msgstr "Mësoni më tepër" #: ../../packages/js/shared/wptelegram-ui/components/MiscMessageSettings.tsx:38 -#: languages/wptelegram-js-translations.php:293 +#: languages/wptelegram-js-translations.php:202 msgid "Protects the contents of sent messages from forwarding and saving." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/SingleMessage.tsx:34 -#: languages/wptelegram-js-translations.php:296 +#: languages/wptelegram-js-translations.php:303 msgid "Send both text and image in single message." msgstr "" #. 1 - field name, 2 - value #. translators: 1 - field name, 2 - value #: ../../packages/js/shared/wptelegram-ui/components/SingleMessage.tsx:48 -#: languages/wptelegram-js-translations.php:300 +#: languages/wptelegram-js-translations.php:307 msgid "When %1$s is set to %2$s:" msgstr "" #. 1 - field name, 2 - value #. translators: 1 - field name, 2 - value #: ../../packages/js/shared/wptelegram-ui/components/SingleMessage.tsx:64 -#: languages/wptelegram-js-translations.php:304 +#: languages/wptelegram-js-translations.php:311 msgid "%1$s should not be %2$s." msgstr "" #. 1 - field name #. translators: 1 - field name #: ../../packages/js/shared/wptelegram-ui/components/SingleMessage.tsx:80 -#: languages/wptelegram-js-translations.php:308 +#: languages/wptelegram-js-translations.php:315 msgid "%s should not be enabled." msgstr "%s s’duhet të jetë me shenjë." #: ../../packages/js/shared/wptelegram-ui/components/TemplateInfo.tsx:36 -#: languages/wptelegram-js-translations.php:311 +#: languages/wptelegram-js-translations.php:318 msgid "You can also use conditional logic in the template." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/UserNotifications.tsx:20 -#: languages/wptelegram-js-translations.php:314 +#: languages/wptelegram-js-translations.php:321 msgid "Allow users receive their email notifications on Telegram." msgstr "Lejojuni përdoruesve të marrin njoftimet e tyre email në Telegram." #. 1 Plugin name #. translators: 1 Plugin name #: ../../packages/js/shared/wptelegram-ui/components/UserNotifications.tsx:31 -#: languages/wptelegram-js-translations.php:318 +#: languages/wptelegram-js-translations.php:325 msgid "Use %s to let them connect their Telegram account." msgstr "" #. 1 profile page #. translators: 1 profile page #: ../../packages/js/shared/wptelegram-ui/components/UserNotifications.tsx:49 -#: languages/wptelegram-js-translations.php:322 +#: languages/wptelegram-js-translations.php:329 msgid "They can also enter their Telegram Chat ID manually on %s page." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/UserNotifications.tsx:57 -#: languages/wptelegram-js-translations.php:325 +#: languages/wptelegram-js-translations.php:332 msgid "profile" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/CFWorker.tsx:14 #: ../../packages/js/shared/wptelegram-ui/components/proxy/GoogleScript.tsx:16 -#: languages/wptelegram-js-translations.php:329 +#: languages/wptelegram-js-translations.php:336 msgid "The requests to Telegram will be sent via this URL." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:11 -#: languages/wptelegram-js-translations.php:332 +#: languages/wptelegram-js-translations.php:339 msgid "HTTP" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:15 -#: languages/wptelegram-js-translations.php:335 +#: languages/wptelegram-js-translations.php:342 msgid "SOCKS4" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:19 -#: languages/wptelegram-js-translations.php:338 +#: languages/wptelegram-js-translations.php:345 msgid "SOCKS4A" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:23 -#: languages/wptelegram-js-translations.php:341 +#: languages/wptelegram-js-translations.php:348 msgid "SOCKS5" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:27 -#: languages/wptelegram-js-translations.php:344 +#: languages/wptelegram-js-translations.php:351 msgid "SOCKS5_HOSTNAME" msgstr "" #. IP address #. translators: IP address #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:39 -#: languages/wptelegram-js-translations.php:348 +#: languages/wptelegram-js-translations.php:355 msgid "Host IP or domain name like %s." msgstr "IP Strehe ose emër përkatësie, si %s." #. proxy port #. translators: proxy port #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:51 -#: languages/wptelegram-js-translations.php:352 +#: languages/wptelegram-js-translations.php:359 msgid "Target Port like %s." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:76 -#: languages/wptelegram-js-translations.php:355 +#: languages/wptelegram-js-translations.php:362 msgid "Leave empty if not required." msgstr "Në mos qoftë e domosdoshme, lëreni të zbrazët." #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:16 -#: languages/wptelegram-js-translations.php:358 +#: languages/wptelegram-js-translations.php:365 msgid "Cloudflare worker" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:20 -#: languages/wptelegram-js-translations.php:361 +#: languages/wptelegram-js-translations.php:368 msgid "Google Script" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:24 -#: languages/wptelegram-js-translations.php:364 +#: languages/wptelegram-js-translations.php:371 msgid "PHP Proxy" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:34 -#: languages/wptelegram-js-translations.php:367 +#: languages/wptelegram-js-translations.php:374 msgid "The module will help you bypass the ban on Telegram by making use of proxy." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:53 -#: languages/wptelegram-js-translations.php:379 +#: languages/wptelegram-js-translations.php:386 msgid "Cloudflare worker is preferred." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/ProxyDisclaimer.tsx:11 -#: languages/wptelegram-js-translations.php:382 +#: languages/wptelegram-js-translations.php:389 msgid "Use the proxy at your own risk!" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/ProxyDisclaimer.tsx:8 -#: languages/wptelegram-js-translations.php:385 +#: languages/wptelegram-js-translations.php:392 msgid "DISCLAIMER!" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/ProxySettings.tsx:17 -#: languages/wptelegram-js-translations.php:388 +#: languages/wptelegram-js-translations.php:395 msgid "Proxy settings" msgstr "" @@ -907,207 +903,203 @@ msgid "Add" msgstr "Shtojeni" #: ../../packages/js/shared/wptelegram-ui/components/rules/And.tsx:8 -#: languages/wptelegram-js-translations.php:391 +#: languages/wptelegram-js-translations.php:398 msgid "AND" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/Or.tsx:8 -#: languages/wptelegram-js-translations.php:394 +#: languages/wptelegram-js-translations.php:401 msgid "OR" msgstr "OSE" #: ../../packages/js/shared/wptelegram-ui/components/rules/P2TGCustomRules.tsx:51 -#: languages/wptelegram-js-translations.php:397 +#: languages/wptelegram-js-translations.php:404 msgid "You can also define custom rules to send the posts." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetButtons.tsx:39 -#: languages/wptelegram-js-translations.php:400 +#: languages/wptelegram-js-translations.php:407 msgid "Remove" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetFields.tsx:11 -#: languages/wptelegram-js-translations.php:403 +#: languages/wptelegram-js-translations.php:410 msgid "is in" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetFields.tsx:15 -#: languages/wptelegram-js-translations.php:406 +#: languages/wptelegram-js-translations.php:413 msgid "is not in" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetFields.tsx:27 -#: languages/wptelegram-js-translations.php:409 +#: languages/wptelegram-js-translations.php:416 msgid "Rule type" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetFields.tsx:35 -#: languages/wptelegram-js-translations.php:412 +#: languages/wptelegram-js-translations.php:419 msgid "Rule operator" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetValues.tsx:103 -#: languages/wptelegram-js-translations.php:415 +#: languages/wptelegram-js-translations.php:422 msgid "Select..." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetValues.tsx:16 -#: languages/wptelegram-js-translations.php:418 +#: languages/wptelegram-js-translations.php:425 msgid "Loading..." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetValues.tsx:17 -#: languages/wptelegram-js-translations.php:421 +#: languages/wptelegram-js-translations.php:428 msgid "No options available" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetValues.tsx:91 -#: languages/wptelegram-js-translations.php:424 +#: languages/wptelegram-js-translations.php:431 msgid "Rule values" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:14 -#: languages/wptelegram-js-translations.php:430 +#: languages/wptelegram-js-translations.php:437 msgid "Bot" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:15 -#: languages/wptelegram-js-translations.php:433 +#: languages/wptelegram-js-translations.php:440 msgid "Bot Token" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:16 -#: languages/wptelegram-js-translations.php:436 +#: languages/wptelegram-js-translations.php:443 msgid "Bot Username" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:17 -#: languages/wptelegram-js-translations.php:439 +#: languages/wptelegram-js-translations.php:446 msgid "Categories as hashtags" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:18 -#: languages/wptelegram-js-translations.php:442 +#: languages/wptelegram-js-translations.php:449 msgid "Cloudflare worker URL" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:19 -#: languages/wptelegram-js-translations.php:445 +#: languages/wptelegram-js-translations.php:452 msgid "Channel(s)" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:20 -#: languages/wptelegram-js-translations.php:448 +#: languages/wptelegram-js-translations.php:455 msgid "Chat ID" msgstr "ID Fjalosjeje" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:22 -#: languages/wptelegram-js-translations.php:451 +#: languages/wptelegram-js-translations.php:458 msgid "Remove settings on uninstall" msgstr "Hiqi të dhënat gjatë çinstalimit" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:23 -#: languages/wptelegram-js-translations.php:454 +#: languages/wptelegram-js-translations.php:461 msgid "Debug Info" msgstr "" -#: languages/wptelegram-js-translations.php:465 -msgid "Disable Web Page Preview" -msgstr "Çaktivizo Paraparje Faqeje Web" - #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:29 -#: languages/wptelegram-js-translations.php:468 +#: languages/wptelegram-js-translations.php:481 msgid "Enable logs for" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:30 -#: languages/wptelegram-js-translations.php:471 +#: languages/wptelegram-js-translations.php:484 msgid "Excerpt Length" msgstr "Gjatësi Copëze" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:31 -#: languages/wptelegram-js-translations.php:474 +#: languages/wptelegram-js-translations.php:487 msgid "Excerpt Newlines" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:32 -#: languages/wptelegram-js-translations.php:477 +#: languages/wptelegram-js-translations.php:490 msgid "Excerpt Source" msgstr "Burim Copëze" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:33 -#: languages/wptelegram-js-translations.php:480 +#: languages/wptelegram-js-translations.php:493 msgid "Google Script URL" msgstr "URL Programthi Google" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:34 -#: languages/wptelegram-js-translations.php:483 +#: languages/wptelegram-js-translations.php:496 msgid "Image Position" msgstr "Vendndodhje Figure" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:36 -#: languages/wptelegram-js-translations.php:490 +#: languages/wptelegram-js-translations.php:503 msgid "Formatting" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:37 -#: languages/wptelegram-js-translations.php:493 +#: languages/wptelegram-js-translations.php:506 msgid "Plugin generated posts" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:38 -#: languages/wptelegram-js-translations.php:496 +#: languages/wptelegram-js-translations.php:509 msgid "Post edit switch" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:40 -#: languages/wptelegram-js-translations.php:503 +#: languages/wptelegram-js-translations.php:516 #, fuzzy msgid "Protect content" msgstr "Lëndë Postimi" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:41 -#: languages/wptelegram-js-translations.php:506 +#: languages/wptelegram-js-translations.php:519 msgid "Proxy Host" msgstr "Strehues Ndërmjetësi" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:43 -#: languages/wptelegram-js-translations.php:509 +#: languages/wptelegram-js-translations.php:522 msgid "Password" msgstr "Fjalëkalim" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:44 -#: languages/wptelegram-js-translations.php:512 +#: languages/wptelegram-js-translations.php:525 msgid "Proxy Port" msgstr "Portë Ndërmjetësi" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:45 -#: languages/wptelegram-js-translations.php:515 +#: languages/wptelegram-js-translations.php:528 msgid "Proxy Type" msgstr "Lloj Ndërmjetësi" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:46 -#: languages/wptelegram-js-translations.php:518 +#: languages/wptelegram-js-translations.php:531 msgid "Username" msgstr "Emër përdoruesi" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:48 -#: languages/wptelegram-js-translations.php:525 +#: languages/wptelegram-js-translations.php:538 msgid "Send files by URL" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:49 -#: languages/wptelegram-js-translations.php:528 +#: languages/wptelegram-js-translations.php:541 msgid "Single message" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:50 -#: languages/wptelegram-js-translations.php:531 +#: languages/wptelegram-js-translations.php:544 msgid "Notifications to Users" msgstr "Njoftime për Përdoruesit" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:13 -#: languages/wptelegram-js-translations.php:427 +#: languages/wptelegram-js-translations.php:434 msgid "Active" msgstr "" @@ -1280,19 +1272,19 @@ msgstr "" #. %s: field label #. translators: %s: field label #: ../../packages/js/utilities/fields.ts:35 -#: languages/wptelegram-js-translations.php:535 +#: languages/wptelegram-js-translations.php:548 msgid "Invalid %s" msgstr "" #. %s: field label #. translators: %s: field label #: ../../packages/js/utilities/fields.ts:39 -#: languages/wptelegram-js-translations.php:539 +#: languages/wptelegram-js-translations.php:552 msgid "%s required." msgstr "" #: ../../packages/js/utilities/fields.ts:42 -#: languages/wptelegram-js-translations.php:542 +#: languages/wptelegram-js-translations.php:555 msgid "Changes could not be saved." msgstr "" @@ -1350,13 +1342,13 @@ msgid "Custom Taxonomy" msgstr "" #: js/p2tg-block-editor/Channels.tsx:52 -#: languages/wptelegram-js-translations.php:548 +#: languages/wptelegram-js-translations.php:561 msgid "Select all" msgstr "" #. Description of the plugin #: js/settings/ui/Sidebar.tsx:16 -#: languages/wptelegram-js-translations.php:600 +#: languages/wptelegram-js-translations.php:613 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 "" @@ -1386,25 +1378,31 @@ msgid "Please reload the page." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/LinkPreviewOptions.tsx:33 +#: languages/wptelegram-js-translations.php:180 msgid "URL to use for the link preview." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/LinkPreviewOptions.tsx:57 +#: languages/wptelegram-js-translations.php:188 msgid "Whether the link preview must be shown above the message text." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:133 +#: languages/wptelegram-js-translations.php:255 msgid "You can add an internal note to the chat ID to make it easier for you to identify it." msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:26 +#: languages/wptelegram-js-translations.php:472 msgid "Disable link preview" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:27 +#: languages/wptelegram-js-translations.php:475 msgid "Link preview URL" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:28 +#: languages/wptelegram-js-translations.php:478 msgid "Show preview above text" msgstr "" diff --git a/plugins/wptelegram/src/languages/wptelegram-fa_IR.mo b/plugins/wptelegram/src/languages/wptelegram-fa_IR.mo index de4b5435093f27ec9a7bcb3bfb367e80295709a6..373caeb931a16fb9b838c151ac8c2a1aa35b2a62 100644 GIT binary patch delta 2657 zcmYM$e@vBC9LMqR1k3=DA953sx&{a;Tr&Z|T?|CyS1!zgpdU*sXp6DSN*Bp`%!ar^ z(Y9(jH_gdt&Od5bGR?}Og7A-YwPr=GHL;c>+rq3Q>iy}SE%$I==bZaI=X}54bM7-w zY#MvoyO13Hit+CdfAjdui&4)k82i6-XqM7X!+N|MLwFOO#wa|G**NO@)8fo>=ugK~ z3}7X$#^u<9^UXZ_m_`x`Km@H~${zP;@RhMZrac3})N@iHpISA8MXss4Y8zTJRI(IM^4c=e|#({u=n%-FOW(Q50z^@_5vZ8F(w^paQEwRpb%W zR)tWBY(~xZyzB3B?nPDRFc#v6*o407%di*kz(M5lEQ+_t0tV)yPJ21(hR0DQ@59@17`51Zp; zPz&6N8n43*oYwnM0i9$Y6!Qh)p{{vLT5^pwp7&Gu**0)X?FXB1( z#e>Ycg8sY6Gxj?+;B0^7=huo)(f2SHe?yLu&EtJqj7ywPpw7nY$g!|6X5$c2L>os> zdly5URk}nhK|e0SCTzhjBsLpIy%*w1*N=6m@pfb{Z8vgRzw-<(q<_Vk#=+9O6{xe( zmPP%w;7JBl+6h#|lStB*K)8xL;9P|Yv>tUPno(z9FBakeYQD>^pUsBr*Ybd~8`sef zqbd-S<3%#b$cg;?R-*Q<1~t*MsGr#}%)@ioj#H=!LeyUs*nw2j`jK;HpE-X(-FF=e zFokk(Y^)0P+@l^1EwBx>6$em<`B;=SB3>pFmBJNX#zbwe@bi1DDf(2{qv$YMyUV ziCjTFH|fTcDWm!eko!Cf(pbqr9adv6vMcsA>Qp!8MNY^`*aMiT?+Y$KRs1hg z?4(~_$p4b?eN4gVqR3&JgX*tEZP^CY`=J|m;Avd@DUE72P%oTBzHP)>+=PAj0;Uti j9z1}txRjgYFo-j;3RSuKaCPiNRJcB2JT=^wRqOi~x-tTI8cy+c`;wWjT+1ggV`7nHHx|_;jGl4 zjU0|L4Tidmh)ktc&a9OijP>HUV&F2Hb4EIxo9V3YulsDdhx<9_JkNRg|Ic|Iue@-o z$vqM3+iCdsA%FAvTjHmhF~vdu8%eQ*dK6aUTHJBOd|CN496TS z#PzrgyYXRT+~#KrAvD~^6&NtX7zY;Ma@>IPupMXNN2m$EM1MSuf%rXgnIHLyz)4g< zw~;lOu$kWHV=$I_0$R*(3MgdKP=i{?2bhANBA2&9#fN=Xc=o`YPbn4f&CKuvHE>1#g0P&|zq=qJ=x zOxX25Pz$+<>gQlqiYD4N6%|Ns2>I89MKoxjP51y-p)a~nsjWlp={EcRKGeYbk;@$6 zM+1I=0r)NI{s?NEUr}548*08O>~j0|`eBVWNhA{)LxhZU>V1;>8_zG$Pt*8OtMh(=779K(^9r8AVHakIo<^%p|&I)6~Ggye#MxD8&Lte+bNV&=)zQ-Mx|~6;pw!dp$6KB+%nIg z?l+>&%nsB751}IO$A@qT7vnGZ6#B7$)mVz@coK8<{$HoSWs>=tBw#-3wAUdIn7yc! zkKp5Y6E$%h@0uc5h59~}pdzeAZAl|q*ouYNgB5rkHP4fL&C>P$H&Do=p%?YRnLu@j zA`C@diQ0-<)CBc*doxyYTDPMXbeVn7!hNER*@KCw3>-%t>MQ8PtEh}+#gI+rHw6^d zV=ummf9nReG3s*s9qD6YE#44ZfgBstiH&#|lW;!YQ?;)~1yp9+fjS%KkYi#lVm#hJ zH`z21ONimh0KA0uls5rnDlLIzscjB4MH+R9VNWkzjp;X>+>94L*K zhpImpNB-5Yj|Lr*GpLCjEKjLlgIc*0mEtN?1UqcsMJ@O!>TC?5&cdIVfq`ta#>++3 zn^A8~zwLMe`7foxKhgWYSvgwN8!#B(LG9uDsDVaMuUi25PR4j_z;&oho<(KiB9dKm z7ddYxnsDV()N^Zb3D&qNaDGfTs^baN1m{s(GL1Sc_wDvz(xr%#Y%|fKz6RC57JYFS zYN92??AF``t0^$ zTtO|{+dvbVvsV-64WU=dzMcFClqcu)5+oI(Ax?Jz3B z3z&_!(84snW_h>{^RW}t(1XfEF#9@7BhROxh?7x~6yav9M+ct6*U*D2vFtH#3cGL> z^&_YSO`#6yUDSBZ|cjCN6c2ceh?MtajejXVw}P*oWsU_hwq_2 zJX^R~jt8&_?_ev|vx*L!MxC8D9uCHKoQd72%pD!f3cBSpx3;meYOBlI+`&BT{to}FxKzcX?ecl#%Gpir>AYKPsPE= IxRQu}0Y8&4`v3p{ diff --git a/plugins/wptelegram/src/languages/wptelegram-fa_IR.po b/plugins/wptelegram/src/languages/wptelegram-fa_IR.po index 44daac59..0f843c03 100644 --- a/plugins/wptelegram/src/languages/wptelegram-fa_IR.po +++ b/plugins/wptelegram/src/languages/wptelegram-fa_IR.po @@ -55,116 +55,116 @@ msgstr "" #: js/settings/ui/p2tg/MessageKeyboard.tsx:41 #: includes/restApi/SettingsController.php:136 -#: languages/wptelegram-js-translations.php:671 +#: languages/wptelegram-js-translations.php:684 msgid "View Post" msgstr "نمایش مطلب" #. %s: field label #. translators: %s: field label #: js/settings/services/fields.ts:141 -#: languages/wptelegram-js-translations.php:572 +#: languages/wptelegram-js-translations.php:585 msgid "%s must be a number." msgstr "" #: js/settings/services/fields.ts:19 -#: languages/wptelegram-js-translations.php:575 +#: languages/wptelegram-js-translations.php:588 msgid "Inline button text" msgstr "متن دکمه این‌لاین" #: js/settings/services/fields.ts:20 -#: languages/wptelegram-js-translations.php:578 +#: languages/wptelegram-js-translations.php:591 msgid "Inline button URL" msgstr "" #: js/settings/services/fields.ts:21 -#: languages/wptelegram-js-translations.php:581 +#: languages/wptelegram-js-translations.php:594 msgid "Add Inline URL Button" msgstr "دکمه آدرس اینترنتی بصورت این‌لاین را اضافه کن" #: js/settings/services/fields.ts:22 -#: languages/wptelegram-js-translations.php:584 +#: languages/wptelegram-js-translations.php:597 msgid "Other settings" msgstr "تنظیمات دیگر" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:39 #: js/settings/services/fields.ts:23 -#: languages/wptelegram-js-translations.php:500 +#: languages/wptelegram-js-translations.php:513 msgid "Post type" msgstr "نوع نوشته" #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:48 #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:42 #: js/settings/services/fields.ts:24 -#: languages/wptelegram-js-translations.php:376 +#: languages/wptelegram-js-translations.php:383 msgid "Proxy Method" msgstr "نوع پراکسی" #: js/settings/services/fields.ts:25 -#: languages/wptelegram-js-translations.php:587 +#: languages/wptelegram-js-translations.php:600 msgid "Send when" msgstr "چه زمانی فرستاده شود" #: js/settings/services/fields.ts:26 -#: languages/wptelegram-js-translations.php:590 +#: languages/wptelegram-js-translations.php:603 msgid "If Email goes to" msgstr "اگر ایمیل فرستاده شود به" #. %s: field label #. translators: %s: field label #: js/settings/services/fields.ts:75 -#: languages/wptelegram-js-translations.php:594 +#: languages/wptelegram-js-translations.php:607 msgid "At least one %s is required." msgstr "" #: js/settings/services/fields.ts:76 -#: languages/wptelegram-js-translations.php:597 +#: languages/wptelegram-js-translations.php:610 msgid "channel" msgstr "کانال" #: js/settings/ui/Sidebar.tsx:19 -#: languages/wptelegram-js-translations.php:603 +#: languages/wptelegram-js-translations.php:616 msgid "Get LIVE support on Telegram" msgstr "پشتیبانی زنده در تلگرام" #: js/settings/ui/TabbedSections.tsx:18 -#: languages/wptelegram-js-translations.php:606 +#: languages/wptelegram-js-translations.php:619 msgid "Basics" msgstr "" #: js/p2tg-block-editor/OverrideSettings.tsx:77 #: js/settings/ui/TabbedSections.tsx:23 #: js/settings/ui/advanced/Advanced.tsx:32 -#: languages/wptelegram-js-translations.php:562 +#: languages/wptelegram-js-translations.php:575 #: modules/p2tg/Admin.php:409 msgid "Post to Telegram" msgstr "ارسال مطلب به تلگرام" #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:114 #: js/settings/ui/TabbedSections.tsx:28 -#: languages/wptelegram-js-translations.php:187 +#: languages/wptelegram-js-translations.php:206 msgid "Private Notifications" msgstr "اعلانات شخصی" #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:41 #: js/settings/ui/TabbedSections.tsx:33 -#: languages/wptelegram-js-translations.php:371 +#: languages/wptelegram-js-translations.php:378 msgid "Proxy" msgstr "پراکسی" #: js/settings/ui/TabbedSections.tsx:38 -#: languages/wptelegram-js-translations.php:609 +#: languages/wptelegram-js-translations.php:622 msgid "Advanced settings" msgstr "تنظیمات پیشرفته" #: js/settings/ui/advanced/Advanced.tsx:26 -#: languages/wptelegram-js-translations.php:612 +#: languages/wptelegram-js-translations.php:625 msgid "Bot API" msgstr "رابط برنامه نویسی کاربردی ربات" #. %s button name #. translators: %s button name #: js/settings/ui/basics/Basics.tsx:31 -#: languages/wptelegram-js-translations.php:616 +#: languages/wptelegram-js-translations.php:629 msgid "Use %s above to set automatically." msgstr "از %s برای تنظیم خودکار استفاده کنید۔" @@ -177,46 +177,46 @@ msgstr "توکن آزمایشی" #. 1 command name, 2 bot name #. translators: 1 command name, 2 bot name #: js/settings/ui/basics/Instructions.tsx:22 -#: languages/wptelegram-js-translations.php:620 +#: languages/wptelegram-js-translations.php:633 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/basics/Instructions.tsx:43 -#: languages/wptelegram-js-translations.php:624 +#: languages/wptelegram-js-translations.php:637 msgid "After completing the steps %s will provide you the Bot Token." msgstr "پس از اتمام مراحل %s به شما یک توکن ربات را می دهد." #: js/settings/ui/basics/Instructions.tsx:51 -#: languages/wptelegram-js-translations.php:627 +#: languages/wptelegram-js-translations.php:640 msgid "Copy the token and paste into the Bot Token field below." msgstr "توکن را کپی کنید و در فیلد نشانگر ربات در پایین وارد کنید." #. %s application name #. translators: %s application name #: js/settings/ui/basics/Instructions.tsx:55 -#: languages/wptelegram-js-translations.php:631 +#: languages/wptelegram-js-translations.php:644 msgid "For ease, use %s" msgstr "برای آسانی، از %s استفاده کنید" #: js/settings/ui/basics/Instructions.tsx:61 -#: languages/wptelegram-js-translations.php:634 +#: languages/wptelegram-js-translations.php:647 msgid "Telegram Desktop" msgstr "" #: js/settings/ui/basics/Instructions.tsx:67 -#: languages/wptelegram-js-translations.php:637 +#: languages/wptelegram-js-translations.php:650 msgid "Test your bot token below." msgstr "توکن ربات خود را در زیر آزمایش کنید." #: js/settings/ui/basics/Instructions.tsx:68 -#: languages/wptelegram-js-translations.php:640 +#: languages/wptelegram-js-translations.php:653 msgid "Activate the modules you want to use." msgstr "ماژول‌های مورد استفاده خودتان را فعال کنید." #: js/settings/ui/basics/Instructions.tsx:69 -#: languages/wptelegram-js-translations.php:643 +#: languages/wptelegram-js-translations.php:656 msgid "Configure the activated modules." msgstr "مدیریت ماژول‌های فعال." @@ -224,7 +224,7 @@ msgstr "مدیریت ماژول‌های فعال." #. translators: %s button name #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:107 #: js/settings/ui/basics/Instructions.tsx:74 -#: languages/wptelegram-js-translations.php:226 +#: languages/wptelegram-js-translations.php:245 msgid "Hit %s below." msgstr "روی %s در پایین کلیک کنید۔" @@ -238,167 +238,167 @@ msgstr "ذخیره تغییرات" #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:119 #: js/settings/ui/basics/Instructions.tsx:86 -#: languages/wptelegram-js-translations.php:230 +#: languages/wptelegram-js-translations.php:249 msgid "Introduction" msgstr "" #: js/settings/ui/notify/Notify.tsx:28 -#: languages/wptelegram-js-translations.php:646 +#: languages/wptelegram-js-translations.php:659 msgid "The module will watch the Email Notifications sent from this site and deliver them to you on Telegram." msgstr "این ماژول اعلانات ایمیل ارسالی از این سایت را دنبال نموده و آنها را به تلگرام شما ارسال خواهد کرد۔" #: js/settings/ui/notify/Notify.tsx:41 -#: languages/wptelegram-js-translations.php:649 +#: languages/wptelegram-js-translations.php:662 msgid "Notification Settings" msgstr "تنظیمات اعلان‌ها" #. %s code #. translators: %s code #: js/settings/ui/notify/WatchEmails.tsx:24 -#: languages/wptelegram-js-translations.php:653 +#: languages/wptelegram-js-translations.php:666 msgid "If you want to receive notification for every email, then write %s." msgstr "اگر مایلید اعلانات کلیه ایمیل‌ها را دریافت کنید پس بنویسید %s۔" #: js/settings/ui/notify/WatchEmails.tsx:41 -#: languages/wptelegram-js-translations.php:656 +#: languages/wptelegram-js-translations.php:669 msgid "Telegram User or Group Chat ID." msgstr "شناسه کاربر یا گروه تلگرام." #: js/settings/ui/p2tg/Destination.tsx:19 -#: languages/wptelegram-js-translations.php:659 +#: languages/wptelegram-js-translations.php:672 msgid "Destination" msgstr "" #: js/settings/ui/p2tg/Destination.tsx:24 -#: languages/wptelegram-js-translations.php:662 +#: languages/wptelegram-js-translations.php:675 msgid "Channel Username or Chat ID." msgstr "شناسه کانال۔" #: js/settings/ui/p2tg/MessageKeyboard.tsx:21 -#: languages/wptelegram-js-translations.php:665 +#: languages/wptelegram-js-translations.php:678 msgid "Inline Keyboard" msgstr "کیبورد این‌لاین" #: js/settings/ui/p2tg/MessageKeyboard.tsx:25 -#: languages/wptelegram-js-translations.php:668 +#: languages/wptelegram-js-translations.php:681 msgid "Add an inline clickable button for the post URL just below the message." msgstr "یک دکمه قابل کلیک بصورت این‌لاین برای آدرس اینترنتی مطلب در زیر آن اضافه کن." #. template tag/macro #. translators: template tag/macro #: js/settings/ui/p2tg/MessageKeyboard.tsx:50 -#: languages/wptelegram-js-translations.php:675 +#: languages/wptelegram-js-translations.php:688 msgid "You can specify any custom field like %s." msgstr "" #: js/settings/ui/p2tg/MessageKeyboard.tsx:55 -#: languages/wptelegram-js-translations.php:678 +#: languages/wptelegram-js-translations.php:691 msgid "Source of the button URL." msgstr "" #: js/settings/ui/p2tg/MessageSettings.tsx:22 -#: languages/wptelegram-js-translations.php:681 +#: languages/wptelegram-js-translations.php:694 msgid "Message Settings" msgstr "تنظیمات پیام‌ها" #: js/settings/ui/p2tg/Miscellaneous.tsx:19 -#: languages/wptelegram-js-translations.php:684 +#: languages/wptelegram-js-translations.php:697 msgid "Miscellaneous" msgstr "متفرقه" #: js/settings/ui/p2tg/P2TG.tsx:28 -#: languages/wptelegram-js-translations.php:687 +#: languages/wptelegram-js-translations.php:700 msgid "With this module, you can configure how the posts are sent to Telegram." msgstr "با این ماژول، شما می توانید تنظیم کنید مطالب چگونه به تلگرام ارسال می شوند۔" #: js/settings/ui/p2tg/Rules.tsx:15 -#: languages/wptelegram-js-translations.php:690 +#: languages/wptelegram-js-translations.php:703 msgid "A new post is published" msgstr "یک مطلب جدید منتشر شده است" #: js/settings/ui/p2tg/Rules.tsx:19 -#: languages/wptelegram-js-translations.php:693 +#: languages/wptelegram-js-translations.php:706 msgid "An existing post is updated" msgstr "یک نوشته موجود بروز شد" #: js/settings/ui/p2tg/Rules.tsx:30 -#: languages/wptelegram-js-translations.php:696 +#: languages/wptelegram-js-translations.php:709 msgid "Rules" msgstr "قوانین" #: js/settings/ui/p2tg/Rules.tsx:37 -#: languages/wptelegram-js-translations.php:699 +#: languages/wptelegram-js-translations.php:712 msgid "When the post should be sent to Telegram." msgstr "" #: js/settings/ui/p2tg/Rules.tsx:47 -#: languages/wptelegram-js-translations.php:702 +#: languages/wptelegram-js-translations.php:715 msgid "Which post types should be sent." msgstr "کدام نوع مطالب باید ارسال شوند." #: js/settings/ui/shared/IfBotToken.tsx:15 -#: languages/wptelegram-js-translations.php:705 +#: languages/wptelegram-js-translations.php:718 msgid "You must add a bot token." msgstr "" #: js/settings/ui/shared/Upsell.tsx:41 -#: languages/wptelegram-js-translations.php:718 +#: languages/wptelegram-js-translations.php:731 msgid "Upgrade to Pro" msgstr "" #: js/settings/ui/shared/Upsell.tsx:51 -#: languages/wptelegram-js-translations.php:721 +#: languages/wptelegram-js-translations.php:734 msgid "Want an absolute integration with Telegram?" msgstr "" #: js/settings/ui/shared/Upsell.tsx:55 -#: languages/wptelegram-js-translations.php:724 +#: languages/wptelegram-js-translations.php:737 msgid "Want to add more bots?" msgstr "" #: js/settings/ui/shared/Upsell.tsx:59 -#: languages/wptelegram-js-translations.php:727 +#: languages/wptelegram-js-translations.php:740 msgid "Need more features?" msgstr "" #: js/settings/ui/shared/Upsell.tsx:63 -#: languages/wptelegram-js-translations.php:730 +#: languages/wptelegram-js-translations.php:743 msgid "Want to use different channels for different categories?" msgstr "" #. %s: plugin name #. translators: %s: plugin name #: js/settings/ui/shared/Upsell.tsx:69 -#: languages/wptelegram-js-translations.php:734 +#: languages/wptelegram-js-translations.php:747 msgid "%s supports multiple instances of Post to Telgram with different rules." msgstr "" #. %s: plugin name #. translators: %s: plugin name #: js/settings/ui/shared/Upsell.tsx:79 -#: languages/wptelegram-js-translations.php:738 +#: languages/wptelegram-js-translations.php:751 msgid "%s supports ALL WooCommerce and ACF text fields." msgstr "" #: js/settings/ui/shared/Upsell.tsx:85 -#: languages/wptelegram-js-translations.php:741 +#: languages/wptelegram-js-translations.php:754 msgid "Want to add more buttons?" msgstr "" #. %s: plugin name #. translators: %s: plugin name #: js/settings/ui/shared/Upsell.tsx:91 -#: languages/wptelegram-js-translations.php:745 +#: languages/wptelegram-js-translations.php:758 msgid "%s supports delay per channel." msgstr "" #: js/settings/ui/shared/Upsell.tsx:97 -#: languages/wptelegram-js-translations.php:748 +#: languages/wptelegram-js-translations.php:761 msgid "Want to add more emails?" msgstr "" #: js/settings/ui/shared/Upsell.tsx:104 -#: languages/wptelegram-js-translations.php:712 +#: languages/wptelegram-js-translations.php:725 #, fuzzy msgid "WP Telegram Pro" msgstr "ارسال مطلب به تلگرام" @@ -406,41 +406,41 @@ msgstr "ارسال مطلب به تلگرام" #. %s: plugin name #. translators: %s: plugin name #: js/settings/ui/shared/Upsell.tsx:103 -#: languages/wptelegram-js-translations.php:709 +#: languages/wptelegram-js-translations.php:722 msgid "%s supports Cloudflare proxy for featured image upload!" msgstr "" #: js/settings/ui/shared/Upsell.tsx:111 -#: languages/wptelegram-js-translations.php:715 +#: languages/wptelegram-js-translations.php:728 msgid "Upgrade NOW" msgstr "" #: js/p2tg-block-editor/Channels.tsx:39 -#: languages/wptelegram-js-translations.php:545 +#: languages/wptelegram-js-translations.php:558 #: modules/p2tg/Admin.php:431 msgid "Send to" msgstr "ارسال به" #: js/p2tg-block-editor/Files.tsx:17 -#: languages/wptelegram-js-translations.php:551 +#: languages/wptelegram-js-translations.php:564 msgid "Add or Upload Files" msgstr "" #: js/p2tg-block-editor/Files.tsx:57 -#: languages/wptelegram-js-translations.php:554 +#: languages/wptelegram-js-translations.php:567 #: modules/p2tg/Admin.php:454 msgid "Files to be sent after the message." msgstr "فایل‌های ارسالی بعد از پست." #: js/p2tg-block-editor/Files.tsx:66 -#: languages/wptelegram-js-translations.php:557 +#: languages/wptelegram-js-translations.php:570 #: modules/p2tg/Admin.php:453 msgid "Files" msgstr "فایل‌ها" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:47 #: js/p2tg-block-editor/OverrideSettings.tsx:116 -#: languages/wptelegram-js-translations.php:522 +#: languages/wptelegram-js-translations.php:535 #: modules/p2tg/Admin.php:481 msgid "Featured Image" msgstr "تصویر شاخص" @@ -454,33 +454,33 @@ msgstr "ارسال تصویر شاخص (اگر وجود دارد)۔" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:35 #: js/p2tg-block-editor/OverrideSettings.tsx:124 -#: languages/wptelegram-js-translations.php:487 +#: languages/wptelegram-js-translations.php:500 #: modules/p2tg/Admin.php:493 msgid "Message Template" msgstr "شکل محتوای پیام" #: js/p2tg-block-editor/OverrideSettings.tsx:86 -#: languages/wptelegram-js-translations.php:565 +#: languages/wptelegram-js-translations.php:578 #: modules/p2tg/Admin.php:421 msgid "Override settings" msgstr "تغییر تنظیمات" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:25 #: js/p2tg-block-editor/OverrideSettings.tsx:98 -#: languages/wptelegram-js-translations.php:462 +#: languages/wptelegram-js-translations.php:469 #: modules/p2tg/Admin.php:443 msgid "Disable Notifications" msgstr "غیرفعال کردن اعلان‌ها" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:24 #: js/p2tg-block-editor/OverrideSettings.tsx:105 -#: languages/wptelegram-js-translations.php:458 +#: languages/wptelegram-js-translations.php:465 #: modules/p2tg/Admin.php:464 msgid "Delay in Posting" msgstr "تاخیر در ارسال مطلب" #: js/p2tg-block-editor/SendToTelegram.tsx:32 -#: languages/wptelegram-js-translations.php:568 +#: languages/wptelegram-js-translations.php:581 #: modules/p2tg/Admin.php:367 msgid "Send to Telegram" msgstr "ارسال به تلگرام" @@ -578,82 +578,82 @@ msgid "Delete button" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/MessageTemplate.tsx:19 -#: languages/wptelegram-js-translations.php:177 +#: languages/wptelegram-js-translations.php:191 #: modules/p2tg/Admin.php:494 msgid "Structure of the message to be sent." msgstr "ساختار پیامی که قرار است فرستاده شود۔" #: ../../packages/js/shared/wptelegram-ui/components/MiscMessageSettings.tsx:19 -#: languages/wptelegram-js-translations.php:180 +#: languages/wptelegram-js-translations.php:194 msgid "Send categories as hashtags." msgstr "ارسال دسته بندی‌های مطلب بصورت هشتگ." #: ../../packages/js/shared/wptelegram-ui/components/LinkPreviewOptions.tsx:21 -#: languages/wptelegram-js-translations.php:183 +#: languages/wptelegram-js-translations.php:177 msgid "Disables previews for links in the messages." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:27 -#: languages/wptelegram-js-translations.php:190 +#: languages/wptelegram-js-translations.php:209 msgid "To receive notifications privately:" msgstr "برای دریافت اعلان های خصوصی:" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:33 -#: languages/wptelegram-js-translations.php:194 +#: languages/wptelegram-js-translations.php:213 msgid "Get your Chat ID from %s and enter it below." msgstr "كد چت خود را از %s دریافت و آن را زیر وارد کنید." #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:49 -#: languages/wptelegram-js-translations.php:198 +#: languages/wptelegram-js-translations.php:217 msgid "Send your own bot %s a message to start the conversation." msgstr "به ربات خود %s یک پیام ارسال کنید تا گفتگو شروع شود." #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:66 -#: languages/wptelegram-js-translations.php:201 +#: languages/wptelegram-js-translations.php:220 msgid "To receive notifications into a group:" msgstr "برای دریافت اعلان ها در یک گروه:" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:72 -#: languages/wptelegram-js-translations.php:205 +#: languages/wptelegram-js-translations.php:224 msgid "Add %s to the group to get its Chat ID." msgstr "%s را به گروه اضافه کنید تا شناسه چت آنرا دریافت کنید." #. 1 field name #. translators: 1 field name #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:84 -#: languages/wptelegram-js-translations.php:209 +#: languages/wptelegram-js-translations.php:228 msgid "Enter the Chat ID in %s field below." msgstr "كد چت را در قسمت %s زیر وارد کنید." #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:88 #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:21 -#: languages/wptelegram-js-translations.php:213 +#: languages/wptelegram-js-translations.php:232 msgid "Send it to" msgstr "ارسال به" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:96 -#: languages/wptelegram-js-translations.php:217 +#: languages/wptelegram-js-translations.php:236 msgid "Add your own bot %s to the group." msgstr "ربات %s خود را به گروه اضافه کنید." #: ../../packages/js/shared/wptelegram-ui/components/NotifyMessageTemplate.tsx:15 #: ../../packages/js/shared/wptelegram-ui/components/TemplateInfo.tsx:31 -#: languages/wptelegram-js-translations.php:221 +#: languages/wptelegram-js-translations.php:240 msgid "You can use any text, emojis or these macros in any order." msgstr "شما می‌توانید از هر متن، شکلک‌ها یا این ماکروها در هر جهت استفاده کنید۔" #. %s pipe character #. translators: %s pipe character #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:142 -#: languages/wptelegram-js-translations.php:240 +#: languages/wptelegram-js-translations.php:259 msgid "Note can be added after %s." msgstr "" @@ -661,245 +661,241 @@ msgstr "" #. translators: %s code example #: ../../packages/js/shared/wptelegram-ui/components/LinkPreviewOptions.tsx:38 #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:154 -#: languages/wptelegram-js-translations.php:244 +#: languages/wptelegram-js-translations.php:185 #, fuzzy msgid "For example %s" msgstr "برای آسانی، از %s استفاده کنید" #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:26 -#: languages/wptelegram-js-translations.php:247 +#: languages/wptelegram-js-translations.php:262 msgid "Create a Telegram channel or group." msgstr "" #. %s bot username #. translators: %s bot username #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:31 -#: languages/wptelegram-js-translations.php:251 +#: languages/wptelegram-js-translations.php:266 msgid "Add your bot %s as Administrator to your Channel/Group." msgstr "ربات %s را به عنوان مدیر به کانال/ گروه خود اضافه کنید" #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:44 -#: languages/wptelegram-js-translations.php:254 +#: languages/wptelegram-js-translations.php:269 msgid "Enter the Channel Username in the field below." msgstr "نام کاربری کانال را در فیلد زیر وارد کنید." #. %s symbol - @ #. translators: %s symbol - @ #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:51 -#: languages/wptelegram-js-translations.php:258 +#: languages/wptelegram-js-translations.php:273 msgid "Username must start with %s" msgstr "نام کاربری باید با %s شروع شود" #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:60 -#: languages/wptelegram-js-translations.php:261 +#: languages/wptelegram-js-translations.php:276 msgid "You can also use the Chat ID of a group or private chat." msgstr "شما همچنین میتوانید از شناسه چت یک گروه یا چت خصوصی استفاده کنید." #. %s bot username #. translators: %s bot username #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:65 -#: languages/wptelegram-js-translations.php:265 +#: languages/wptelegram-js-translations.php:280 msgid "Get it from %s." msgstr "آن‌را از %s دریافت کنید۔" #. %s colon character #. translators: %s colon character #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:81 -#: languages/wptelegram-js-translations.php:269 +#: languages/wptelegram-js-translations.php:284 msgid "If you want to send posts to a specific topic in a group with topics enabled, you can add a colon (%s) to the chat ID followed by topic ID." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:128 -#: languages/wptelegram-js-translations.php:233 +#: languages/wptelegram-js-translations.php:252 msgid "Tip!" msgstr "" -#: languages/wptelegram-js-translations.php:236 -msgid "You can add an internal note to the chat ID to make it easier for you to indentify it." -msgstr "" - #: ../../packages/js/shared/wptelegram-ui/components/P2TGSwitchAndPluginPosts.tsx:13 -#: languages/wptelegram-js-translations.php:272 +#: languages/wptelegram-js-translations.php:287 msgid "Show an ON/OFF switch on the post edit screen." msgstr "نمایش دکمه ON / OFF در صفحه ویرایش پست۔" #: ../../packages/js/shared/wptelegram-ui/components/P2TGSwitchAndPluginPosts.tsx:14 -#: languages/wptelegram-js-translations.php:275 +#: languages/wptelegram-js-translations.php:290 #, fuzzy msgid "You can use this switch to override the settings for a particular post." msgstr "شما می توانید از این سوئیچ برای تغییر تنظیمات بالا برای یک پست خاص استفاده کنید۔" #: ../../packages/js/shared/wptelegram-ui/components/P2TGSwitchAndPluginPosts.tsx:23 -#: languages/wptelegram-js-translations.php:278 +#: languages/wptelegram-js-translations.php:293 msgid "Enable this option if you use a plugin to generate posts." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/ParseModeField.tsx:17 #: ../../packages/js/shared/wptelegram-ui/components/SingleMessage.tsx:70 -#: languages/wptelegram-js-translations.php:282 +#: languages/wptelegram-js-translations.php:297 msgid "None" msgstr "هیچ کدام" #: ../../packages/js/shared/wptelegram-ui/components/ParseModeField.tsx:21 -#: languages/wptelegram-js-translations.php:285 +#: languages/wptelegram-js-translations.php:300 msgid "HTML style" msgstr "سبک HTML" #: ../../packages/js/shared/wptelegram-ui/components/MiscMessageSettings.tsx:35 #: ../../packages/js/shared/wptelegram-ui/components/ParseModeField.tsx:42 #: ../../packages/js/shared/wptelegram-ui/components/TemplateInfo.tsx:39 -#: languages/wptelegram-js-translations.php:290 +#: languages/wptelegram-js-translations.php:199 msgid "Learn more" msgstr "بیشتر بدانید" #: ../../packages/js/shared/wptelegram-ui/components/MiscMessageSettings.tsx:38 -#: languages/wptelegram-js-translations.php:293 +#: languages/wptelegram-js-translations.php:202 msgid "Protects the contents of sent messages from forwarding and saving." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/SingleMessage.tsx:34 -#: languages/wptelegram-js-translations.php:296 +#: languages/wptelegram-js-translations.php:303 msgid "Send both text and image in single message." msgstr "متن و تصویر را در یک پیام ارسال کنید۔" #. 1 - field name, 2 - value #. translators: 1 - field name, 2 - value #: ../../packages/js/shared/wptelegram-ui/components/SingleMessage.tsx:48 -#: languages/wptelegram-js-translations.php:300 +#: languages/wptelegram-js-translations.php:307 msgid "When %1$s is set to %2$s:" msgstr "" #. 1 - field name, 2 - value #. translators: 1 - field name, 2 - value #: ../../packages/js/shared/wptelegram-ui/components/SingleMessage.tsx:64 -#: languages/wptelegram-js-translations.php:304 +#: languages/wptelegram-js-translations.php:311 msgid "%1$s should not be %2$s." msgstr "%1$s نباید %2$s باشد۔" #. 1 - field name #. translators: 1 - field name #: ../../packages/js/shared/wptelegram-ui/components/SingleMessage.tsx:80 -#: languages/wptelegram-js-translations.php:308 +#: languages/wptelegram-js-translations.php:315 msgid "%s should not be enabled." msgstr "%s نباید انتخاب شود۔" #: ../../packages/js/shared/wptelegram-ui/components/TemplateInfo.tsx:36 -#: languages/wptelegram-js-translations.php:311 +#: languages/wptelegram-js-translations.php:318 msgid "You can also use conditional logic in the template." msgstr "شما می‌توانید منطق شرطی را در قالب استفاده کنید۔" #: ../../packages/js/shared/wptelegram-ui/components/UserNotifications.tsx:20 -#: languages/wptelegram-js-translations.php:314 +#: languages/wptelegram-js-translations.php:321 msgid "Allow users receive their email notifications on Telegram." msgstr "به کاربران اجازه دریافت اعلان های ایمیلی از طریق تلگرام را بده۔" #. 1 Plugin name #. translators: 1 Plugin name #: ../../packages/js/shared/wptelegram-ui/components/UserNotifications.tsx:31 -#: languages/wptelegram-js-translations.php:318 +#: languages/wptelegram-js-translations.php:325 msgid "Use %s to let them connect their Telegram account." msgstr "با استفاده از %s به آنها اجازه دهید اکانت های تلگرامشان را اضافه کنند." #. 1 profile page #. translators: 1 profile page #: ../../packages/js/shared/wptelegram-ui/components/UserNotifications.tsx:49 -#: languages/wptelegram-js-translations.php:322 +#: languages/wptelegram-js-translations.php:329 msgid "They can also enter their Telegram Chat ID manually on %s page." msgstr "آنها همچنین می توانند شناسه چت تلگرام خود را به صورت دستی در صفحه %s وارد کنند۔" #: ../../packages/js/shared/wptelegram-ui/components/UserNotifications.tsx:57 -#: languages/wptelegram-js-translations.php:325 +#: languages/wptelegram-js-translations.php:332 msgid "profile" msgstr "پروفایل" #: ../../packages/js/shared/wptelegram-ui/components/proxy/CFWorker.tsx:14 #: ../../packages/js/shared/wptelegram-ui/components/proxy/GoogleScript.tsx:16 -#: languages/wptelegram-js-translations.php:329 +#: languages/wptelegram-js-translations.php:336 msgid "The requests to Telegram will be sent via this URL." msgstr "درخواست ها توسط گوگل اسکریپت برای تلگرام ارسال می شوند." #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:11 -#: languages/wptelegram-js-translations.php:332 +#: languages/wptelegram-js-translations.php:339 msgid "HTTP" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:15 -#: languages/wptelegram-js-translations.php:335 +#: languages/wptelegram-js-translations.php:342 msgid "SOCKS4" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:19 -#: languages/wptelegram-js-translations.php:338 +#: languages/wptelegram-js-translations.php:345 msgid "SOCKS4A" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:23 -#: languages/wptelegram-js-translations.php:341 +#: languages/wptelegram-js-translations.php:348 msgid "SOCKS5" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:27 -#: languages/wptelegram-js-translations.php:344 +#: languages/wptelegram-js-translations.php:351 msgid "SOCKS5_HOSTNAME" msgstr "" #. IP address #. translators: IP address #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:39 -#: languages/wptelegram-js-translations.php:348 +#: languages/wptelegram-js-translations.php:355 msgid "Host IP or domain name like %s." msgstr "آی پی یا نام دامنه هاست مانند %s۔" #. proxy port #. translators: proxy port #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:51 -#: languages/wptelegram-js-translations.php:352 +#: languages/wptelegram-js-translations.php:359 msgid "Target Port like %s." msgstr "پورت هدف مانند %s۔" #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:76 -#: languages/wptelegram-js-translations.php:355 +#: languages/wptelegram-js-translations.php:362 msgid "Leave empty if not required." msgstr "اگر لازم نیست، خالی بگذارید۔" #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:16 -#: languages/wptelegram-js-translations.php:358 +#: languages/wptelegram-js-translations.php:365 msgid "Cloudflare worker" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:20 -#: languages/wptelegram-js-translations.php:361 +#: languages/wptelegram-js-translations.php:368 msgid "Google Script" msgstr "گوگل اسکریپت" #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:24 -#: languages/wptelegram-js-translations.php:364 +#: languages/wptelegram-js-translations.php:371 msgid "PHP Proxy" msgstr "PHP پراکسی" #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:34 -#: languages/wptelegram-js-translations.php:367 +#: languages/wptelegram-js-translations.php:374 msgid "The module will help you bypass the ban on Telegram by making use of proxy." msgstr "این ماژول به شما کمک می‌کند با استفاده از پراکسی از فیلترینگ تلگرام عبور کنید." #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:53 -#: languages/wptelegram-js-translations.php:379 +#: languages/wptelegram-js-translations.php:386 #, fuzzy msgid "Cloudflare worker is preferred." msgstr "گوگل اسکریپت ترجیح داده می شود۔" #: ../../packages/js/shared/wptelegram-ui/components/proxy/ProxyDisclaimer.tsx:11 -#: languages/wptelegram-js-translations.php:382 +#: languages/wptelegram-js-translations.php:389 msgid "Use the proxy at your own risk!" msgstr "پراکسی را با مسئولیت خود استفاده کنید!" #: ../../packages/js/shared/wptelegram-ui/components/proxy/ProxyDisclaimer.tsx:8 -#: languages/wptelegram-js-translations.php:385 +#: languages/wptelegram-js-translations.php:392 msgid "DISCLAIMER!" msgstr "رفع مسئولیت!" #: ../../packages/js/shared/wptelegram-ui/components/proxy/ProxySettings.tsx:17 -#: languages/wptelegram-js-translations.php:388 +#: languages/wptelegram-js-translations.php:395 msgid "Proxy settings" msgstr "" @@ -911,209 +907,205 @@ msgid "Add" msgstr "افزودن" #: ../../packages/js/shared/wptelegram-ui/components/rules/And.tsx:8 -#: languages/wptelegram-js-translations.php:391 +#: languages/wptelegram-js-translations.php:398 msgid "AND" msgstr "و" #: ../../packages/js/shared/wptelegram-ui/components/rules/Or.tsx:8 -#: languages/wptelegram-js-translations.php:394 +#: languages/wptelegram-js-translations.php:401 msgid "OR" msgstr "یا" #: ../../packages/js/shared/wptelegram-ui/components/rules/P2TGCustomRules.tsx:51 -#: languages/wptelegram-js-translations.php:397 +#: languages/wptelegram-js-translations.php:404 msgid "You can also define custom rules to send the posts." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetButtons.tsx:39 -#: languages/wptelegram-js-translations.php:400 +#: languages/wptelegram-js-translations.php:407 msgid "Remove" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetFields.tsx:11 -#: languages/wptelegram-js-translations.php:403 +#: languages/wptelegram-js-translations.php:410 msgid "is in" msgstr "هست در" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetFields.tsx:15 -#: languages/wptelegram-js-translations.php:406 +#: languages/wptelegram-js-translations.php:413 msgid "is not in" msgstr "نیست در" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetFields.tsx:27 -#: languages/wptelegram-js-translations.php:409 +#: languages/wptelegram-js-translations.php:416 msgid "Rule type" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetFields.tsx:35 -#: languages/wptelegram-js-translations.php:412 +#: languages/wptelegram-js-translations.php:419 msgid "Rule operator" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetValues.tsx:103 -#: languages/wptelegram-js-translations.php:415 +#: languages/wptelegram-js-translations.php:422 msgid "Select..." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetValues.tsx:16 -#: languages/wptelegram-js-translations.php:418 +#: languages/wptelegram-js-translations.php:425 msgid "Loading..." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetValues.tsx:17 -#: languages/wptelegram-js-translations.php:421 +#: languages/wptelegram-js-translations.php:428 msgid "No options available" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetValues.tsx:91 -#: languages/wptelegram-js-translations.php:424 +#: languages/wptelegram-js-translations.php:431 #, fuzzy msgid "Rule values" msgstr "قوانین" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:14 -#: languages/wptelegram-js-translations.php:430 +#: languages/wptelegram-js-translations.php:437 #, fuzzy msgid "Bot" msgstr "رابط برنامه نویسی کاربردی ربات" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:15 -#: languages/wptelegram-js-translations.php:433 +#: languages/wptelegram-js-translations.php:440 msgid "Bot Token" msgstr "توکن ربات" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:16 -#: languages/wptelegram-js-translations.php:436 +#: languages/wptelegram-js-translations.php:443 msgid "Bot Username" msgstr "شناسه ربات" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:17 -#: languages/wptelegram-js-translations.php:439 +#: languages/wptelegram-js-translations.php:446 msgid "Categories as hashtags" msgstr "دسته بندی بصورت هشتگ" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:18 -#: languages/wptelegram-js-translations.php:442 +#: languages/wptelegram-js-translations.php:449 msgid "Cloudflare worker URL" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:19 -#: languages/wptelegram-js-translations.php:445 +#: languages/wptelegram-js-translations.php:452 msgid "Channel(s)" msgstr "کانال" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:20 -#: languages/wptelegram-js-translations.php:448 +#: languages/wptelegram-js-translations.php:455 msgid "Chat ID" msgstr "شناسه چت" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:22 -#: languages/wptelegram-js-translations.php:451 +#: languages/wptelegram-js-translations.php:458 msgid "Remove settings on uninstall" msgstr "حذف همه تنظیمات در موقع حذف افزونه" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:23 -#: languages/wptelegram-js-translations.php:454 +#: languages/wptelegram-js-translations.php:461 msgid "Debug Info" msgstr "اطلاعات ایرادزدایی" -#: languages/wptelegram-js-translations.php:465 -msgid "Disable Web Page Preview" -msgstr "غیر فعال کردن پیش نمایش" - #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:29 -#: languages/wptelegram-js-translations.php:468 +#: languages/wptelegram-js-translations.php:481 msgid "Enable logs for" msgstr "فعال کردن لیست لاگ برای" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:30 -#: languages/wptelegram-js-translations.php:471 +#: languages/wptelegram-js-translations.php:484 msgid "Excerpt Length" msgstr "طول چکیده" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:31 -#: languages/wptelegram-js-translations.php:474 +#: languages/wptelegram-js-translations.php:487 msgid "Excerpt Newlines" msgstr "خط های جدید چکیده" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:32 -#: languages/wptelegram-js-translations.php:477 +#: languages/wptelegram-js-translations.php:490 msgid "Excerpt Source" msgstr "منبع چکیده" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:33 -#: languages/wptelegram-js-translations.php:480 +#: languages/wptelegram-js-translations.php:493 msgid "Google Script URL" msgstr "لینک گوگل اسکریپت" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:34 -#: languages/wptelegram-js-translations.php:483 +#: languages/wptelegram-js-translations.php:496 msgid "Image Position" msgstr "موقعیت تصویر" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:36 -#: languages/wptelegram-js-translations.php:490 +#: languages/wptelegram-js-translations.php:503 msgid "Formatting" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:37 -#: languages/wptelegram-js-translations.php:493 +#: languages/wptelegram-js-translations.php:506 msgid "Plugin generated posts" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:38 -#: languages/wptelegram-js-translations.php:496 +#: languages/wptelegram-js-translations.php:509 msgid "Post edit switch" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:40 -#: languages/wptelegram-js-translations.php:503 +#: languages/wptelegram-js-translations.php:516 #, fuzzy msgid "Protect content" msgstr "محتوای پست" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:41 -#: languages/wptelegram-js-translations.php:506 +#: languages/wptelegram-js-translations.php:519 msgid "Proxy Host" msgstr "هاست پراکسی" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:43 -#: languages/wptelegram-js-translations.php:509 +#: languages/wptelegram-js-translations.php:522 msgid "Password" msgstr "رمز عبور" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:44 -#: languages/wptelegram-js-translations.php:512 +#: languages/wptelegram-js-translations.php:525 msgid "Proxy Port" msgstr "پورت پراکسی" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:45 -#: languages/wptelegram-js-translations.php:515 +#: languages/wptelegram-js-translations.php:528 msgid "Proxy Type" msgstr "نوع پراکسی" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:46 -#: languages/wptelegram-js-translations.php:518 +#: languages/wptelegram-js-translations.php:531 msgid "Username" msgstr "نام کاربری" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:48 -#: languages/wptelegram-js-translations.php:525 +#: languages/wptelegram-js-translations.php:538 msgid "Send files by URL" msgstr "ارسال فایل‌ها از طریق لینک" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:49 -#: languages/wptelegram-js-translations.php:528 +#: languages/wptelegram-js-translations.php:541 msgid "Single message" msgstr "پیام تکی" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:50 -#: languages/wptelegram-js-translations.php:531 +#: languages/wptelegram-js-translations.php:544 msgid "Notifications to Users" msgstr "اعلان به کاربران" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:13 -#: languages/wptelegram-js-translations.php:427 +#: languages/wptelegram-js-translations.php:434 msgid "Active" msgstr "" @@ -1286,19 +1278,19 @@ msgstr "" #. %s: field label #. translators: %s: field label #: ../../packages/js/utilities/fields.ts:35 -#: languages/wptelegram-js-translations.php:535 +#: languages/wptelegram-js-translations.php:548 msgid "Invalid %s" msgstr "%s نامعتبر است" #. %s: field label #. translators: %s: field label #: ../../packages/js/utilities/fields.ts:39 -#: languages/wptelegram-js-translations.php:539 +#: languages/wptelegram-js-translations.php:552 msgid "%s required." msgstr "" #: ../../packages/js/utilities/fields.ts:42 -#: languages/wptelegram-js-translations.php:542 +#: languages/wptelegram-js-translations.php:555 msgid "Changes could not be saved." msgstr "" @@ -1356,13 +1348,13 @@ msgid "Custom Taxonomy" msgstr "دسته بندی دلخواه" #: js/p2tg-block-editor/Channels.tsx:52 -#: languages/wptelegram-js-translations.php:548 +#: languages/wptelegram-js-translations.php:561 msgid "Select all" msgstr "" #. Description of the plugin #: js/settings/ui/Sidebar.tsx:16 -#: languages/wptelegram-js-translations.php:600 +#: languages/wptelegram-js-translations.php:613 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 "" @@ -1392,25 +1384,31 @@ msgid "Please reload the page." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/LinkPreviewOptions.tsx:33 +#: languages/wptelegram-js-translations.php:180 msgid "URL to use for the link preview." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/LinkPreviewOptions.tsx:57 +#: languages/wptelegram-js-translations.php:188 msgid "Whether the link preview must be shown above the message text." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:133 +#: languages/wptelegram-js-translations.php:255 msgid "You can add an internal note to the chat ID to make it easier for you to identify it." msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:26 +#: languages/wptelegram-js-translations.php:472 msgid "Disable link preview" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:27 +#: languages/wptelegram-js-translations.php:475 msgid "Link preview URL" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:28 +#: languages/wptelegram-js-translations.php:478 msgid "Show preview above text" msgstr "" diff --git a/plugins/wptelegram/src/languages/wptelegram-id_ID.mo b/plugins/wptelegram/src/languages/wptelegram-id_ID.mo index 8928175382a253f39042cfdbcaaaff6c19097ab5..02b82ea9cfebd6c64f74d963b2a698f5357df9ea 100644 GIT binary patch delta 2544 zcmYM#e@sr7_+QHZ$!yikzRdaGVu~lJm*CHMr*7q%T@80(7It6-cDnj27^mKc zb8r+J@C>fN(ksp8nfbPkLWG7cti@fJk0TPeIuff#lc`Pq3cQJh2tn!(dr$|$Nn7nMi_s^4nl zXD!bAP!rjTN?<#x-wPPRKGZRLwSe{4QV!BkgdeyEzCZ>33N@qeQ33zJnK_ezmUNfO>8nDo%TZ^(U5Xb`L&{(|e0ri2)4bA=C_xpaOs5>f_GS zs1=#OoA4iO#U(7GR_;aA!23|~4xr+^?Njh545KnVgE!y=62o!}gMmv?f#Rry7o(m} z;!12n&8P?0<8G|NUr;MqG&?wy6{t8($j|&VS3U4B>X3AyGV4Rl_#n>3!?+kf$F(?x z58)b?Ybg$4J^p~&N{`F+xB_*!+fetrF^0$RM!o+RC}`kfz9yPM4eEVQp|)TnF2qOC z!+vbQk8mRzUndRJhI+4`MSV9$QO`}GmORDRODooZT7ec^9`ac(3glpW7?q;EgPP%I zsKoNvSbcC37{?{3K+My$5ohpZIDf~r0QuJi zHx{8XtZ^n$12&@0L>iUw1MdDdWK4So^$9+Jx8MoXb0KD-L`zTuH>1u_EBe~wM<~cH zWczFUan=wLA^>0HZ+KHM_ zCgukjzeIxq4x$3SiwZc3>Tn*lWRs}3Bg~NwV-&Sj#i#*2RGekbI#j$yWS6ZCwIUf* z0y}*Q3cL^1@h#L=yyqSm!7S=0QHgwmdj3aLfWL4$q4J;}MfI;hC030}tOgao8P)Gz zr@xtkW|Bd5>_!FLjcl_Gxb_iOAH!!ePjxR=;)j^TpKuY* z=W;vVfi&5E)I^V>hvQhdfx<=iz$N5-S)8aEs0p9IK~#X*jFQ4S)Q4sVs{Is(@n6ir ZP$JlhS;ODuoXQ$Lo>v$ho+^7V?>~f@=!^gW delta 2637 zcmYM#3rv+|9LMqh;wIWbE|FxSF9ab0N@0>Bk~#yY66Q)}FgXO+;c`HMBB`Avn~tQd zQY;r6UER=VZBWgc!^sx8w9CNEM7pReyIU<*v)1>=dAHo*{XEb6zR&ajKeyL?r4yxr ziP+F?<6jSdbNIU!s+!q&aX{1flR=;>y&umVG{4O8(kxBfDwQ9p$7_z@Q3 zCCtUl8D>dl0jr`A!;RgTkI!Qieuhi>w~N^=31187km9jKC69uA7mcRdUfl8d1-? za31bQ2M6&kJcBXBw^9)o!OHoT! zfC{)4S!UaUYFFddn^5mP9>e^rqfTxR!=80tdqzJegpOW_!jkEGG8xEc`a(jnlM7=eq($VztO>*fW@quc3$dc9Ftryo%}| zcW!X^ZbYq-*VTs#xEvD4UZ$=YCDSx{1>u6ZH8mE2c>N4_NnEdroIT* zVHv7@UveOr={wxeh(=Hue}U@o3aZ23Q5{CIg*CE;sN+|FIwd6-hUKUwdk__{4%JV< zwG-9fK4i76PY*ODBd7#Up*sE&)$mu;l>Y5L599ELP)|T5G6(g3CaQftP9@~l%Teu{ zP>Hpp66?UJ#Ga#|hA+7eqDC@;YIqve;pfP*+hzBD7}KG8G-hKqR-hNv?gZ+8z05zs6A1I`cyWc*8Wjc$9qx7>VR7x#jVsQP+z*`bf&d! zKytNq)E;>ewF!@+68RL9bpF4gppHZ52c3xy_1UNn^YA{bMIRo+0!&M1$Ky6sfcH?J z>@mzlyUpxw$U=VR=W-7oL|(D4a2oM#I;|XxL#@ps)C)z(zOx;uK;77iSKQ}YiL!!v zCvLzGQSB15f=gJ4k<`~?IBr5qy*;JbX@01&wZ6*nH?|CnM-GL|@-=%a>#Lnj)s;?( zcU!envZMN8U-csc2R-qzNyUwRZ(WP8rq1iGGsUFxh)o~vi> z_hl+LjMs2F^Zu&JM_C*1!e))(JjDJy$5iAhZ>N+4m;j@z{!Nwh_&L{?GKnr{Dzt%l z{<|E+UCcO#nS_rq6*}2f{gY8EbxelcnHk)~RN@X!XCw3CZZ_vHnCE`Ql=2T%{{$2G z4D((KJ1&7|GjSI3QiZAdWo$t+2N}HHuKzvmCYQ9Ja-inU@#MS zT;E@PfwO{-NNW*xWGG*r7h$;@mwRj2HsNtA2SzgkZ!uOfd_HAfNU>LKulQ@!h z(<5aoGt-|lmH9PC@UKioTKO*LerIM0dNP5BGBck>`?oCa>->+?c&NIuhlBP1$OfKf z5~`O)D%6LwIFNU7B{P#Zn3?{&a*$bN+{Mgz+c<$QGw+}0r9@Ky47}K9FPmu@GlLbZ zBzVJ+rX{|G_vk-C zw@U3F8Z9-tI|2=CU~^7o2AavN;bP{w`zs%0YyEZ1rhJUq-QQ*s*~NTf4>70dZ_LC_ zG2{G)_D-!_)JP^*Uek2^X3!+dJxl_Ra~O9po9ItWppTd(IM3|Ud^M-l3iq$qMt0XhbA&h zHI=Q{$a;Q-wntfC^>?$K_~j*y4E!2%-ap|O)=9G+$1x?G$+29(%ejeJs;AkJKV%Yn zfo=FEJMcYD=P4%9QP(w%H;1*9>@JO*<2B4V-^2#K!VL5Qv(~5Bp69CjtvsAvKbW~b zi=8;18TY=b{|NK`W~M?Ap6waXCJaUnZ% zF*AXcOrUQurQgPUuztY2{~P)!mLt{ue~nWAY>Epmq%@sIH#wLYcq%(`9y35AGsCq^ zVjHUaJ1h57amuSqMgGf-+j30P%=<7)H-OocBWfBc@nmMLZ)O7D$y8(ojZs$f2L6Og zd7Sl}ZA0W(Evam*yq|f0P1Rq^?1lBr1hz5>)OKq41eCo@X74b&{sgnTyI$WEXaY0f zt<3qJU-iGnROnGAz!oOaA29)raUK88$z0)RC4pUZd~4-^MvmVR=GdHK)~Z)k%#wV{ZXBwenI`d(LTS1(exjqi})s*Wu;>_l8dRpBzy<^VLb-mWmICfuq*zH3ebstVbLZO zHLf4(eJZMgnW!zCiix-YHP04w)cAzPNUX=f_yA)uhF_~P`KXdUj|w!)_DikH@F||J zMI~H=s?fumOGXGHTp4 zR7vmJelRCZf%~9-my8Nrj*3%-nztsL`m+sY7Y~%kA?$_cP=W5C_O8wLeW;_x1y~bM zTHywR$hUMv(npl%=`AmHdLm2QHSmzs?^7EI5y%84CbzB zOXi~zD@O%zP`|6T@7LP?MpPnOQGxfP5w!O(@>d@M_!q! zs00?GDzOwb;VK-7HKAvH&~@8}n)sw0a2i#SE2uy% zs8imKT1g+ivr23bQXG?p$ykUJaXG$*KjBau#*edbF6u1oL#IEDuW9J8G-DR}yS$}+ z7L~ws)ZP~35L|@}HAhh^y@;yJbxc8hmsOEe)caAWEf|XmJPkQMW`1Al&%rj;JV?in z?2Gd_kp4Y%VIl}&HlPpI+V?v!jR*TsCI5q{T1gw~7KIHUIL4p?XJa8&pb|KPx!8)+Fx`oN z^3R}IhaGv~LFP7x&<`(RXKX?pqQ8;kO(e5T!7Sw4WNJ_oe~J{%w4knGPy%05j6)?j z2erjZ(2dRk8jLmJgS-{UK^OfA=!>tTCR&Kv!)ok=o2<3ih5l~Tq5K?mx{sj}Ig9$j zK0w_jzeMlCdLr{UCYpv0&j3^+V~`tTN|42xHK+tUn1rWMhv*+vpgeX7&CAf*cE%Hdbcnh$IwqlN10aA2*Hi0((OTQ$uZP@zkn|6N=FkVqV_x; z12Gp}Scp3PW%l`d7(#zLYThqx|9jN$e;-2qRiY+4;3g{L$EXs=aEVo_1XTYS)ZXWz zCY*&--;|>d?!-{sjatBARG@RH(qF-7{1f&2PQ$1_Uq=%)%sXH->TrxhRc3~@3^nl@ zRB3Bb6V#zrcnX!+Z}xqQwH+y*2^#LLR1Rw10@T9iIyAI*rKrS+G zfCrh=9K~nwF3!ee4nlX_fckFiwboe=pniYM_D^9Dedi1ft>7XmffnSGVA@cL#f|Wu z`V`dZEK=C->AikY zsB4ps+Pj&ktt!TzxDuai1#(WYOjX=HMe7 zN7c=!Y;TDcV1)AqU0ePE%)c^nh diff --git a/plugins/wptelegram/src/languages/wptelegram-it_IT.po b/plugins/wptelegram/src/languages/wptelegram-it_IT.po index bd69e95e..19b235ad 100644 --- a/plugins/wptelegram/src/languages/wptelegram-it_IT.po +++ b/plugins/wptelegram/src/languages/wptelegram-it_IT.po @@ -54,116 +54,116 @@ msgstr "" #: js/settings/ui/p2tg/MessageKeyboard.tsx:41 #: includes/restApi/SettingsController.php:136 -#: languages/wptelegram-js-translations.php:671 +#: languages/wptelegram-js-translations.php:684 msgid "View Post" msgstr "Vedi articolo" #. %s: field label #. translators: %s: field label #: js/settings/services/fields.ts:141 -#: languages/wptelegram-js-translations.php:572 +#: languages/wptelegram-js-translations.php:585 msgid "%s must be a number." msgstr "%s deve essere un numero." #: js/settings/services/fields.ts:19 -#: languages/wptelegram-js-translations.php:575 +#: languages/wptelegram-js-translations.php:588 msgid "Inline button text" msgstr "Testo del pulsante in linea" #: js/settings/services/fields.ts:20 -#: languages/wptelegram-js-translations.php:578 +#: languages/wptelegram-js-translations.php:591 msgid "Inline button URL" msgstr "URL pulsante in linea" #: js/settings/services/fields.ts:21 -#: languages/wptelegram-js-translations.php:581 +#: languages/wptelegram-js-translations.php:594 msgid "Add Inline URL Button" msgstr "Aggiungere un pulsante URL in linea" #: js/settings/services/fields.ts:22 -#: languages/wptelegram-js-translations.php:584 +#: languages/wptelegram-js-translations.php:597 msgid "Other settings" msgstr "Altre impostazioni" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:39 #: js/settings/services/fields.ts:23 -#: languages/wptelegram-js-translations.php:500 +#: languages/wptelegram-js-translations.php:513 msgid "Post type" msgstr "Tipo di articolo" #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:48 #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:42 #: js/settings/services/fields.ts:24 -#: languages/wptelegram-js-translations.php:376 +#: languages/wptelegram-js-translations.php:383 msgid "Proxy Method" msgstr "Metodo Proxy" #: js/settings/services/fields.ts:25 -#: languages/wptelegram-js-translations.php:587 +#: languages/wptelegram-js-translations.php:600 msgid "Send when" msgstr "Spedisci quando" #: js/settings/services/fields.ts:26 -#: languages/wptelegram-js-translations.php:590 +#: languages/wptelegram-js-translations.php:603 msgid "If Email goes to" msgstr "Se l'email va a" #. %s: field label #. translators: %s: field label #: js/settings/services/fields.ts:75 -#: languages/wptelegram-js-translations.php:594 +#: languages/wptelegram-js-translations.php:607 msgid "At least one %s is required." msgstr "Almeno un(a) %s è richiesto(a)." #: js/settings/services/fields.ts:76 -#: languages/wptelegram-js-translations.php:597 +#: languages/wptelegram-js-translations.php:610 msgid "channel" msgstr "canali" #: js/settings/ui/Sidebar.tsx:19 -#: languages/wptelegram-js-translations.php:603 +#: languages/wptelegram-js-translations.php:616 msgid "Get LIVE support on Telegram" msgstr "Ottieni supporto dal vivo su Telegram" #: js/settings/ui/TabbedSections.tsx:18 -#: languages/wptelegram-js-translations.php:606 +#: languages/wptelegram-js-translations.php:619 msgid "Basics" msgstr "Base" #: js/p2tg-block-editor/OverrideSettings.tsx:77 #: js/settings/ui/TabbedSections.tsx:23 #: js/settings/ui/advanced/Advanced.tsx:32 -#: languages/wptelegram-js-translations.php:562 +#: languages/wptelegram-js-translations.php:575 #: modules/p2tg/Admin.php:409 msgid "Post to Telegram" msgstr "Invia a Telegram" #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:114 #: js/settings/ui/TabbedSections.tsx:28 -#: languages/wptelegram-js-translations.php:187 +#: languages/wptelegram-js-translations.php:206 msgid "Private Notifications" msgstr "Avviso privato" #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:41 #: js/settings/ui/TabbedSections.tsx:33 -#: languages/wptelegram-js-translations.php:371 +#: languages/wptelegram-js-translations.php:378 msgid "Proxy" msgstr "Proxy" #: js/settings/ui/TabbedSections.tsx:38 -#: languages/wptelegram-js-translations.php:609 +#: languages/wptelegram-js-translations.php:622 msgid "Advanced settings" msgstr "Impostazioni avanzate" #: js/settings/ui/advanced/Advanced.tsx:26 -#: languages/wptelegram-js-translations.php:612 +#: languages/wptelegram-js-translations.php:625 msgid "Bot API" msgstr "Bot API" #. %s button name #. translators: %s button name #: js/settings/ui/basics/Basics.tsx:31 -#: languages/wptelegram-js-translations.php:616 +#: languages/wptelegram-js-translations.php:629 msgid "Use %s above to set automatically." msgstr "Usa %s sopra per impostare automaticamente." @@ -176,46 +176,46 @@ msgstr "Test Token" #. 1 command name, 2 bot name #. translators: 1 command name, 2 bot name #: js/settings/ui/basics/Instructions.tsx:22 -#: languages/wptelegram-js-translations.php:620 +#: languages/wptelegram-js-translations.php:633 msgid "Create a Bot by sending %1$s command to %2$s." msgstr "Crea un bot, inviando %1$s un comando a %2$s." #. %s bot name #. translators: %s bot name #: js/settings/ui/basics/Instructions.tsx:43 -#: languages/wptelegram-js-translations.php:624 +#: languages/wptelegram-js-translations.php:637 msgid "After completing the steps %s will provide you the Bot Token." msgstr "Dopo aver completato i passaggi, %s ti fornirà il token del Bot." #: js/settings/ui/basics/Instructions.tsx:51 -#: languages/wptelegram-js-translations.php:627 +#: languages/wptelegram-js-translations.php:640 msgid "Copy the token and paste into the Bot Token field below." msgstr "Copia il token ed incolla dentro il Bot." #. %s application name #. translators: %s application name #: js/settings/ui/basics/Instructions.tsx:55 -#: languages/wptelegram-js-translations.php:631 +#: languages/wptelegram-js-translations.php:644 msgid "For ease, use %s" msgstr "Per esempio, usa %s" #: js/settings/ui/basics/Instructions.tsx:61 -#: languages/wptelegram-js-translations.php:634 +#: languages/wptelegram-js-translations.php:647 msgid "Telegram Desktop" msgstr "Telegram Desktop" #: js/settings/ui/basics/Instructions.tsx:67 -#: languages/wptelegram-js-translations.php:637 +#: languages/wptelegram-js-translations.php:650 msgid "Test your bot token below." msgstr "Verifica il tuo bot token qui sotto." #: js/settings/ui/basics/Instructions.tsx:68 -#: languages/wptelegram-js-translations.php:640 +#: languages/wptelegram-js-translations.php:653 msgid "Activate the modules you want to use." msgstr "Attiva i moduli che vuoi utilizzare." #: js/settings/ui/basics/Instructions.tsx:69 -#: languages/wptelegram-js-translations.php:643 +#: languages/wptelegram-js-translations.php:656 msgid "Configure the activated modules." msgstr "Configura i moduli attivati." @@ -223,7 +223,7 @@ msgstr "Configura i moduli attivati." #. translators: %s button name #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:107 #: js/settings/ui/basics/Instructions.tsx:74 -#: languages/wptelegram-js-translations.php:226 +#: languages/wptelegram-js-translations.php:245 msgid "Hit %s below." msgstr "Clicca %s sotto." @@ -237,208 +237,208 @@ msgstr "Salva Cambiamenti" #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:119 #: js/settings/ui/basics/Instructions.tsx:86 -#: languages/wptelegram-js-translations.php:230 +#: languages/wptelegram-js-translations.php:249 msgid "Introduction" msgstr "" #: js/settings/ui/notify/Notify.tsx:28 -#: languages/wptelegram-js-translations.php:646 +#: languages/wptelegram-js-translations.php:659 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/Notify.tsx:41 -#: languages/wptelegram-js-translations.php:649 +#: languages/wptelegram-js-translations.php:662 msgid "Notification Settings" msgstr "Impostazioni Notifiche" #. %s code #. translators: %s code #: js/settings/ui/notify/WatchEmails.tsx:24 -#: languages/wptelegram-js-translations.php:653 +#: languages/wptelegram-js-translations.php:666 msgid "If you want to receive notification for every email, then write %s." msgstr "Se volete ricevere una notifica per ogni email, allora scrivete %s." #: js/settings/ui/notify/WatchEmails.tsx:41 -#: languages/wptelegram-js-translations.php:656 +#: languages/wptelegram-js-translations.php:669 msgid "Telegram User or Group Chat ID." msgstr "ID dell'utente di Telegram o della chat di gruppo." #: js/settings/ui/p2tg/Destination.tsx:19 -#: languages/wptelegram-js-translations.php:659 +#: languages/wptelegram-js-translations.php:672 msgid "Destination" msgstr "Destinazione" #: js/settings/ui/p2tg/Destination.tsx:24 -#: languages/wptelegram-js-translations.php:662 +#: languages/wptelegram-js-translations.php:675 msgid "Channel Username or Chat ID." msgstr "Chat ID Telegram." #: js/settings/ui/p2tg/MessageKeyboard.tsx:21 -#: languages/wptelegram-js-translations.php:665 +#: languages/wptelegram-js-translations.php:678 msgid "Inline Keyboard" msgstr "Tastiera in linea" #: js/settings/ui/p2tg/MessageKeyboard.tsx:25 -#: languages/wptelegram-js-translations.php:668 +#: languages/wptelegram-js-translations.php:681 msgid "Add an inline clickable button for the post URL just below the message." msgstr "Aggiungi un pulsante cliccabile per l'URL dell'articolo appena sotto il messaggio." #. template tag/macro #. translators: template tag/macro #: js/settings/ui/p2tg/MessageKeyboard.tsx:50 -#: languages/wptelegram-js-translations.php:675 +#: languages/wptelegram-js-translations.php:688 msgid "You can specify any custom field like %s." msgstr "Puoi specificare qualsiasi campo personalizzato come %s." #: js/settings/ui/p2tg/MessageKeyboard.tsx:55 -#: languages/wptelegram-js-translations.php:678 +#: languages/wptelegram-js-translations.php:691 msgid "Source of the button URL." msgstr "Sorgente del pulsante URL." #: js/settings/ui/p2tg/MessageSettings.tsx:22 -#: languages/wptelegram-js-translations.php:681 +#: languages/wptelegram-js-translations.php:694 msgid "Message Settings" msgstr "Impostazioni Messaggi" #: js/settings/ui/p2tg/Miscellaneous.tsx:19 -#: languages/wptelegram-js-translations.php:684 +#: languages/wptelegram-js-translations.php:697 msgid "Miscellaneous" msgstr "Varie" #: js/settings/ui/p2tg/P2TG.tsx:28 -#: languages/wptelegram-js-translations.php:687 +#: languages/wptelegram-js-translations.php:700 msgid "With this module, you can configure how the posts are sent to Telegram." msgstr "Con questo modulo, puoi configurare come gli articoli vengono inviati a Telegram." #: js/settings/ui/p2tg/Rules.tsx:15 -#: languages/wptelegram-js-translations.php:690 +#: languages/wptelegram-js-translations.php:703 msgid "A new post is published" msgstr "Un nuovo articolo è stato pubblicato" #: js/settings/ui/p2tg/Rules.tsx:19 -#: languages/wptelegram-js-translations.php:693 +#: languages/wptelegram-js-translations.php:706 msgid "An existing post is updated" msgstr "Un articolo esistente è stato aggiornato" #: js/settings/ui/p2tg/Rules.tsx:30 -#: languages/wptelegram-js-translations.php:696 +#: languages/wptelegram-js-translations.php:709 msgid "Rules" msgstr "Regole" #: js/settings/ui/p2tg/Rules.tsx:37 -#: languages/wptelegram-js-translations.php:699 +#: languages/wptelegram-js-translations.php:712 msgid "When the post should be sent to Telegram." msgstr "Quando l'articolo deve essere spedito a Telegram." #: js/settings/ui/p2tg/Rules.tsx:47 -#: languages/wptelegram-js-translations.php:702 +#: languages/wptelegram-js-translations.php:715 msgid "Which post types should be sent." msgstr "Quali tipi di articoli devono essere inviati." #: js/settings/ui/shared/IfBotToken.tsx:15 -#: languages/wptelegram-js-translations.php:705 +#: languages/wptelegram-js-translations.php:718 msgid "You must add a bot token." msgstr "Devi aggiungere un bot token." #: js/settings/ui/shared/Upsell.tsx:41 -#: languages/wptelegram-js-translations.php:718 +#: languages/wptelegram-js-translations.php:731 msgid "Upgrade to Pro" msgstr "Aggiorna alla versione Pro" #: js/settings/ui/shared/Upsell.tsx:51 -#: languages/wptelegram-js-translations.php:721 +#: languages/wptelegram-js-translations.php:734 msgid "Want an absolute integration with Telegram?" msgstr "" #: js/settings/ui/shared/Upsell.tsx:55 -#: languages/wptelegram-js-translations.php:724 +#: languages/wptelegram-js-translations.php:737 msgid "Want to add more bots?" msgstr "Vuoi aggiungere altri bot?" #: js/settings/ui/shared/Upsell.tsx:59 -#: languages/wptelegram-js-translations.php:727 +#: languages/wptelegram-js-translations.php:740 msgid "Need more features?" msgstr "Hai bisogno di più funzionalità?" #: js/settings/ui/shared/Upsell.tsx:63 -#: languages/wptelegram-js-translations.php:730 +#: languages/wptelegram-js-translations.php:743 msgid "Want to use different channels for different categories?" msgstr "Desideri utilizzare canali diversi per categorie diverse?" #. %s: plugin name #. translators: %s: plugin name #: js/settings/ui/shared/Upsell.tsx:69 -#: languages/wptelegram-js-translations.php:734 +#: languages/wptelegram-js-translations.php:747 msgid "%s supports multiple instances of Post to Telgram with different rules." msgstr "%s supporta più istanze di invio a Telgram con regole differenti." #. %s: plugin name #. translators: %s: plugin name #: js/settings/ui/shared/Upsell.tsx:79 -#: languages/wptelegram-js-translations.php:738 +#: languages/wptelegram-js-translations.php:751 msgid "%s supports ALL WooCommerce and ACF text fields." msgstr "%s supporta TUTTI i campi di testo di WooCommerce e ACF." #: js/settings/ui/shared/Upsell.tsx:85 -#: languages/wptelegram-js-translations.php:741 +#: languages/wptelegram-js-translations.php:754 msgid "Want to add more buttons?" msgstr "Vuoi aggiungere più bottoni?" #. %s: plugin name #. translators: %s: plugin name #: js/settings/ui/shared/Upsell.tsx:91 -#: languages/wptelegram-js-translations.php:745 +#: languages/wptelegram-js-translations.php:758 msgid "%s supports delay per channel." msgstr "%s supporta l'invio ritardato per canale." #: js/settings/ui/shared/Upsell.tsx:97 -#: languages/wptelegram-js-translations.php:748 +#: languages/wptelegram-js-translations.php:761 msgid "Want to add more emails?" msgstr "Vuoi aggiungere più email?" #: js/settings/ui/shared/Upsell.tsx:104 -#: languages/wptelegram-js-translations.php:712 +#: languages/wptelegram-js-translations.php:725 msgid "WP Telegram Pro" msgstr "WP Telegram Pro" #. %s: plugin name #. translators: %s: plugin name #: js/settings/ui/shared/Upsell.tsx:103 -#: languages/wptelegram-js-translations.php:709 +#: languages/wptelegram-js-translations.php:722 msgid "%s supports Cloudflare proxy for featured image upload!" msgstr "%s supporta il proxy Cloudflare per il caricamento delle immagini in primo piano!" #: js/settings/ui/shared/Upsell.tsx:111 -#: languages/wptelegram-js-translations.php:715 +#: languages/wptelegram-js-translations.php:728 msgid "Upgrade NOW" msgstr "Aggiorna ADESSO" #: js/p2tg-block-editor/Channels.tsx:39 -#: languages/wptelegram-js-translations.php:545 +#: languages/wptelegram-js-translations.php:558 #: modules/p2tg/Admin.php:431 msgid "Send to" msgstr "Invia a" #: js/p2tg-block-editor/Files.tsx:17 -#: languages/wptelegram-js-translations.php:551 +#: languages/wptelegram-js-translations.php:564 msgid "Add or Upload Files" msgstr "Aggiungi o carica files" #: js/p2tg-block-editor/Files.tsx:57 -#: languages/wptelegram-js-translations.php:554 +#: languages/wptelegram-js-translations.php:567 #: 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:66 -#: languages/wptelegram-js-translations.php:557 +#: languages/wptelegram-js-translations.php:570 #: modules/p2tg/Admin.php:453 msgid "Files" msgstr "Files" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:47 #: js/p2tg-block-editor/OverrideSettings.tsx:116 -#: languages/wptelegram-js-translations.php:522 +#: languages/wptelegram-js-translations.php:535 #: modules/p2tg/Admin.php:481 msgid "Featured Image" msgstr "Immagine in primo piano" @@ -452,33 +452,33 @@ msgstr "Invia immagine in primo piano (se esiste)." #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:35 #: js/p2tg-block-editor/OverrideSettings.tsx:124 -#: languages/wptelegram-js-translations.php:487 +#: languages/wptelegram-js-translations.php:500 #: modules/p2tg/Admin.php:493 msgid "Message Template" msgstr "Modello Messaggio" #: js/p2tg-block-editor/OverrideSettings.tsx:86 -#: languages/wptelegram-js-translations.php:565 +#: languages/wptelegram-js-translations.php:578 #: modules/p2tg/Admin.php:421 msgid "Override settings" msgstr "Sovrascrivi le impostazioni" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:25 #: js/p2tg-block-editor/OverrideSettings.tsx:98 -#: languages/wptelegram-js-translations.php:462 +#: languages/wptelegram-js-translations.php:469 #: modules/p2tg/Admin.php:443 msgid "Disable Notifications" msgstr "Disabilita Notifiche" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:24 #: js/p2tg-block-editor/OverrideSettings.tsx:105 -#: languages/wptelegram-js-translations.php:458 +#: languages/wptelegram-js-translations.php:465 #: modules/p2tg/Admin.php:464 msgid "Delay in Posting" msgstr "Ritarda l'invio di" #: js/p2tg-block-editor/SendToTelegram.tsx:32 -#: languages/wptelegram-js-translations.php:568 +#: languages/wptelegram-js-translations.php:581 #: modules/p2tg/Admin.php:367 msgid "Send to Telegram" msgstr "Invia a Telegram" @@ -577,82 +577,82 @@ msgid "Delete button" msgstr "URL pulsante in linea" #: ../../packages/js/shared/wptelegram-ui/components/MessageTemplate.tsx:19 -#: languages/wptelegram-js-translations.php:177 +#: languages/wptelegram-js-translations.php:191 #: modules/p2tg/Admin.php:494 msgid "Structure of the message to be sent." msgstr "Struttura del messaggio da inviare." #: ../../packages/js/shared/wptelegram-ui/components/MiscMessageSettings.tsx:19 -#: languages/wptelegram-js-translations.php:180 +#: languages/wptelegram-js-translations.php:194 msgid "Send categories as hashtags." msgstr "Invia la categoria come un hashtags." #: ../../packages/js/shared/wptelegram-ui/components/LinkPreviewOptions.tsx:21 -#: languages/wptelegram-js-translations.php:183 +#: languages/wptelegram-js-translations.php:177 msgid "Disables previews for links in the messages." msgstr "Disabilità l'anteprima per i link nei messaggi." #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:27 -#: languages/wptelegram-js-translations.php:190 +#: languages/wptelegram-js-translations.php:209 msgid "To receive notifications privately:" msgstr "Ricevi notifiche private:" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:33 -#: languages/wptelegram-js-translations.php:194 +#: languages/wptelegram-js-translations.php:213 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/wptelegram-ui/components/NotifyInstructions.tsx:49 -#: languages/wptelegram-js-translations.php:198 +#: languages/wptelegram-js-translations.php:217 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/wptelegram-ui/components/NotifyInstructions.tsx:66 -#: languages/wptelegram-js-translations.php:201 +#: languages/wptelegram-js-translations.php:220 msgid "To receive notifications into a group:" msgstr "Ricevi notifiche in un gruppo:" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:72 -#: languages/wptelegram-js-translations.php:205 +#: languages/wptelegram-js-translations.php:224 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/wptelegram-ui/components/NotifyInstructions.tsx:84 -#: languages/wptelegram-js-translations.php:209 +#: languages/wptelegram-js-translations.php:228 msgid "Enter the Chat ID in %s field below." msgstr "Inserisci il Chat ID nel %s campo qui sotto." #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:88 #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:21 -#: languages/wptelegram-js-translations.php:213 +#: languages/wptelegram-js-translations.php:232 msgid "Send it to" msgstr "Invia a" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:96 -#: languages/wptelegram-js-translations.php:217 +#: languages/wptelegram-js-translations.php:236 msgid "Add your own bot %s to the group." msgstr "Aggiungi il tuo bot %s al gruppo." #: ../../packages/js/shared/wptelegram-ui/components/NotifyMessageTemplate.tsx:15 #: ../../packages/js/shared/wptelegram-ui/components/TemplateInfo.tsx:31 -#: languages/wptelegram-js-translations.php:221 +#: languages/wptelegram-js-translations.php:240 msgid "You can use any text, emojis or these macros in any order." msgstr "Puoi usare qualsiasi testo, emoji o macro in questo ordine." #. %s pipe character #. translators: %s pipe character #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:142 -#: languages/wptelegram-js-translations.php:240 +#: languages/wptelegram-js-translations.php:259 msgid "Note can be added after %s." msgstr "" @@ -660,245 +660,241 @@ msgstr "" #. translators: %s code example #: ../../packages/js/shared/wptelegram-ui/components/LinkPreviewOptions.tsx:38 #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:154 -#: languages/wptelegram-js-translations.php:244 +#: languages/wptelegram-js-translations.php:185 #, fuzzy msgid "For example %s" msgstr "Per esempio, usa %s" #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:26 -#: languages/wptelegram-js-translations.php:247 +#: languages/wptelegram-js-translations.php:262 msgid "Create a Telegram channel or group." msgstr "Crea un Canale/gruppo." #. %s bot username #. translators: %s bot username #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:31 -#: languages/wptelegram-js-translations.php:251 +#: languages/wptelegram-js-translations.php:266 msgid "Add your bot %s as Administrator to your Channel/Group." msgstr "Aggiungi il tuo bot %s come Amministratore del tuo Canale/Gruppo." #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:44 -#: languages/wptelegram-js-translations.php:254 +#: languages/wptelegram-js-translations.php:269 msgid "Enter the Channel Username in the field below." msgstr "Inserisci il nome utente del canale nel campo qui sotto." #. %s symbol - @ #. translators: %s symbol - @ #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:51 -#: languages/wptelegram-js-translations.php:258 +#: languages/wptelegram-js-translations.php:273 msgid "Username must start with %s" msgstr "L'username dovrebbe iniziare con %s" #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:60 -#: languages/wptelegram-js-translations.php:261 +#: languages/wptelegram-js-translations.php:276 msgid "You can also use the Chat ID of a group or private chat." msgstr "Puoi anche utilizzare il Chat ID di un gruppo o una chat privata." #. %s bot username #. translators: %s bot username #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:65 -#: languages/wptelegram-js-translations.php:265 +#: languages/wptelegram-js-translations.php:280 msgid "Get it from %s." msgstr "Ottienilo da %s." #. %s colon character #. translators: %s colon character #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:81 -#: languages/wptelegram-js-translations.php:269 +#: languages/wptelegram-js-translations.php:284 msgid "If you want to send posts to a specific topic in a group with topics enabled, you can add a colon (%s) to the chat ID followed by topic ID." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:128 -#: languages/wptelegram-js-translations.php:233 +#: languages/wptelegram-js-translations.php:252 msgid "Tip!" msgstr "" -#: languages/wptelegram-js-translations.php:236 -msgid "You can add an internal note to the chat ID to make it easier for you to indentify it." -msgstr "" - #: ../../packages/js/shared/wptelegram-ui/components/P2TGSwitchAndPluginPosts.tsx:13 -#: languages/wptelegram-js-translations.php:272 +#: languages/wptelegram-js-translations.php:287 msgid "Show an ON/OFF switch on the post edit screen." msgstr "Mostra un ON/OFF switch nella schermata di modifica articoli." #: ../../packages/js/shared/wptelegram-ui/components/P2TGSwitchAndPluginPosts.tsx:14 -#: languages/wptelegram-js-translations.php:275 +#: languages/wptelegram-js-translations.php:290 #, fuzzy msgid "You can use this switch to override the settings for a particular post." msgstr "Abilitando questo switch potrai decidere come e se pubblicate su Telegram direttamente nella fase di modifica dell'articolo." #: ../../packages/js/shared/wptelegram-ui/components/P2TGSwitchAndPluginPosts.tsx:23 -#: languages/wptelegram-js-translations.php:278 +#: languages/wptelegram-js-translations.php:293 msgid "Enable this option if you use a plugin to generate posts." msgstr "Abilita questa opzione se utilizzi un plugin per generare gli articoli." #: ../../packages/js/shared/wptelegram-ui/components/ParseModeField.tsx:17 #: ../../packages/js/shared/wptelegram-ui/components/SingleMessage.tsx:70 -#: languages/wptelegram-js-translations.php:282 +#: languages/wptelegram-js-translations.php:297 msgid "None" msgstr "Nessuno" #: ../../packages/js/shared/wptelegram-ui/components/ParseModeField.tsx:21 -#: languages/wptelegram-js-translations.php:285 +#: languages/wptelegram-js-translations.php:300 msgid "HTML style" msgstr "Stile HTML" #: ../../packages/js/shared/wptelegram-ui/components/MiscMessageSettings.tsx:35 #: ../../packages/js/shared/wptelegram-ui/components/ParseModeField.tsx:42 #: ../../packages/js/shared/wptelegram-ui/components/TemplateInfo.tsx:39 -#: languages/wptelegram-js-translations.php:290 +#: languages/wptelegram-js-translations.php:199 msgid "Learn more" msgstr "Scopri di più" #: ../../packages/js/shared/wptelegram-ui/components/MiscMessageSettings.tsx:38 -#: languages/wptelegram-js-translations.php:293 +#: languages/wptelegram-js-translations.php:202 msgid "Protects the contents of sent messages from forwarding and saving." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/SingleMessage.tsx:34 -#: languages/wptelegram-js-translations.php:296 +#: languages/wptelegram-js-translations.php:303 msgid "Send both text and image in single message." msgstr "Invia testo e immagine in un unico messaggio." #. 1 - field name, 2 - value #. translators: 1 - field name, 2 - value #: ../../packages/js/shared/wptelegram-ui/components/SingleMessage.tsx:48 -#: languages/wptelegram-js-translations.php:300 +#: languages/wptelegram-js-translations.php:307 msgid "When %1$s is set to %2$s:" msgstr "Quando %1$s è impostato a %2$s:" #. 1 - field name, 2 - value #. translators: 1 - field name, 2 - value #: ../../packages/js/shared/wptelegram-ui/components/SingleMessage.tsx:64 -#: languages/wptelegram-js-translations.php:304 +#: languages/wptelegram-js-translations.php:311 msgid "%1$s should not be %2$s." msgstr "%1$s non può essere %2$s." #. 1 - field name #. translators: 1 - field name #: ../../packages/js/shared/wptelegram-ui/components/SingleMessage.tsx:80 -#: languages/wptelegram-js-translations.php:308 +#: languages/wptelegram-js-translations.php:315 msgid "%s should not be enabled." msgstr "%s non deve essere abilitato." #: ../../packages/js/shared/wptelegram-ui/components/TemplateInfo.tsx:36 -#: languages/wptelegram-js-translations.php:311 +#: languages/wptelegram-js-translations.php:318 msgid "You can also use conditional logic in the template." msgstr "Puoi anche utilizzare una logica condizionale nei modelli." #: ../../packages/js/shared/wptelegram-ui/components/UserNotifications.tsx:20 -#: languages/wptelegram-js-translations.php:314 +#: languages/wptelegram-js-translations.php:321 msgid "Allow users receive their email notifications on Telegram." msgstr "Permetti all'utente di ricevere una notifica email su Telegram." #. 1 Plugin name #. translators: 1 Plugin name #: ../../packages/js/shared/wptelegram-ui/components/UserNotifications.tsx:31 -#: languages/wptelegram-js-translations.php:318 +#: languages/wptelegram-js-translations.php:325 msgid "Use %s to let them connect their Telegram account." msgstr "Usa %s per far collegare il loro account Telegram." #. 1 profile page #. translators: 1 profile page #: ../../packages/js/shared/wptelegram-ui/components/UserNotifications.tsx:49 -#: languages/wptelegram-js-translations.php:322 +#: languages/wptelegram-js-translations.php:329 msgid "They can also enter their Telegram Chat ID manually on %s page." msgstr "Possono anche inserire il loro Chat ID di Telegram manualmente nella pagina %s." #: ../../packages/js/shared/wptelegram-ui/components/UserNotifications.tsx:57 -#: languages/wptelegram-js-translations.php:325 +#: languages/wptelegram-js-translations.php:332 msgid "profile" msgstr "profilo" #: ../../packages/js/shared/wptelegram-ui/components/proxy/CFWorker.tsx:14 #: ../../packages/js/shared/wptelegram-ui/components/proxy/GoogleScript.tsx:16 -#: languages/wptelegram-js-translations.php:329 +#: languages/wptelegram-js-translations.php:336 msgid "The requests to Telegram will be sent via this URL." msgstr "Le richieste a Telegram saranno spedite tramite questa URL." #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:11 -#: languages/wptelegram-js-translations.php:332 +#: languages/wptelegram-js-translations.php:339 msgid "HTTP" msgstr "HTTP" #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:15 -#: languages/wptelegram-js-translations.php:335 +#: languages/wptelegram-js-translations.php:342 msgid "SOCKS4" msgstr "SOCKS4" #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:19 -#: languages/wptelegram-js-translations.php:338 +#: languages/wptelegram-js-translations.php:345 msgid "SOCKS4A" msgstr "SOCKS4A" #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:23 -#: languages/wptelegram-js-translations.php:341 +#: languages/wptelegram-js-translations.php:348 msgid "SOCKS5" msgstr "SOCKS5" #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:27 -#: languages/wptelegram-js-translations.php:344 +#: languages/wptelegram-js-translations.php:351 msgid "SOCKS5_HOSTNAME" msgstr "SOCKS5_HOSTNAME" #. IP address #. translators: IP address #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:39 -#: languages/wptelegram-js-translations.php:348 +#: languages/wptelegram-js-translations.php:355 msgid "Host IP or domain name like %s." msgstr "Host IP o nome di dominio come %s." #. proxy port #. translators: proxy port #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:51 -#: languages/wptelegram-js-translations.php:352 +#: languages/wptelegram-js-translations.php:359 msgid "Target Port like %s." msgstr "Porta di destinazione come %s." #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:76 -#: languages/wptelegram-js-translations.php:355 +#: languages/wptelegram-js-translations.php:362 msgid "Leave empty if not required." msgstr "Lasciare vuoto se non richiesto." #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:16 -#: languages/wptelegram-js-translations.php:358 +#: languages/wptelegram-js-translations.php:365 msgid "Cloudflare worker" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:20 -#: languages/wptelegram-js-translations.php:361 +#: languages/wptelegram-js-translations.php:368 msgid "Google Script" msgstr "Google Script" #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:24 -#: languages/wptelegram-js-translations.php:364 +#: languages/wptelegram-js-translations.php:371 msgid "PHP Proxy" msgstr "PHP Proxy" #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:34 -#: languages/wptelegram-js-translations.php:367 +#: languages/wptelegram-js-translations.php:374 msgid "The module will help you bypass the ban on Telegram by making use of proxy." msgstr "Il modulo ti aiuterà a superare i divieti su Telegram utilizzando il proxy." #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:53 -#: languages/wptelegram-js-translations.php:379 +#: languages/wptelegram-js-translations.php:386 #, fuzzy msgid "Cloudflare worker is preferred." msgstr "E' preferibile usare lo script di Google." #: ../../packages/js/shared/wptelegram-ui/components/proxy/ProxyDisclaimer.tsx:11 -#: languages/wptelegram-js-translations.php:382 +#: languages/wptelegram-js-translations.php:389 msgid "Use the proxy at your own risk!" msgstr "Utilizza proxy a tuo rischio!" #: ../../packages/js/shared/wptelegram-ui/components/proxy/ProxyDisclaimer.tsx:8 -#: languages/wptelegram-js-translations.php:385 +#: languages/wptelegram-js-translations.php:392 msgid "DISCLAIMER!" msgstr "Dichiarazione di esclusione di responsabilità!" #: ../../packages/js/shared/wptelegram-ui/components/proxy/ProxySettings.tsx:17 -#: languages/wptelegram-js-translations.php:388 +#: languages/wptelegram-js-translations.php:395 msgid "Proxy settings" msgstr "Impostazioni Proxy" @@ -910,209 +906,205 @@ msgid "Add" msgstr "Aggiungi" #: ../../packages/js/shared/wptelegram-ui/components/rules/And.tsx:8 -#: languages/wptelegram-js-translations.php:391 +#: languages/wptelegram-js-translations.php:398 msgid "AND" msgstr "AND" #: ../../packages/js/shared/wptelegram-ui/components/rules/Or.tsx:8 -#: languages/wptelegram-js-translations.php:394 +#: languages/wptelegram-js-translations.php:401 msgid "OR" msgstr "OR" #: ../../packages/js/shared/wptelegram-ui/components/rules/P2TGCustomRules.tsx:51 -#: languages/wptelegram-js-translations.php:397 +#: languages/wptelegram-js-translations.php:404 msgid "You can also define custom rules to send the posts." msgstr "Puoi anche definire regole personalizzate per inviare i tuoi articoli." #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetButtons.tsx:39 -#: languages/wptelegram-js-translations.php:400 +#: languages/wptelegram-js-translations.php:407 msgid "Remove" msgstr "Elimina" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetFields.tsx:11 -#: languages/wptelegram-js-translations.php:403 +#: languages/wptelegram-js-translations.php:410 msgid "is in" msgstr "è" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetFields.tsx:15 -#: languages/wptelegram-js-translations.php:406 +#: languages/wptelegram-js-translations.php:413 msgid "is not in" msgstr "non è" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetFields.tsx:27 -#: languages/wptelegram-js-translations.php:409 +#: languages/wptelegram-js-translations.php:416 msgid "Rule type" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetFields.tsx:35 -#: languages/wptelegram-js-translations.php:412 +#: languages/wptelegram-js-translations.php:419 msgid "Rule operator" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetValues.tsx:103 -#: languages/wptelegram-js-translations.php:415 +#: languages/wptelegram-js-translations.php:422 msgid "Select..." msgstr "Seleziona..." #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetValues.tsx:16 -#: languages/wptelegram-js-translations.php:418 +#: languages/wptelegram-js-translations.php:425 msgid "Loading..." msgstr "Caricamento..." #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetValues.tsx:17 -#: languages/wptelegram-js-translations.php:421 +#: languages/wptelegram-js-translations.php:428 msgid "No options available" msgstr "Non ci sono opzioni" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetValues.tsx:91 -#: languages/wptelegram-js-translations.php:424 +#: languages/wptelegram-js-translations.php:431 #, fuzzy msgid "Rule values" msgstr "Regole" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:14 -#: languages/wptelegram-js-translations.php:430 +#: languages/wptelegram-js-translations.php:437 #, fuzzy msgid "Bot" msgstr "Bot API" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:15 -#: languages/wptelegram-js-translations.php:433 +#: languages/wptelegram-js-translations.php:440 msgid "Bot Token" msgstr "Bot Token" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:16 -#: languages/wptelegram-js-translations.php:436 +#: languages/wptelegram-js-translations.php:443 msgid "Bot Username" msgstr "Nome del Bot" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:17 -#: languages/wptelegram-js-translations.php:439 +#: languages/wptelegram-js-translations.php:446 msgid "Categories as hashtags" msgstr "Categorie e Hashtags" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:18 -#: languages/wptelegram-js-translations.php:442 +#: languages/wptelegram-js-translations.php:449 msgid "Cloudflare worker URL" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:19 -#: languages/wptelegram-js-translations.php:445 +#: languages/wptelegram-js-translations.php:452 msgid "Channel(s)" msgstr "Canali" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:20 -#: languages/wptelegram-js-translations.php:448 +#: languages/wptelegram-js-translations.php:455 msgid "Chat ID" msgstr "Chat ID" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:22 -#: languages/wptelegram-js-translations.php:451 +#: languages/wptelegram-js-translations.php:458 msgid "Remove settings on uninstall" msgstr "Rimuovere le impostazioni quando viene disinstallato" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:23 -#: languages/wptelegram-js-translations.php:454 +#: languages/wptelegram-js-translations.php:461 msgid "Debug Info" msgstr "Informazioni di debug" -#: languages/wptelegram-js-translations.php:465 -msgid "Disable Web Page Preview" -msgstr "Disabilita anteprima pagina Web" - #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:29 -#: languages/wptelegram-js-translations.php:468 +#: languages/wptelegram-js-translations.php:481 msgid "Enable logs for" msgstr "Abilita il file di log per" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:30 -#: languages/wptelegram-js-translations.php:471 +#: languages/wptelegram-js-translations.php:484 msgid "Excerpt Length" msgstr "Lunghezza dell'estratto dall'articolo" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:31 -#: languages/wptelegram-js-translations.php:474 +#: languages/wptelegram-js-translations.php:487 msgid "Excerpt Newlines" msgstr "A capo nell'estratto dell'articolo" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:32 -#: languages/wptelegram-js-translations.php:477 +#: languages/wptelegram-js-translations.php:490 msgid "Excerpt Source" msgstr "Sorgente dell'estratto dell'articolo" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:33 -#: languages/wptelegram-js-translations.php:480 +#: languages/wptelegram-js-translations.php:493 msgid "Google Script URL" msgstr "Google Script URL" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:34 -#: languages/wptelegram-js-translations.php:483 +#: languages/wptelegram-js-translations.php:496 msgid "Image Position" msgstr "Posizione dell'immagine" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:36 -#: languages/wptelegram-js-translations.php:490 +#: languages/wptelegram-js-translations.php:503 msgid "Formatting" msgstr "Formattazione" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:37 -#: languages/wptelegram-js-translations.php:493 +#: languages/wptelegram-js-translations.php:506 msgid "Plugin generated posts" msgstr "Articolo generato da un plugin" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:38 -#: languages/wptelegram-js-translations.php:496 +#: languages/wptelegram-js-translations.php:509 msgid "Post edit switch" msgstr "Modifica dell'articolo" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:40 -#: languages/wptelegram-js-translations.php:503 +#: languages/wptelegram-js-translations.php:516 #, fuzzy msgid "Protect content" msgstr "Contenuto dell'articolo" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:41 -#: languages/wptelegram-js-translations.php:506 +#: languages/wptelegram-js-translations.php:519 msgid "Proxy Host" msgstr "Proxy Host" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:43 -#: languages/wptelegram-js-translations.php:509 +#: languages/wptelegram-js-translations.php:522 msgid "Password" msgstr "Password" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:44 -#: languages/wptelegram-js-translations.php:512 +#: languages/wptelegram-js-translations.php:525 msgid "Proxy Port" msgstr "Porta Proxy" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:45 -#: languages/wptelegram-js-translations.php:515 +#: languages/wptelegram-js-translations.php:528 msgid "Proxy Type" msgstr "Tipo di Proxy" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:46 -#: languages/wptelegram-js-translations.php:518 +#: languages/wptelegram-js-translations.php:531 msgid "Username" msgstr "Nome utente" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:48 -#: languages/wptelegram-js-translations.php:525 +#: languages/wptelegram-js-translations.php:538 msgid "Send files by URL" msgstr "Invia i file da URL" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:49 -#: languages/wptelegram-js-translations.php:528 +#: languages/wptelegram-js-translations.php:541 msgid "Single message" msgstr "Messaggio singolo" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:50 -#: languages/wptelegram-js-translations.php:531 +#: languages/wptelegram-js-translations.php:544 msgid "Notifications to Users" msgstr "Notifiche agli utenti" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:13 -#: languages/wptelegram-js-translations.php:427 +#: languages/wptelegram-js-translations.php:434 msgid "Active" msgstr "Attiva" @@ -1285,19 +1277,19 @@ msgstr "Modifiche salvate." #. %s: field label #. translators: %s: field label #: ../../packages/js/utilities/fields.ts:35 -#: languages/wptelegram-js-translations.php:535 +#: languages/wptelegram-js-translations.php:548 msgid "Invalid %s" msgstr "Invalido %s" #. %s: field label #. translators: %s: field label #: ../../packages/js/utilities/fields.ts:39 -#: languages/wptelegram-js-translations.php:539 +#: languages/wptelegram-js-translations.php:552 msgid "%s required." msgstr "%s richiesto." #: ../../packages/js/utilities/fields.ts:42 -#: languages/wptelegram-js-translations.php:542 +#: languages/wptelegram-js-translations.php:555 msgid "Changes could not be saved." msgstr "Le modifiche non saranno salvate." @@ -1355,13 +1347,13 @@ msgid "Custom Taxonomy" msgstr "Tassonomia personalizzata" #: js/p2tg-block-editor/Channels.tsx:52 -#: languages/wptelegram-js-translations.php:548 +#: languages/wptelegram-js-translations.php:561 msgid "Select all" msgstr "" #. Description of the plugin #: js/settings/ui/Sidebar.tsx:16 -#: languages/wptelegram-js-translations.php:600 +#: languages/wptelegram-js-translations.php:613 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 "" @@ -1391,25 +1383,31 @@ msgid "Please reload the page." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/LinkPreviewOptions.tsx:33 +#: languages/wptelegram-js-translations.php:180 msgid "URL to use for the link preview." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/LinkPreviewOptions.tsx:57 +#: languages/wptelegram-js-translations.php:188 msgid "Whether the link preview must be shown above the message text." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:133 +#: languages/wptelegram-js-translations.php:255 msgid "You can add an internal note to the chat ID to make it easier for you to identify it." msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:26 +#: languages/wptelegram-js-translations.php:472 msgid "Disable link preview" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:27 +#: languages/wptelegram-js-translations.php:475 msgid "Link preview URL" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:28 +#: languages/wptelegram-js-translations.php:478 msgid "Show preview above text" msgstr "" diff --git a/plugins/wptelegram/src/languages/wptelegram-pl_PL.mo b/plugins/wptelegram/src/languages/wptelegram-pl_PL.mo index 0350da1dedcfe3164d3ab8bcba725723c293b3e0..bc31f30f6081094f04abd6113dcdc28fd34fc416 100644 GIT binary patch delta 2707 zcmYM!drZ}39LMo5x5MG8fLt=E19b3^h=knIrKK1o4U*Qyz?i})N|=Axh*&!#mq|L? zTI$mNV5!AgNX5uMYEGJ@BV25un@+GYGwnu5Icr_spPgrm9e%Ih^Zb6l@ALgW&-45B zZkpN{oJx+|WBeWFe*ym$QEHiOj{V;ZPTOeTg4?kcdodlSF#^4DW`2xEwTo~emSQSC ziIun&%kWdoG7H))CrNaq#hcxO0ZhaeT!zo#t@r`X!7&3dlqC7h_OUvdVRALVmV|!)okC4KRWVJb}sh9V*Zb)DnafUF}#@ zBB`k7ijZ6EK4%@OkS0_DZAr|(9_*qc9Jga6_MoPAH)<^px$B>x0v|(ucAA3%UPLcm zMO~jkJr_o{ikE>}!c5e_d8oZomdyMsK!xk5aW~eZ0zQSRU<>NLZp_A=s05FoX66KH z$tF+*oktCD*|le!f1_r|n_^ai{van$a8i$&%8yZ*9zz8jMFkp1A5NkY`3D!FcU~x9 zF;cXxLnY9JdTZKIabHCh@;d7IgQ!g!?B_(4UcvP^jRm-t@-&s5sNK5*6{sJ%#fIGV zQPdtfhf4G&Dgh7kKOd8D3Fc!pHed_(;ZnW-bNGs^q+>PGXWK9r_oH_Iu)BU4HT8bJ zMnzbK8n_EpzyVanhfozBM=i}L=HYqtVI*I%O7!Cfz5i{TXuvO!jBEzWF_-l90cu1& zupc!8-=dc08fu_v*Z(J;U>Apzg%UfN85-~k*3tIf7V59ZFxp)hV0?R#69s$+7vlR! zEStav{1unugG5y&JCMn+kFXF&QG4butiott==<;xYPWZy5`V?{8fuC5VNfS;bE1I# z=)n=xl#U@W?Tqtxyo+{fR%og#Q3*65`_bM&CeQj%o9#2yl759+nrp7@VI9?_IKb04npds7*KJyp9^s%Ld_%vIVFaT!LJ(5>#Q2qY7w3#oOlE@1YVJ z%?XAAd{2jV{Y})A1=#X>ok~$_T!qTG4k^M~QB%It_3y(qw2z?PnpxEI5mck+Qc>-E z)N?CP1+5KoqBU(qRnmic;4M^zgBXb?Q8O`ydT_$^Uv>V1TEgq-!#K)~z70u zFRGx2(SyMa?m{!N&#VJA;9gXw2T%dtMa|4n)YOikDji3?_ZLxte?lerhik{NqXV>4 zQH8BQ#d!py^!_(-qJXWaKwDkA8x?RDYKHb=DIUki@CNGsTB1i|gR>bmz-C;GFQD%0 z!$mlRKKusL_5OzwT@TDhZJq!sp=wkmkGkv6Vm0kfcYOq#X^*467bSOwDr`r^c^N&} z=lTawOYk}B^*)F3jBm4?XsW|VkL9xjEXJi+gHK~S9>sN-n@>{sJZcwziA;w5=uDyP z`)Myn#d`^tVIOMqUP2`jRlxk~^~m5P4$Dy$S6~sYM>ewULQVOH*oHBD(1~FkScZpD t2~T1TCi78f#EqyK7)I@>Q|QIhs3kjFXoFp`XCek$6DLy!8?%QK{{wBA1QGxM delta 2772 zcmYM#eN5F=9LMn^&w^f_3L!v$Jd-?L3Rc38YV67oG|A=T6{?o=Jb1yOjI;fRFpYjG-i=LI zhMl+;uVI2Q9^<#nm~aMCaXl8I3tO=myD%27U?~2Kn(#IT;tVduzmbpeS#C@ehN5yv zMcwDdRak@$ZpT9AHyt#zfI-Z{5#(d$_|k++SPhFc;i!P|7>4Pn%!*JIszlwt*Lnnt z=%2)Fyo$*h2?tc~2@hs}OZ&6z~fqcw7 zUzzC7%}OW_mFNSgM7E+w7piHfG|!^?FC!mwhOZ6SkDA~PD)1sk;BulVkb^35hV8FG zEu;kX+)m^X(_nobl}L9u_1Ag<#ef3rNA=t6jh(1~uc0zHgSxLD6Y*2j0)IeN z=6BSVEus?gjr7KIq584bR8)oB9vb;HDsTsOqDpxawbCh6z&X^y7SO?fySxiY!wmXv zRKRLfMLJLucB9^&)2O(Es6;NK67gK4p;J1J$~260wqp!tV+*R3=TN8jA}Y{0@`#zV z*XK}Y$cK7sp^2ykhw?B>n`3k zmA(S=@DOU^UQ`0ZsEo%@8Qwx|%^co~zWj7|j5eW-xnVH$pq z%w-mF7e@2cIy{WZvHSH`1R$y*&kFq31WE zo~yF`CJzlgcnpr7T~SaG{=yLXBrwb5UEFj}C4|Uu;6X z4b7(J2hTckP8fkUpyFnu7FcNe zn^A|d3Q5dkj?qw{)98=qQ2{TY0)1xtL#Tk)Q5BlN0`wtT6&9iHe;oty9cv#d{zsUF zU!m@s#tgmxf6;IlNFu6A_Au&!U8uv;fLhQis7&6p*FVH^`j_qXz}3do(T_m=ZnUAc zZU7bM8w|i{J3fp0|HlMnc;E9_)XEAl1UDetZ7T6TJd73Ck4?CMkKx`-W1he-QHMC3 zG%1eBvTnmt`bSamhEYFg)9BIZP098ihBDOau>(V}1C{X!%)_@a8Ly*CK8O3UJjYww zOSqQ)6l%e%_))09$8k5lkE(z#KOQ<$!ETOH5RFg*-xd2>YHAznovQj; zXG_hVdS^>>ee1sZw!sqD&B*Ag_L1YmT~Bv72M^TkX&mmVb6TEjKG4)Y7?*g}^&eq5 B5g`Bo diff --git a/plugins/wptelegram/src/languages/wptelegram-pl_PL.po b/plugins/wptelegram/src/languages/wptelegram-pl_PL.po index ced4a39e..e89112f3 100644 --- a/plugins/wptelegram/src/languages/wptelegram-pl_PL.po +++ b/plugins/wptelegram/src/languages/wptelegram-pl_PL.po @@ -57,116 +57,116 @@ msgstr "" #: js/settings/ui/p2tg/MessageKeyboard.tsx:41 #: includes/restApi/SettingsController.php:136 -#: languages/wptelegram-js-translations.php:671 +#: languages/wptelegram-js-translations.php:684 msgid "View Post" msgstr "Zobacz post" #. %s: field label #. translators: %s: field label #: js/settings/services/fields.ts:141 -#: languages/wptelegram-js-translations.php:572 +#: languages/wptelegram-js-translations.php:585 msgid "%s must be a number." msgstr "" #: js/settings/services/fields.ts:19 -#: languages/wptelegram-js-translations.php:575 +#: languages/wptelegram-js-translations.php:588 msgid "Inline button text" msgstr "Tekst przycisku inline" #: js/settings/services/fields.ts:20 -#: languages/wptelegram-js-translations.php:578 +#: languages/wptelegram-js-translations.php:591 msgid "Inline button URL" msgstr "" #: js/settings/services/fields.ts:21 -#: languages/wptelegram-js-translations.php:581 +#: languages/wptelegram-js-translations.php:594 msgid "Add Inline URL Button" msgstr "Dodaj URL przycisku inline" #: js/settings/services/fields.ts:22 -#: languages/wptelegram-js-translations.php:584 +#: languages/wptelegram-js-translations.php:597 msgid "Other settings" msgstr "Inne ustawienia" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:39 #: js/settings/services/fields.ts:23 -#: languages/wptelegram-js-translations.php:500 +#: languages/wptelegram-js-translations.php:513 msgid "Post type" msgstr "Typ postu" #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:48 #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:42 #: js/settings/services/fields.ts:24 -#: languages/wptelegram-js-translations.php:376 +#: languages/wptelegram-js-translations.php:383 msgid "Proxy Method" msgstr "Metoda proxy" #: js/settings/services/fields.ts:25 -#: languages/wptelegram-js-translations.php:587 +#: languages/wptelegram-js-translations.php:600 msgid "Send when" msgstr "Wyślij kiedy" #: js/settings/services/fields.ts:26 -#: languages/wptelegram-js-translations.php:590 +#: languages/wptelegram-js-translations.php:603 msgid "If Email goes to" msgstr "Jeśli e-mail trafi do" #. %s: field label #. translators: %s: field label #: js/settings/services/fields.ts:75 -#: languages/wptelegram-js-translations.php:594 +#: languages/wptelegram-js-translations.php:607 msgid "At least one %s is required." msgstr "" #: js/settings/services/fields.ts:76 -#: languages/wptelegram-js-translations.php:597 +#: languages/wptelegram-js-translations.php:610 msgid "channel" msgstr "Kanał" #: js/settings/ui/Sidebar.tsx:19 -#: languages/wptelegram-js-translations.php:603 +#: languages/wptelegram-js-translations.php:616 msgid "Get LIVE support on Telegram" msgstr "Uzyskaj pomoc na Telegramie" #: js/settings/ui/TabbedSections.tsx:18 -#: languages/wptelegram-js-translations.php:606 +#: languages/wptelegram-js-translations.php:619 msgid "Basics" msgstr "" #: js/p2tg-block-editor/OverrideSettings.tsx:77 #: js/settings/ui/TabbedSections.tsx:23 #: js/settings/ui/advanced/Advanced.tsx:32 -#: languages/wptelegram-js-translations.php:562 +#: languages/wptelegram-js-translations.php:575 #: modules/p2tg/Admin.php:409 msgid "Post to Telegram" msgstr "Wyślij do Telegrama" #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:114 #: js/settings/ui/TabbedSections.tsx:28 -#: languages/wptelegram-js-translations.php:187 +#: languages/wptelegram-js-translations.php:206 msgid "Private Notifications" msgstr "Prywatne powiadomienia" #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:41 #: js/settings/ui/TabbedSections.tsx:33 -#: languages/wptelegram-js-translations.php:371 +#: languages/wptelegram-js-translations.php:378 msgid "Proxy" msgstr "Proxy" #: js/settings/ui/TabbedSections.tsx:38 -#: languages/wptelegram-js-translations.php:609 +#: languages/wptelegram-js-translations.php:622 msgid "Advanced settings" msgstr "Ustawienia zaawansowane" #: js/settings/ui/advanced/Advanced.tsx:26 -#: languages/wptelegram-js-translations.php:612 +#: languages/wptelegram-js-translations.php:625 msgid "Bot API" msgstr "Bot API" #. %s button name #. translators: %s button name #: js/settings/ui/basics/Basics.tsx:31 -#: languages/wptelegram-js-translations.php:616 +#: languages/wptelegram-js-translations.php:629 msgid "Use %s above to set automatically." msgstr "Aby ustawić automatycznie, użyj %s." @@ -179,46 +179,46 @@ msgstr "Test tokena" #. 1 command name, 2 bot name #. translators: 1 command name, 2 bot name #: js/settings/ui/basics/Instructions.tsx:22 -#: languages/wptelegram-js-translations.php:620 +#: languages/wptelegram-js-translations.php:633 msgid "Create a Bot by sending %1$s command to %2$s." msgstr "Utwórz bota, wysyłając komendę %1$s do %2$s." #. %s bot name #. translators: %s bot name #: js/settings/ui/basics/Instructions.tsx:43 -#: languages/wptelegram-js-translations.php:624 +#: languages/wptelegram-js-translations.php:637 msgid "After completing the steps %s will provide you the Bot Token." msgstr "Po wykonaniu kroków %s dostarczy ci token bota." #: js/settings/ui/basics/Instructions.tsx:51 -#: languages/wptelegram-js-translations.php:627 +#: languages/wptelegram-js-translations.php:640 msgid "Copy the token and paste into the Bot Token field below." msgstr "Skopiuj token i wklej poniżej w polu Token bota." #. %s application name #. translators: %s application name #: js/settings/ui/basics/Instructions.tsx:55 -#: languages/wptelegram-js-translations.php:631 +#: languages/wptelegram-js-translations.php:644 msgid "For ease, use %s" msgstr "Dla ułatwienia skorzystaj z %s" #: js/settings/ui/basics/Instructions.tsx:61 -#: languages/wptelegram-js-translations.php:634 +#: languages/wptelegram-js-translations.php:647 msgid "Telegram Desktop" msgstr "" #: js/settings/ui/basics/Instructions.tsx:67 -#: languages/wptelegram-js-translations.php:637 +#: languages/wptelegram-js-translations.php:650 msgid "Test your bot token below." msgstr "Przetestuj swój token bota poniżej." #: js/settings/ui/basics/Instructions.tsx:68 -#: languages/wptelegram-js-translations.php:640 +#: languages/wptelegram-js-translations.php:653 msgid "Activate the modules you want to use." msgstr "Aktywuj moduły, których chcesz użyć." #: js/settings/ui/basics/Instructions.tsx:69 -#: languages/wptelegram-js-translations.php:643 +#: languages/wptelegram-js-translations.php:656 msgid "Configure the activated modules." msgstr "Skonfiguruj aktywowane moduły." @@ -226,7 +226,7 @@ msgstr "Skonfiguruj aktywowane moduły." #. translators: %s button name #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:107 #: js/settings/ui/basics/Instructions.tsx:74 -#: languages/wptelegram-js-translations.php:226 +#: languages/wptelegram-js-translations.php:245 msgid "Hit %s below." msgstr "Naciśnij %s poniżej." @@ -240,167 +240,167 @@ msgstr "Zapisz zmiany" #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:119 #: js/settings/ui/basics/Instructions.tsx:86 -#: languages/wptelegram-js-translations.php:230 +#: languages/wptelegram-js-translations.php:249 msgid "Introduction" msgstr "" #: js/settings/ui/notify/Notify.tsx:28 -#: languages/wptelegram-js-translations.php:646 +#: languages/wptelegram-js-translations.php:659 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/Notify.tsx:41 -#: languages/wptelegram-js-translations.php:649 +#: languages/wptelegram-js-translations.php:662 msgid "Notification Settings" msgstr "Ustawienia powiadomień" #. %s code #. translators: %s code #: js/settings/ui/notify/WatchEmails.tsx:24 -#: languages/wptelegram-js-translations.php:653 +#: languages/wptelegram-js-translations.php:666 msgid "If you want to receive notification for every email, then write %s." msgstr "Jeśli chcesz otrzymywać powiadomienia o każdym e-mailu, napisz %s." #: js/settings/ui/notify/WatchEmails.tsx:41 -#: languages/wptelegram-js-translations.php:656 +#: languages/wptelegram-js-translations.php:669 msgid "Telegram User or Group Chat ID." msgstr "ID użytkownika lub grupy." #: js/settings/ui/p2tg/Destination.tsx:19 -#: languages/wptelegram-js-translations.php:659 +#: languages/wptelegram-js-translations.php:672 msgid "Destination" msgstr "" #: js/settings/ui/p2tg/Destination.tsx:24 -#: languages/wptelegram-js-translations.php:662 +#: languages/wptelegram-js-translations.php:675 msgid "Channel Username or Chat ID." msgstr "" #: js/settings/ui/p2tg/MessageKeyboard.tsx:21 -#: languages/wptelegram-js-translations.php:665 +#: languages/wptelegram-js-translations.php:678 msgid "Inline Keyboard" msgstr "Klawiatura inline" #: js/settings/ui/p2tg/MessageKeyboard.tsx:25 -#: languages/wptelegram-js-translations.php:668 +#: languages/wptelegram-js-translations.php:681 msgid "Add an inline clickable button for the post URL just below the message." msgstr "Dla adresu URL posta dodaj przycisk inline tuż pod wiadomością, który można nacisnąć." #. template tag/macro #. translators: template tag/macro #: js/settings/ui/p2tg/MessageKeyboard.tsx:50 -#: languages/wptelegram-js-translations.php:675 +#: languages/wptelegram-js-translations.php:688 msgid "You can specify any custom field like %s." msgstr "" #: js/settings/ui/p2tg/MessageKeyboard.tsx:55 -#: languages/wptelegram-js-translations.php:678 +#: languages/wptelegram-js-translations.php:691 msgid "Source of the button URL." msgstr "" #: js/settings/ui/p2tg/MessageSettings.tsx:22 -#: languages/wptelegram-js-translations.php:681 +#: languages/wptelegram-js-translations.php:694 msgid "Message Settings" msgstr "Ustawienia wiadomości" #: js/settings/ui/p2tg/Miscellaneous.tsx:19 -#: languages/wptelegram-js-translations.php:684 +#: languages/wptelegram-js-translations.php:697 msgid "Miscellaneous" msgstr "Różne" #: js/settings/ui/p2tg/P2TG.tsx:28 -#: languages/wptelegram-js-translations.php:687 +#: languages/wptelegram-js-translations.php:700 msgid "With this module, you can configure how the posts are sent to Telegram." msgstr "Za pomocą tego modułu możesz skonfigurować sposób wysyłania postów do Telegrama." #: js/settings/ui/p2tg/Rules.tsx:15 -#: languages/wptelegram-js-translations.php:690 +#: languages/wptelegram-js-translations.php:703 msgid "A new post is published" msgstr "Zostanie opublikowany nowy post" #: js/settings/ui/p2tg/Rules.tsx:19 -#: languages/wptelegram-js-translations.php:693 +#: languages/wptelegram-js-translations.php:706 msgid "An existing post is updated" msgstr "Istniejący post zostanie zaktualizowany" #: js/settings/ui/p2tg/Rules.tsx:30 -#: languages/wptelegram-js-translations.php:696 +#: languages/wptelegram-js-translations.php:709 msgid "Rules" msgstr "Reguły" #: js/settings/ui/p2tg/Rules.tsx:37 -#: languages/wptelegram-js-translations.php:699 +#: languages/wptelegram-js-translations.php:712 msgid "When the post should be sent to Telegram." msgstr "Kiedy post powinien zostać wysłany do Telegrama." #: js/settings/ui/p2tg/Rules.tsx:47 -#: languages/wptelegram-js-translations.php:702 +#: languages/wptelegram-js-translations.php:715 msgid "Which post types should be sent." msgstr "Jakie typy postów należy wysłać." #: js/settings/ui/shared/IfBotToken.tsx:15 -#: languages/wptelegram-js-translations.php:705 +#: languages/wptelegram-js-translations.php:718 msgid "You must add a bot token." msgstr "" #: js/settings/ui/shared/Upsell.tsx:41 -#: languages/wptelegram-js-translations.php:718 +#: languages/wptelegram-js-translations.php:731 msgid "Upgrade to Pro" msgstr "" #: js/settings/ui/shared/Upsell.tsx:51 -#: languages/wptelegram-js-translations.php:721 +#: languages/wptelegram-js-translations.php:734 msgid "Want an absolute integration with Telegram?" msgstr "" #: js/settings/ui/shared/Upsell.tsx:55 -#: languages/wptelegram-js-translations.php:724 +#: languages/wptelegram-js-translations.php:737 msgid "Want to add more bots?" msgstr "" #: js/settings/ui/shared/Upsell.tsx:59 -#: languages/wptelegram-js-translations.php:727 +#: languages/wptelegram-js-translations.php:740 msgid "Need more features?" msgstr "" #: js/settings/ui/shared/Upsell.tsx:63 -#: languages/wptelegram-js-translations.php:730 +#: languages/wptelegram-js-translations.php:743 msgid "Want to use different channels for different categories?" msgstr "" #. %s: plugin name #. translators: %s: plugin name #: js/settings/ui/shared/Upsell.tsx:69 -#: languages/wptelegram-js-translations.php:734 +#: languages/wptelegram-js-translations.php:747 msgid "%s supports multiple instances of Post to Telgram with different rules." msgstr "" #. %s: plugin name #. translators: %s: plugin name #: js/settings/ui/shared/Upsell.tsx:79 -#: languages/wptelegram-js-translations.php:738 +#: languages/wptelegram-js-translations.php:751 msgid "%s supports ALL WooCommerce and ACF text fields." msgstr "" #: js/settings/ui/shared/Upsell.tsx:85 -#: languages/wptelegram-js-translations.php:741 +#: languages/wptelegram-js-translations.php:754 msgid "Want to add more buttons?" msgstr "" #. %s: plugin name #. translators: %s: plugin name #: js/settings/ui/shared/Upsell.tsx:91 -#: languages/wptelegram-js-translations.php:745 +#: languages/wptelegram-js-translations.php:758 msgid "%s supports delay per channel." msgstr "" #: js/settings/ui/shared/Upsell.tsx:97 -#: languages/wptelegram-js-translations.php:748 +#: languages/wptelegram-js-translations.php:761 msgid "Want to add more emails?" msgstr "" #: js/settings/ui/shared/Upsell.tsx:104 -#: languages/wptelegram-js-translations.php:712 +#: languages/wptelegram-js-translations.php:725 #, fuzzy msgid "WP Telegram Pro" msgstr "Wyślij do Telegrama" @@ -408,41 +408,41 @@ msgstr "Wyślij do Telegrama" #. %s: plugin name #. translators: %s: plugin name #: js/settings/ui/shared/Upsell.tsx:103 -#: languages/wptelegram-js-translations.php:709 +#: languages/wptelegram-js-translations.php:722 msgid "%s supports Cloudflare proxy for featured image upload!" msgstr "" #: js/settings/ui/shared/Upsell.tsx:111 -#: languages/wptelegram-js-translations.php:715 +#: languages/wptelegram-js-translations.php:728 msgid "Upgrade NOW" msgstr "" #: js/p2tg-block-editor/Channels.tsx:39 -#: languages/wptelegram-js-translations.php:545 +#: languages/wptelegram-js-translations.php:558 #: modules/p2tg/Admin.php:431 msgid "Send to" msgstr "Wyślij do" #: js/p2tg-block-editor/Files.tsx:17 -#: languages/wptelegram-js-translations.php:551 +#: languages/wptelegram-js-translations.php:564 msgid "Add or Upload Files" msgstr "" #: js/p2tg-block-editor/Files.tsx:57 -#: languages/wptelegram-js-translations.php:554 +#: languages/wptelegram-js-translations.php:567 #: 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:66 -#: languages/wptelegram-js-translations.php:557 +#: languages/wptelegram-js-translations.php:570 #: modules/p2tg/Admin.php:453 msgid "Files" msgstr "Pliki" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:47 #: js/p2tg-block-editor/OverrideSettings.tsx:116 -#: languages/wptelegram-js-translations.php:522 +#: languages/wptelegram-js-translations.php:535 #: modules/p2tg/Admin.php:481 msgid "Featured Image" msgstr "Wyróżniony obraz" @@ -456,33 +456,33 @@ msgstr "Wyślij wyróżniony obraz (jeśli istnieje)." #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:35 #: js/p2tg-block-editor/OverrideSettings.tsx:124 -#: languages/wptelegram-js-translations.php:487 +#: languages/wptelegram-js-translations.php:500 #: modules/p2tg/Admin.php:493 msgid "Message Template" msgstr "Szablon wiadomości" #: js/p2tg-block-editor/OverrideSettings.tsx:86 -#: languages/wptelegram-js-translations.php:565 +#: languages/wptelegram-js-translations.php:578 #: modules/p2tg/Admin.php:421 msgid "Override settings" msgstr "Zastąp ustawienia" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:25 #: js/p2tg-block-editor/OverrideSettings.tsx:98 -#: languages/wptelegram-js-translations.php:462 +#: languages/wptelegram-js-translations.php:469 #: modules/p2tg/Admin.php:443 msgid "Disable Notifications" msgstr "Wyłącz powiadomienia" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:24 #: js/p2tg-block-editor/OverrideSettings.tsx:105 -#: languages/wptelegram-js-translations.php:458 +#: languages/wptelegram-js-translations.php:465 #: modules/p2tg/Admin.php:464 msgid "Delay in Posting" msgstr "Opóźnienie w publikowaniu" #: js/p2tg-block-editor/SendToTelegram.tsx:32 -#: languages/wptelegram-js-translations.php:568 +#: languages/wptelegram-js-translations.php:581 #: modules/p2tg/Admin.php:367 msgid "Send to Telegram" msgstr "Wyślij do Telegrama" @@ -580,82 +580,82 @@ msgid "Delete button" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/MessageTemplate.tsx:19 -#: languages/wptelegram-js-translations.php:177 +#: languages/wptelegram-js-translations.php:191 #: modules/p2tg/Admin.php:494 msgid "Structure of the message to be sent." msgstr "Struktura wysyłanych wiadomości." #: ../../packages/js/shared/wptelegram-ui/components/MiscMessageSettings.tsx:19 -#: languages/wptelegram-js-translations.php:180 +#: languages/wptelegram-js-translations.php:194 msgid "Send categories as hashtags." msgstr "Wyślij kategorie jako hashtagi." #: ../../packages/js/shared/wptelegram-ui/components/LinkPreviewOptions.tsx:21 -#: languages/wptelegram-js-translations.php:183 +#: languages/wptelegram-js-translations.php:177 msgid "Disables previews for links in the messages." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:27 -#: languages/wptelegram-js-translations.php:190 +#: languages/wptelegram-js-translations.php:209 msgid "To receive notifications privately:" msgstr "Aby otrzymywać prywatne powiadomienia:" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:33 -#: languages/wptelegram-js-translations.php:194 +#: languages/wptelegram-js-translations.php:213 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/wptelegram-ui/components/NotifyInstructions.tsx:49 -#: languages/wptelegram-js-translations.php:198 +#: languages/wptelegram-js-translations.php:217 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/wptelegram-ui/components/NotifyInstructions.tsx:66 -#: languages/wptelegram-js-translations.php:201 +#: languages/wptelegram-js-translations.php:220 msgid "To receive notifications into a group:" msgstr "Aby otrzymywać powiadomienia do grupy:" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:72 -#: languages/wptelegram-js-translations.php:205 +#: languages/wptelegram-js-translations.php:224 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/wptelegram-ui/components/NotifyInstructions.tsx:84 -#: languages/wptelegram-js-translations.php:209 +#: languages/wptelegram-js-translations.php:228 msgid "Enter the Chat ID in %s field below." msgstr "Wprowadź ID grupy w polu %s poniżej." #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:88 #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:21 -#: languages/wptelegram-js-translations.php:213 +#: languages/wptelegram-js-translations.php:232 msgid "Send it to" msgstr "Wyślij go do" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:96 -#: languages/wptelegram-js-translations.php:217 +#: languages/wptelegram-js-translations.php:236 msgid "Add your own bot %s to the group." msgstr "Dodaj SWOJEGO WŁASNEGO BOTA %s do grupy." #: ../../packages/js/shared/wptelegram-ui/components/NotifyMessageTemplate.tsx:15 #: ../../packages/js/shared/wptelegram-ui/components/TemplateInfo.tsx:31 -#: languages/wptelegram-js-translations.php:221 +#: languages/wptelegram-js-translations.php:240 msgid "You can use any text, emojis or these macros in any order." msgstr "Możesz używać dowolnego tekstu, emoji lub tych makr w dowolnej kolejności." #. %s pipe character #. translators: %s pipe character #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:142 -#: languages/wptelegram-js-translations.php:240 +#: languages/wptelegram-js-translations.php:259 msgid "Note can be added after %s." msgstr "" @@ -663,245 +663,241 @@ msgstr "" #. translators: %s code example #: ../../packages/js/shared/wptelegram-ui/components/LinkPreviewOptions.tsx:38 #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:154 -#: languages/wptelegram-js-translations.php:244 +#: languages/wptelegram-js-translations.php:185 #, fuzzy msgid "For example %s" msgstr "Dla ułatwienia skorzystaj z %s" #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:26 -#: languages/wptelegram-js-translations.php:247 +#: languages/wptelegram-js-translations.php:262 msgid "Create a Telegram channel or group." msgstr "" #. %s bot username #. translators: %s bot username #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:31 -#: languages/wptelegram-js-translations.php:251 +#: languages/wptelegram-js-translations.php:266 msgid "Add your bot %s as Administrator to your Channel/Group." msgstr "Dodaj bota %s jako Administratora do swojego kanału/grupy." #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:44 -#: languages/wptelegram-js-translations.php:254 +#: languages/wptelegram-js-translations.php:269 msgid "Enter the Channel Username in the field below." msgstr "Wpisz nazwę kanału w pole poniżej." #. %s symbol - @ #. translators: %s symbol - @ #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:51 -#: languages/wptelegram-js-translations.php:258 +#: languages/wptelegram-js-translations.php:273 msgid "Username must start with %s" msgstr "Nazwa musi zaczynać się od %s" #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:60 -#: languages/wptelegram-js-translations.php:261 +#: languages/wptelegram-js-translations.php:276 msgid "You can also use the Chat ID of a group or private chat." msgstr "Możesz także użyć ID grupy lub prywatnego czatu." #. %s bot username #. translators: %s bot username #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:65 -#: languages/wptelegram-js-translations.php:265 +#: languages/wptelegram-js-translations.php:280 msgid "Get it from %s." msgstr "Uzyskasz go od %s." #. %s colon character #. translators: %s colon character #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:81 -#: languages/wptelegram-js-translations.php:269 +#: languages/wptelegram-js-translations.php:284 msgid "If you want to send posts to a specific topic in a group with topics enabled, you can add a colon (%s) to the chat ID followed by topic ID." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:128 -#: languages/wptelegram-js-translations.php:233 +#: languages/wptelegram-js-translations.php:252 msgid "Tip!" msgstr "" -#: languages/wptelegram-js-translations.php:236 -msgid "You can add an internal note to the chat ID to make it easier for you to indentify it." -msgstr "" - #: ../../packages/js/shared/wptelegram-ui/components/P2TGSwitchAndPluginPosts.tsx:13 -#: languages/wptelegram-js-translations.php:272 +#: languages/wptelegram-js-translations.php:287 msgid "Show an ON/OFF switch on the post edit screen." msgstr "Pokaż przełącznik WŁ./WYŁ. na ekranie edycji postu." #: ../../packages/js/shared/wptelegram-ui/components/P2TGSwitchAndPluginPosts.tsx:14 -#: languages/wptelegram-js-translations.php:275 +#: languages/wptelegram-js-translations.php:290 #, fuzzy msgid "You can use this switch to override the settings for a particular post." msgstr "Możesz użyć tego przełącznika, aby zastąpić powyższe ustawienia dla określonego posta." #: ../../packages/js/shared/wptelegram-ui/components/P2TGSwitchAndPluginPosts.tsx:23 -#: languages/wptelegram-js-translations.php:278 +#: languages/wptelegram-js-translations.php:293 msgid "Enable this option if you use a plugin to generate posts." msgstr "Włącz tę opcję, jeśli używasz wtyczki do generowania postów." #: ../../packages/js/shared/wptelegram-ui/components/ParseModeField.tsx:17 #: ../../packages/js/shared/wptelegram-ui/components/SingleMessage.tsx:70 -#: languages/wptelegram-js-translations.php:282 +#: languages/wptelegram-js-translations.php:297 msgid "None" msgstr "Brak" #: ../../packages/js/shared/wptelegram-ui/components/ParseModeField.tsx:21 -#: languages/wptelegram-js-translations.php:285 +#: languages/wptelegram-js-translations.php:300 msgid "HTML style" msgstr "Styl HTML" #: ../../packages/js/shared/wptelegram-ui/components/MiscMessageSettings.tsx:35 #: ../../packages/js/shared/wptelegram-ui/components/ParseModeField.tsx:42 #: ../../packages/js/shared/wptelegram-ui/components/TemplateInfo.tsx:39 -#: languages/wptelegram-js-translations.php:290 +#: languages/wptelegram-js-translations.php:199 msgid "Learn more" msgstr "Dowiedz się więcej" #: ../../packages/js/shared/wptelegram-ui/components/MiscMessageSettings.tsx:38 -#: languages/wptelegram-js-translations.php:293 +#: languages/wptelegram-js-translations.php:202 msgid "Protects the contents of sent messages from forwarding and saving." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/SingleMessage.tsx:34 -#: languages/wptelegram-js-translations.php:296 +#: languages/wptelegram-js-translations.php:303 msgid "Send both text and image in single message." msgstr "Wyślij tekst i obraz w jednej wiadomości." #. 1 - field name, 2 - value #. translators: 1 - field name, 2 - value #: ../../packages/js/shared/wptelegram-ui/components/SingleMessage.tsx:48 -#: languages/wptelegram-js-translations.php:300 +#: languages/wptelegram-js-translations.php:307 msgid "When %1$s is set to %2$s:" msgstr "" #. 1 - field name, 2 - value #. translators: 1 - field name, 2 - value #: ../../packages/js/shared/wptelegram-ui/components/SingleMessage.tsx:64 -#: languages/wptelegram-js-translations.php:304 +#: languages/wptelegram-js-translations.php:311 msgid "%1$s should not be %2$s." msgstr "%1$s nie powinien być na %2$s." #. 1 - field name #. translators: 1 - field name #: ../../packages/js/shared/wptelegram-ui/components/SingleMessage.tsx:80 -#: languages/wptelegram-js-translations.php:308 +#: languages/wptelegram-js-translations.php:315 msgid "%s should not be enabled." msgstr "%s nie powinien być zaznaczony." #: ../../packages/js/shared/wptelegram-ui/components/TemplateInfo.tsx:36 -#: languages/wptelegram-js-translations.php:311 +#: languages/wptelegram-js-translations.php:318 msgid "You can also use conditional logic in the template." msgstr "W szablonie możesz również użyć logiki warunkowej." #: ../../packages/js/shared/wptelegram-ui/components/UserNotifications.tsx:20 -#: languages/wptelegram-js-translations.php:314 +#: languages/wptelegram-js-translations.php:321 msgid "Allow users receive their email notifications on Telegram." msgstr "Zezwalaj użytkownikom na otrzymywanie powiadomień e-mail w Telegramie." #. 1 Plugin name #. translators: 1 Plugin name #: ../../packages/js/shared/wptelegram-ui/components/UserNotifications.tsx:31 -#: languages/wptelegram-js-translations.php:318 +#: languages/wptelegram-js-translations.php:325 msgid "Use %s to let them connect their Telegram account." msgstr "Użyj %s, aby umożliwić im połączenie konta Telegrama." #. 1 profile page #. translators: 1 profile page #: ../../packages/js/shared/wptelegram-ui/components/UserNotifications.tsx:49 -#: languages/wptelegram-js-translations.php:322 +#: languages/wptelegram-js-translations.php:329 msgid "They can also enter their Telegram Chat ID manually on %s page." msgstr "Mogą oni również wprowadzić swój numer ID czatu Telegrama ręcznie na stronie %s." #: ../../packages/js/shared/wptelegram-ui/components/UserNotifications.tsx:57 -#: languages/wptelegram-js-translations.php:325 +#: languages/wptelegram-js-translations.php:332 msgid "profile" msgstr "profilu" #: ../../packages/js/shared/wptelegram-ui/components/proxy/CFWorker.tsx:14 #: ../../packages/js/shared/wptelegram-ui/components/proxy/GoogleScript.tsx:16 -#: languages/wptelegram-js-translations.php:329 +#: languages/wptelegram-js-translations.php:336 msgid "The requests to Telegram will be sent via this URL." msgstr "Żądania dotyczące Telegrama zostaną wysłane za pośrednictwem Google Script." #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:11 -#: languages/wptelegram-js-translations.php:332 +#: languages/wptelegram-js-translations.php:339 msgid "HTTP" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:15 -#: languages/wptelegram-js-translations.php:335 +#: languages/wptelegram-js-translations.php:342 msgid "SOCKS4" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:19 -#: languages/wptelegram-js-translations.php:338 +#: languages/wptelegram-js-translations.php:345 msgid "SOCKS4A" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:23 -#: languages/wptelegram-js-translations.php:341 +#: languages/wptelegram-js-translations.php:348 msgid "SOCKS5" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:27 -#: languages/wptelegram-js-translations.php:344 +#: languages/wptelegram-js-translations.php:351 msgid "SOCKS5_HOSTNAME" msgstr "" #. IP address #. translators: IP address #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:39 -#: languages/wptelegram-js-translations.php:348 +#: languages/wptelegram-js-translations.php:355 msgid "Host IP or domain name like %s." msgstr "Host IP lub nazwa domeny, np. %s." #. proxy port #. translators: proxy port #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:51 -#: languages/wptelegram-js-translations.php:352 +#: languages/wptelegram-js-translations.php:359 msgid "Target Port like %s." msgstr "Port docelowy, np. %s." #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:76 -#: languages/wptelegram-js-translations.php:355 +#: languages/wptelegram-js-translations.php:362 msgid "Leave empty if not required." msgstr "Pozostaw puste, jeśli nie jest wymagane." #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:16 -#: languages/wptelegram-js-translations.php:358 +#: languages/wptelegram-js-translations.php:365 msgid "Cloudflare worker" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:20 -#: languages/wptelegram-js-translations.php:361 +#: languages/wptelegram-js-translations.php:368 msgid "Google Script" msgstr "Google Script" #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:24 -#: languages/wptelegram-js-translations.php:364 +#: languages/wptelegram-js-translations.php:371 msgid "PHP Proxy" msgstr "PHP Proxy" #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:34 -#: languages/wptelegram-js-translations.php:367 +#: languages/wptelegram-js-translations.php:374 msgid "The module will help you bypass the ban on Telegram by making use of proxy." msgstr "Moduł pomoże Ci ominąć blokowanie Telegrama, korzystając z serwera proxy." #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:53 -#: languages/wptelegram-js-translations.php:379 +#: languages/wptelegram-js-translations.php:386 #, fuzzy msgid "Cloudflare worker is preferred." msgstr "Preferowany jest Google Script." #: ../../packages/js/shared/wptelegram-ui/components/proxy/ProxyDisclaimer.tsx:11 -#: languages/wptelegram-js-translations.php:382 +#: languages/wptelegram-js-translations.php:389 msgid "Use the proxy at your own risk!" msgstr "Używasz proxy na własne ryzyko!" #: ../../packages/js/shared/wptelegram-ui/components/proxy/ProxyDisclaimer.tsx:8 -#: languages/wptelegram-js-translations.php:385 +#: languages/wptelegram-js-translations.php:392 msgid "DISCLAIMER!" msgstr "ZRZECZENIE SIĘ!" #: ../../packages/js/shared/wptelegram-ui/components/proxy/ProxySettings.tsx:17 -#: languages/wptelegram-js-translations.php:388 +#: languages/wptelegram-js-translations.php:395 msgid "Proxy settings" msgstr "" @@ -913,209 +909,205 @@ msgid "Add" msgstr "Dodaj" #: ../../packages/js/shared/wptelegram-ui/components/rules/And.tsx:8 -#: languages/wptelegram-js-translations.php:391 +#: languages/wptelegram-js-translations.php:398 msgid "AND" msgstr "I" #: ../../packages/js/shared/wptelegram-ui/components/rules/Or.tsx:8 -#: languages/wptelegram-js-translations.php:394 +#: languages/wptelegram-js-translations.php:401 msgid "OR" msgstr "LUB" #: ../../packages/js/shared/wptelegram-ui/components/rules/P2TGCustomRules.tsx:51 -#: languages/wptelegram-js-translations.php:397 +#: languages/wptelegram-js-translations.php:404 msgid "You can also define custom rules to send the posts." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetButtons.tsx:39 -#: languages/wptelegram-js-translations.php:400 +#: languages/wptelegram-js-translations.php:407 msgid "Remove" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetFields.tsx:11 -#: languages/wptelegram-js-translations.php:403 +#: languages/wptelegram-js-translations.php:410 msgid "is in" msgstr "jest" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetFields.tsx:15 -#: languages/wptelegram-js-translations.php:406 +#: languages/wptelegram-js-translations.php:413 msgid "is not in" msgstr "nie jest" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetFields.tsx:27 -#: languages/wptelegram-js-translations.php:409 +#: languages/wptelegram-js-translations.php:416 msgid "Rule type" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetFields.tsx:35 -#: languages/wptelegram-js-translations.php:412 +#: languages/wptelegram-js-translations.php:419 msgid "Rule operator" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetValues.tsx:103 -#: languages/wptelegram-js-translations.php:415 +#: languages/wptelegram-js-translations.php:422 msgid "Select..." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetValues.tsx:16 -#: languages/wptelegram-js-translations.php:418 +#: languages/wptelegram-js-translations.php:425 msgid "Loading..." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetValues.tsx:17 -#: languages/wptelegram-js-translations.php:421 +#: languages/wptelegram-js-translations.php:428 msgid "No options available" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetValues.tsx:91 -#: languages/wptelegram-js-translations.php:424 +#: languages/wptelegram-js-translations.php:431 #, fuzzy msgid "Rule values" msgstr "Reguły" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:14 -#: languages/wptelegram-js-translations.php:430 +#: languages/wptelegram-js-translations.php:437 #, fuzzy msgid "Bot" msgstr "Bot API" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:15 -#: languages/wptelegram-js-translations.php:433 +#: languages/wptelegram-js-translations.php:440 msgid "Bot Token" msgstr "Token bota" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:16 -#: languages/wptelegram-js-translations.php:436 +#: languages/wptelegram-js-translations.php:443 msgid "Bot Username" msgstr "Nazwa bota" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:17 -#: languages/wptelegram-js-translations.php:439 +#: languages/wptelegram-js-translations.php:446 msgid "Categories as hashtags" msgstr "Kategorie jako hashtagi" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:18 -#: languages/wptelegram-js-translations.php:442 +#: languages/wptelegram-js-translations.php:449 msgid "Cloudflare worker URL" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:19 -#: languages/wptelegram-js-translations.php:445 +#: languages/wptelegram-js-translations.php:452 msgid "Channel(s)" msgstr "Kanał" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:20 -#: languages/wptelegram-js-translations.php:448 +#: languages/wptelegram-js-translations.php:455 msgid "Chat ID" msgstr "ID czatu" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:22 -#: languages/wptelegram-js-translations.php:451 +#: languages/wptelegram-js-translations.php:458 msgid "Remove settings on uninstall" msgstr "Usuń ustawienia podczas odinstalowywania" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:23 -#: languages/wptelegram-js-translations.php:454 +#: languages/wptelegram-js-translations.php:461 msgid "Debug Info" msgstr "Informacje debugowania" -#: languages/wptelegram-js-translations.php:465 -msgid "Disable Web Page Preview" -msgstr "Wyłącz podgląd strony" - #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:29 -#: languages/wptelegram-js-translations.php:468 +#: languages/wptelegram-js-translations.php:481 msgid "Enable logs for" msgstr "Włącz logi dla" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:30 -#: languages/wptelegram-js-translations.php:471 +#: languages/wptelegram-js-translations.php:484 msgid "Excerpt Length" msgstr "Długość fragmentu" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:31 -#: languages/wptelegram-js-translations.php:474 +#: languages/wptelegram-js-translations.php:487 msgid "Excerpt Newlines" msgstr "Nowe linie fragmentu" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:32 -#: languages/wptelegram-js-translations.php:477 +#: languages/wptelegram-js-translations.php:490 msgid "Excerpt Source" msgstr "Źródło fragmentu" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:33 -#: languages/wptelegram-js-translations.php:480 +#: languages/wptelegram-js-translations.php:493 msgid "Google Script URL" msgstr "URL Google Script" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:34 -#: languages/wptelegram-js-translations.php:483 +#: languages/wptelegram-js-translations.php:496 msgid "Image Position" msgstr "Pozycja obrazu" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:36 -#: languages/wptelegram-js-translations.php:490 +#: languages/wptelegram-js-translations.php:503 msgid "Formatting" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:37 -#: languages/wptelegram-js-translations.php:493 +#: languages/wptelegram-js-translations.php:506 msgid "Plugin generated posts" msgstr "Posty generowane przez wtyczki" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:38 -#: languages/wptelegram-js-translations.php:496 +#: languages/wptelegram-js-translations.php:509 msgid "Post edit switch" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:40 -#: languages/wptelegram-js-translations.php:503 +#: languages/wptelegram-js-translations.php:516 #, fuzzy msgid "Protect content" msgstr "Treść postu" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:41 -#: languages/wptelegram-js-translations.php:506 +#: languages/wptelegram-js-translations.php:519 msgid "Proxy Host" msgstr "Host proxy" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:43 -#: languages/wptelegram-js-translations.php:509 +#: languages/wptelegram-js-translations.php:522 msgid "Password" msgstr "Hasło" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:44 -#: languages/wptelegram-js-translations.php:512 +#: languages/wptelegram-js-translations.php:525 msgid "Proxy Port" msgstr "Port proxy" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:45 -#: languages/wptelegram-js-translations.php:515 +#: languages/wptelegram-js-translations.php:528 msgid "Proxy Type" msgstr "Typ proxy" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:46 -#: languages/wptelegram-js-translations.php:518 +#: languages/wptelegram-js-translations.php:531 msgid "Username" msgstr "Nazwa użytkownika" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:48 -#: languages/wptelegram-js-translations.php:525 +#: languages/wptelegram-js-translations.php:538 msgid "Send files by URL" msgstr "Wyślij pliki przez URL" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:49 -#: languages/wptelegram-js-translations.php:528 +#: languages/wptelegram-js-translations.php:541 msgid "Single message" msgstr "Pojedyncza wiadomość" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:50 -#: languages/wptelegram-js-translations.php:531 +#: languages/wptelegram-js-translations.php:544 msgid "Notifications to Users" msgstr "Powiadomienia dla użytkowników" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:13 -#: languages/wptelegram-js-translations.php:427 +#: languages/wptelegram-js-translations.php:434 msgid "Active" msgstr "" @@ -1288,19 +1280,19 @@ msgstr "" #. %s: field label #. translators: %s: field label #: ../../packages/js/utilities/fields.ts:35 -#: languages/wptelegram-js-translations.php:535 +#: languages/wptelegram-js-translations.php:548 msgid "Invalid %s" msgstr "Nieprawidłowy %s" #. %s: field label #. translators: %s: field label #: ../../packages/js/utilities/fields.ts:39 -#: languages/wptelegram-js-translations.php:539 +#: languages/wptelegram-js-translations.php:552 msgid "%s required." msgstr "" #: ../../packages/js/utilities/fields.ts:42 -#: languages/wptelegram-js-translations.php:542 +#: languages/wptelegram-js-translations.php:555 msgid "Changes could not be saved." msgstr "" @@ -1358,13 +1350,13 @@ msgid "Custom Taxonomy" msgstr "Niestandardowa taksonomia" #: js/p2tg-block-editor/Channels.tsx:52 -#: languages/wptelegram-js-translations.php:548 +#: languages/wptelegram-js-translations.php:561 msgid "Select all" msgstr "" #. Description of the plugin #: js/settings/ui/Sidebar.tsx:16 -#: languages/wptelegram-js-translations.php:600 +#: languages/wptelegram-js-translations.php:613 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 "" @@ -1394,25 +1386,31 @@ msgid "Please reload the page." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/LinkPreviewOptions.tsx:33 +#: languages/wptelegram-js-translations.php:180 msgid "URL to use for the link preview." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/LinkPreviewOptions.tsx:57 +#: languages/wptelegram-js-translations.php:188 msgid "Whether the link preview must be shown above the message text." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:133 +#: languages/wptelegram-js-translations.php:255 msgid "You can add an internal note to the chat ID to make it easier for you to identify it." msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:26 +#: languages/wptelegram-js-translations.php:472 msgid "Disable link preview" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:27 +#: languages/wptelegram-js-translations.php:475 msgid "Link preview URL" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:28 +#: languages/wptelegram-js-translations.php:478 msgid "Show preview above text" msgstr "" diff --git a/plugins/wptelegram/src/languages/wptelegram-pt_BR.mo b/plugins/wptelegram/src/languages/wptelegram-pt_BR.mo index 9f015c6602031427e9107a38aefa1b84dd96ea16..829d22e6914f338b80584b20959de4ab4500c977 100644 GIT binary patch delta 835 zcmYMxODM!q6vy#1X1vF1ylOmBCX_)IlgGqD2}M%MN=cNBm9o<$D^j!YNH+3Vv0{{z zGD=w~X|`C{iH&5T#P^q5rvHCF_ul{io^#Ln?^fSd#U2B`4dd6!UCDjm(abFD{kM%_ z6Z0;d#(dnzPCUT^e8X(~M#ahWabpPEF^o+(jkUOjrDicZW01kZEh=!z`Rshh9M(PQ zW_jp$22t-fpq{t6c@GvcA8}5i_RXQ*Tf{V6MIZSs&VZBHI+o!fD)1Hh@y_{xs`Ld_ z;g?%4=kztqL#Ph)qADN8EF8mToWKyq-Sbn-A-`QPP~sb`z(-VTzpxJ@M2m3b1ym~& zWa-9N)PWi)YY3yLgD;~FvW1Gfhg^2fpFZ<7w%{kmN*L7T{w0ngMcEjtBjcz9a~QxS zXYnI;;s$QTM07LGZfs|M3eVsG9>Ef3a2C7G zsb&(s5o=jN`8CK zfLzu@CdhH4Ughu+>Z_Ili!vZ zsG^^!#J@3(?VMJNGk6(qV}GmJD^yFrljR(Cb65r4#9_>#3SU4KvWSZN33==XKgaPG zR*x~**I|~zYpBFI%wi3>w9TVB^A4403A^wc^4O|dUq`h#Mmv(2LM7}&#XpIPe+6|u z7pMPfO@)P>SVJyvPo2-vWBvlw>P1wb71aBGP&aKOtL7;@j0aE!+`xmFM_#ojsDh_a z7kQI7PfHmzSkQm6hIH4GMAd;b_F^9@&?UTz1-y%m`k~0nmY$)o=#PyD-mPHF8}ajj zH!=~F!=O_C9G!|~hk~O2Ff98MUO6n5{PA$oZ@zBM-uH68_nH diff --git a/plugins/wptelegram/src/languages/wptelegram-pt_BR.po b/plugins/wptelegram/src/languages/wptelegram-pt_BR.po index c271d7f8..5cf76297 100644 --- a/plugins/wptelegram/src/languages/wptelegram-pt_BR.po +++ b/plugins/wptelegram/src/languages/wptelegram-pt_BR.po @@ -54,116 +54,116 @@ msgstr "" #: js/settings/ui/p2tg/MessageKeyboard.tsx:41 #: includes/restApi/SettingsController.php:136 -#: languages/wptelegram-js-translations.php:671 +#: languages/wptelegram-js-translations.php:684 msgid "View Post" msgstr "" #. %s: field label #. translators: %s: field label #: js/settings/services/fields.ts:141 -#: languages/wptelegram-js-translations.php:572 +#: languages/wptelegram-js-translations.php:585 msgid "%s must be a number." msgstr "" #: js/settings/services/fields.ts:19 -#: languages/wptelegram-js-translations.php:575 +#: languages/wptelegram-js-translations.php:588 msgid "Inline button text" msgstr "" #: js/settings/services/fields.ts:20 -#: languages/wptelegram-js-translations.php:578 +#: languages/wptelegram-js-translations.php:591 msgid "Inline button URL" msgstr "" #: js/settings/services/fields.ts:21 -#: languages/wptelegram-js-translations.php:581 +#: languages/wptelegram-js-translations.php:594 msgid "Add Inline URL Button" msgstr "" #: js/settings/services/fields.ts:22 -#: languages/wptelegram-js-translations.php:584 +#: languages/wptelegram-js-translations.php:597 msgid "Other settings" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:39 #: js/settings/services/fields.ts:23 -#: languages/wptelegram-js-translations.php:500 +#: languages/wptelegram-js-translations.php:513 msgid "Post type" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:48 #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:42 #: js/settings/services/fields.ts:24 -#: languages/wptelegram-js-translations.php:376 +#: languages/wptelegram-js-translations.php:383 msgid "Proxy Method" msgstr "" #: js/settings/services/fields.ts:25 -#: languages/wptelegram-js-translations.php:587 +#: languages/wptelegram-js-translations.php:600 msgid "Send when" msgstr "" #: js/settings/services/fields.ts:26 -#: languages/wptelegram-js-translations.php:590 +#: languages/wptelegram-js-translations.php:603 msgid "If Email goes to" msgstr "" #. %s: field label #. translators: %s: field label #: js/settings/services/fields.ts:75 -#: languages/wptelegram-js-translations.php:594 +#: languages/wptelegram-js-translations.php:607 msgid "At least one %s is required." msgstr "" #: js/settings/services/fields.ts:76 -#: languages/wptelegram-js-translations.php:597 +#: languages/wptelegram-js-translations.php:610 msgid "channel" msgstr "" #: js/settings/ui/Sidebar.tsx:19 -#: languages/wptelegram-js-translations.php:603 +#: languages/wptelegram-js-translations.php:616 msgid "Get LIVE support on Telegram" msgstr "" #: js/settings/ui/TabbedSections.tsx:18 -#: languages/wptelegram-js-translations.php:606 +#: languages/wptelegram-js-translations.php:619 msgid "Basics" msgstr "" #: js/p2tg-block-editor/OverrideSettings.tsx:77 #: js/settings/ui/TabbedSections.tsx:23 #: js/settings/ui/advanced/Advanced.tsx:32 -#: languages/wptelegram-js-translations.php:562 +#: languages/wptelegram-js-translations.php:575 #: modules/p2tg/Admin.php:409 msgid "Post to Telegram" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:114 #: js/settings/ui/TabbedSections.tsx:28 -#: languages/wptelegram-js-translations.php:187 +#: languages/wptelegram-js-translations.php:206 msgid "Private Notifications" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:41 #: js/settings/ui/TabbedSections.tsx:33 -#: languages/wptelegram-js-translations.php:371 +#: languages/wptelegram-js-translations.php:378 msgid "Proxy" msgstr "" #: js/settings/ui/TabbedSections.tsx:38 -#: languages/wptelegram-js-translations.php:609 +#: languages/wptelegram-js-translations.php:622 msgid "Advanced settings" msgstr "" #: js/settings/ui/advanced/Advanced.tsx:26 -#: languages/wptelegram-js-translations.php:612 +#: languages/wptelegram-js-translations.php:625 msgid "Bot API" msgstr "" #. %s button name #. translators: %s button name #: js/settings/ui/basics/Basics.tsx:31 -#: languages/wptelegram-js-translations.php:616 +#: languages/wptelegram-js-translations.php:629 msgid "Use %s above to set automatically." msgstr "" @@ -176,46 +176,46 @@ msgstr "Testar Token" #. 1 command name, 2 bot name #. translators: 1 command name, 2 bot name #: js/settings/ui/basics/Instructions.tsx:22 -#: languages/wptelegram-js-translations.php:620 +#: languages/wptelegram-js-translations.php:633 msgid "Create a Bot by sending %1$s command to %2$s." msgstr "Criar um bot enviando o comando %1$s para %2$s." #. %s bot name #. translators: %s bot name #: js/settings/ui/basics/Instructions.tsx:43 -#: languages/wptelegram-js-translations.php:624 +#: languages/wptelegram-js-translations.php:637 msgid "After completing the steps %s will provide you the Bot Token." msgstr "Depois de completar as etapas %s irá fornecer o token do bot." #: js/settings/ui/basics/Instructions.tsx:51 -#: languages/wptelegram-js-translations.php:627 +#: languages/wptelegram-js-translations.php:640 msgid "Copy the token and paste into the Bot Token field below." msgstr "Copie o token e cole no campo (Bot Token) abaixo." #. %s application name #. translators: %s application name #: js/settings/ui/basics/Instructions.tsx:55 -#: languages/wptelegram-js-translations.php:631 +#: languages/wptelegram-js-translations.php:644 msgid "For ease, use %s" msgstr "" #: js/settings/ui/basics/Instructions.tsx:61 -#: languages/wptelegram-js-translations.php:634 +#: languages/wptelegram-js-translations.php:647 msgid "Telegram Desktop" msgstr "" #: js/settings/ui/basics/Instructions.tsx:67 -#: languages/wptelegram-js-translations.php:637 +#: languages/wptelegram-js-translations.php:650 msgid "Test your bot token below." msgstr "" #: js/settings/ui/basics/Instructions.tsx:68 -#: languages/wptelegram-js-translations.php:640 +#: languages/wptelegram-js-translations.php:653 msgid "Activate the modules you want to use." msgstr "" #: js/settings/ui/basics/Instructions.tsx:69 -#: languages/wptelegram-js-translations.php:643 +#: languages/wptelegram-js-translations.php:656 msgid "Configure the activated modules." msgstr "" @@ -223,7 +223,7 @@ msgstr "" #. translators: %s button name #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:107 #: js/settings/ui/basics/Instructions.tsx:74 -#: languages/wptelegram-js-translations.php:226 +#: languages/wptelegram-js-translations.php:245 msgid "Hit %s below." msgstr "Bata %s abaixo." @@ -237,208 +237,208 @@ msgstr "Salvar alterações" #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:119 #: js/settings/ui/basics/Instructions.tsx:86 -#: languages/wptelegram-js-translations.php:230 +#: languages/wptelegram-js-translations.php:249 msgid "Introduction" msgstr "" #: js/settings/ui/notify/Notify.tsx:28 -#: languages/wptelegram-js-translations.php:646 +#: languages/wptelegram-js-translations.php:659 msgid "The module will watch the Email Notifications sent from this site and deliver them to you on Telegram." msgstr "" #: js/settings/ui/notify/Notify.tsx:41 -#: languages/wptelegram-js-translations.php:649 +#: languages/wptelegram-js-translations.php:662 msgid "Notification Settings" msgstr "Configurações de notificação" #. %s code #. translators: %s code #: js/settings/ui/notify/WatchEmails.tsx:24 -#: languages/wptelegram-js-translations.php:653 +#: languages/wptelegram-js-translations.php:666 msgid "If you want to receive notification for every email, then write %s." msgstr "" #: js/settings/ui/notify/WatchEmails.tsx:41 -#: languages/wptelegram-js-translations.php:656 +#: languages/wptelegram-js-translations.php:669 msgid "Telegram User or Group Chat ID." msgstr "" #: js/settings/ui/p2tg/Destination.tsx:19 -#: languages/wptelegram-js-translations.php:659 +#: languages/wptelegram-js-translations.php:672 msgid "Destination" msgstr "" #: js/settings/ui/p2tg/Destination.tsx:24 -#: languages/wptelegram-js-translations.php:662 +#: languages/wptelegram-js-translations.php:675 msgid "Channel Username or Chat ID." msgstr "Telegrama via Chat ID." #: js/settings/ui/p2tg/MessageKeyboard.tsx:21 -#: languages/wptelegram-js-translations.php:665 +#: languages/wptelegram-js-translations.php:678 msgid "Inline Keyboard" msgstr "" #: js/settings/ui/p2tg/MessageKeyboard.tsx:25 -#: languages/wptelegram-js-translations.php:668 +#: languages/wptelegram-js-translations.php:681 msgid "Add an inline clickable button for the post URL just below the message." msgstr "" #. template tag/macro #. translators: template tag/macro #: js/settings/ui/p2tg/MessageKeyboard.tsx:50 -#: languages/wptelegram-js-translations.php:675 +#: languages/wptelegram-js-translations.php:688 msgid "You can specify any custom field like %s." msgstr "" #: js/settings/ui/p2tg/MessageKeyboard.tsx:55 -#: languages/wptelegram-js-translations.php:678 +#: languages/wptelegram-js-translations.php:691 msgid "Source of the button URL." msgstr "" #: js/settings/ui/p2tg/MessageSettings.tsx:22 -#: languages/wptelegram-js-translations.php:681 +#: languages/wptelegram-js-translations.php:694 msgid "Message Settings" msgstr "Configurações da mensagem" #: js/settings/ui/p2tg/Miscellaneous.tsx:19 -#: languages/wptelegram-js-translations.php:684 +#: languages/wptelegram-js-translations.php:697 msgid "Miscellaneous" msgstr "Diversos" #: js/settings/ui/p2tg/P2TG.tsx:28 -#: languages/wptelegram-js-translations.php:687 +#: languages/wptelegram-js-translations.php:700 msgid "With this module, you can configure how the posts are sent to Telegram." msgstr "" #: js/settings/ui/p2tg/Rules.tsx:15 -#: languages/wptelegram-js-translations.php:690 +#: languages/wptelegram-js-translations.php:703 msgid "A new post is published" msgstr "" #: js/settings/ui/p2tg/Rules.tsx:19 -#: languages/wptelegram-js-translations.php:693 +#: languages/wptelegram-js-translations.php:706 msgid "An existing post is updated" msgstr "" #: js/settings/ui/p2tg/Rules.tsx:30 -#: languages/wptelegram-js-translations.php:696 +#: languages/wptelegram-js-translations.php:709 msgid "Rules" msgstr "" #: js/settings/ui/p2tg/Rules.tsx:37 -#: languages/wptelegram-js-translations.php:699 +#: languages/wptelegram-js-translations.php:712 msgid "When the post should be sent to Telegram." msgstr "" #: js/settings/ui/p2tg/Rules.tsx:47 -#: languages/wptelegram-js-translations.php:702 +#: languages/wptelegram-js-translations.php:715 msgid "Which post types should be sent." msgstr "" #: js/settings/ui/shared/IfBotToken.tsx:15 -#: languages/wptelegram-js-translations.php:705 +#: languages/wptelegram-js-translations.php:718 msgid "You must add a bot token." msgstr "" #: js/settings/ui/shared/Upsell.tsx:41 -#: languages/wptelegram-js-translations.php:718 +#: languages/wptelegram-js-translations.php:731 msgid "Upgrade to Pro" msgstr "" #: js/settings/ui/shared/Upsell.tsx:51 -#: languages/wptelegram-js-translations.php:721 +#: languages/wptelegram-js-translations.php:734 msgid "Want an absolute integration with Telegram?" msgstr "" #: js/settings/ui/shared/Upsell.tsx:55 -#: languages/wptelegram-js-translations.php:724 +#: languages/wptelegram-js-translations.php:737 msgid "Want to add more bots?" msgstr "" #: js/settings/ui/shared/Upsell.tsx:59 -#: languages/wptelegram-js-translations.php:727 +#: languages/wptelegram-js-translations.php:740 msgid "Need more features?" msgstr "" #: js/settings/ui/shared/Upsell.tsx:63 -#: languages/wptelegram-js-translations.php:730 +#: languages/wptelegram-js-translations.php:743 msgid "Want to use different channels for different categories?" msgstr "" #. %s: plugin name #. translators: %s: plugin name #: js/settings/ui/shared/Upsell.tsx:69 -#: languages/wptelegram-js-translations.php:734 +#: languages/wptelegram-js-translations.php:747 msgid "%s supports multiple instances of Post to Telgram with different rules." msgstr "" #. %s: plugin name #. translators: %s: plugin name #: js/settings/ui/shared/Upsell.tsx:79 -#: languages/wptelegram-js-translations.php:738 +#: languages/wptelegram-js-translations.php:751 msgid "%s supports ALL WooCommerce and ACF text fields." msgstr "" #: js/settings/ui/shared/Upsell.tsx:85 -#: languages/wptelegram-js-translations.php:741 +#: languages/wptelegram-js-translations.php:754 msgid "Want to add more buttons?" msgstr "" #. %s: plugin name #. translators: %s: plugin name #: js/settings/ui/shared/Upsell.tsx:91 -#: languages/wptelegram-js-translations.php:745 +#: languages/wptelegram-js-translations.php:758 msgid "%s supports delay per channel." msgstr "" #: js/settings/ui/shared/Upsell.tsx:97 -#: languages/wptelegram-js-translations.php:748 +#: languages/wptelegram-js-translations.php:761 msgid "Want to add more emails?" msgstr "" #: js/settings/ui/shared/Upsell.tsx:104 -#: languages/wptelegram-js-translations.php:712 +#: languages/wptelegram-js-translations.php:725 msgid "WP Telegram Pro" msgstr "" #. %s: plugin name #. translators: %s: plugin name #: js/settings/ui/shared/Upsell.tsx:103 -#: languages/wptelegram-js-translations.php:709 +#: languages/wptelegram-js-translations.php:722 msgid "%s supports Cloudflare proxy for featured image upload!" msgstr "" #: js/settings/ui/shared/Upsell.tsx:111 -#: languages/wptelegram-js-translations.php:715 +#: languages/wptelegram-js-translations.php:728 msgid "Upgrade NOW" msgstr "" #: js/p2tg-block-editor/Channels.tsx:39 -#: languages/wptelegram-js-translations.php:545 +#: languages/wptelegram-js-translations.php:558 #: modules/p2tg/Admin.php:431 msgid "Send to" msgstr "Enviar para" #: js/p2tg-block-editor/Files.tsx:17 -#: languages/wptelegram-js-translations.php:551 +#: languages/wptelegram-js-translations.php:564 msgid "Add or Upload Files" msgstr "" #: js/p2tg-block-editor/Files.tsx:57 -#: languages/wptelegram-js-translations.php:554 +#: languages/wptelegram-js-translations.php:567 #: modules/p2tg/Admin.php:454 msgid "Files to be sent after the message." msgstr "" #: js/p2tg-block-editor/Files.tsx:66 -#: languages/wptelegram-js-translations.php:557 +#: languages/wptelegram-js-translations.php:570 #: modules/p2tg/Admin.php:453 msgid "Files" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:47 #: js/p2tg-block-editor/OverrideSettings.tsx:116 -#: languages/wptelegram-js-translations.php:522 +#: languages/wptelegram-js-translations.php:535 #: modules/p2tg/Admin.php:481 msgid "Featured Image" msgstr "Imagem em destaque" @@ -452,33 +452,33 @@ msgstr "Enviar imagem em destaque (se existir)." #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:35 #: js/p2tg-block-editor/OverrideSettings.tsx:124 -#: languages/wptelegram-js-translations.php:487 +#: languages/wptelegram-js-translations.php:500 #: modules/p2tg/Admin.php:493 msgid "Message Template" msgstr "Modelo de mensagem" #: js/p2tg-block-editor/OverrideSettings.tsx:86 -#: languages/wptelegram-js-translations.php:565 +#: languages/wptelegram-js-translations.php:578 #: modules/p2tg/Admin.php:421 msgid "Override settings" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:25 #: js/p2tg-block-editor/OverrideSettings.tsx:98 -#: languages/wptelegram-js-translations.php:462 +#: languages/wptelegram-js-translations.php:469 #: modules/p2tg/Admin.php:443 msgid "Disable Notifications" msgstr "Desativar as notificações" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:24 #: js/p2tg-block-editor/OverrideSettings.tsx:105 -#: languages/wptelegram-js-translations.php:458 +#: languages/wptelegram-js-translations.php:465 #: modules/p2tg/Admin.php:464 msgid "Delay in Posting" msgstr "" #: js/p2tg-block-editor/SendToTelegram.tsx:32 -#: languages/wptelegram-js-translations.php:568 +#: languages/wptelegram-js-translations.php:581 #: modules/p2tg/Admin.php:367 msgid "Send to Telegram" msgstr "" @@ -576,82 +576,82 @@ msgid "Delete button" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/MessageTemplate.tsx:19 -#: languages/wptelegram-js-translations.php:177 +#: languages/wptelegram-js-translations.php:191 #: modules/p2tg/Admin.php:494 msgid "Structure of the message to be sent." msgstr "Estrutura da mensagem a ser enviada." #: ../../packages/js/shared/wptelegram-ui/components/MiscMessageSettings.tsx:19 -#: languages/wptelegram-js-translations.php:180 +#: languages/wptelegram-js-translations.php:194 msgid "Send categories as hashtags." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/LinkPreviewOptions.tsx:21 -#: languages/wptelegram-js-translations.php:183 +#: languages/wptelegram-js-translations.php:177 msgid "Disables previews for links in the messages." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:27 -#: languages/wptelegram-js-translations.php:190 +#: languages/wptelegram-js-translations.php:209 msgid "To receive notifications privately:" msgstr "" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:33 -#: languages/wptelegram-js-translations.php:194 +#: languages/wptelegram-js-translations.php:213 msgid "Get your Chat ID from %s and enter it below." msgstr "" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:49 -#: languages/wptelegram-js-translations.php:198 +#: languages/wptelegram-js-translations.php:217 msgid "Send your own bot %s a message to start the conversation." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:66 -#: languages/wptelegram-js-translations.php:201 +#: languages/wptelegram-js-translations.php:220 msgid "To receive notifications into a group:" msgstr "" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:72 -#: languages/wptelegram-js-translations.php:205 +#: languages/wptelegram-js-translations.php:224 msgid "Add %s to the group to get its Chat ID." msgstr "" #. 1 field name #. translators: 1 field name #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:84 -#: languages/wptelegram-js-translations.php:209 +#: languages/wptelegram-js-translations.php:228 msgid "Enter the Chat ID in %s field below." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:88 #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:21 -#: languages/wptelegram-js-translations.php:213 +#: languages/wptelegram-js-translations.php:232 msgid "Send it to" msgstr "" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:96 -#: languages/wptelegram-js-translations.php:217 +#: languages/wptelegram-js-translations.php:236 msgid "Add your own bot %s to the group." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/NotifyMessageTemplate.tsx:15 #: ../../packages/js/shared/wptelegram-ui/components/TemplateInfo.tsx:31 -#: languages/wptelegram-js-translations.php:221 +#: languages/wptelegram-js-translations.php:240 msgid "You can use any text, emojis or these macros in any order." msgstr "Você pode usar qualquer texto, emojis ou essas macros em qualquer ordem." #. %s pipe character #. translators: %s pipe character #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:142 -#: languages/wptelegram-js-translations.php:240 +#: languages/wptelegram-js-translations.php:259 msgid "Note can be added after %s." msgstr "" @@ -659,243 +659,239 @@ msgstr "" #. translators: %s code example #: ../../packages/js/shared/wptelegram-ui/components/LinkPreviewOptions.tsx:38 #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:154 -#: languages/wptelegram-js-translations.php:244 +#: languages/wptelegram-js-translations.php:185 msgid "For example %s" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:26 -#: languages/wptelegram-js-translations.php:247 +#: languages/wptelegram-js-translations.php:262 msgid "Create a Telegram channel or group." msgstr "Crie um canal/grupo." #. %s bot username #. translators: %s bot username #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:31 -#: languages/wptelegram-js-translations.php:251 +#: languages/wptelegram-js-translations.php:266 msgid "Add your bot %s as Administrator to your Channel/Group." msgstr "Adicione o botão como administrador ao seu canal/grupo." #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:44 -#: languages/wptelegram-js-translations.php:254 +#: languages/wptelegram-js-translations.php:269 msgid "Enter the Channel Username in the field below." msgstr "" #. %s symbol - @ #. translators: %s symbol - @ #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:51 -#: languages/wptelegram-js-translations.php:258 +#: languages/wptelegram-js-translations.php:273 msgid "Username must start with %s" msgstr "O nome de usuário deve começar com %s" #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:60 -#: languages/wptelegram-js-translations.php:261 +#: languages/wptelegram-js-translations.php:276 msgid "You can also use the Chat ID of a group or private chat." msgstr "" #. %s bot username #. translators: %s bot username #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:65 -#: languages/wptelegram-js-translations.php:265 +#: languages/wptelegram-js-translations.php:280 msgid "Get it from %s." msgstr "" #. %s colon character #. translators: %s colon character #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:81 -#: languages/wptelegram-js-translations.php:269 +#: languages/wptelegram-js-translations.php:284 msgid "If you want to send posts to a specific topic in a group with topics enabled, you can add a colon (%s) to the chat ID followed by topic ID." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:128 -#: languages/wptelegram-js-translations.php:233 +#: languages/wptelegram-js-translations.php:252 msgid "Tip!" msgstr "" -#: languages/wptelegram-js-translations.php:236 -msgid "You can add an internal note to the chat ID to make it easier for you to indentify it." -msgstr "" - #: ../../packages/js/shared/wptelegram-ui/components/P2TGSwitchAndPluginPosts.tsx:13 -#: languages/wptelegram-js-translations.php:272 +#: languages/wptelegram-js-translations.php:287 msgid "Show an ON/OFF switch on the post edit screen." msgstr "Mostrar um botão ON/OFF na tela de edição do post." #: ../../packages/js/shared/wptelegram-ui/components/P2TGSwitchAndPluginPosts.tsx:14 -#: languages/wptelegram-js-translations.php:275 +#: languages/wptelegram-js-translations.php:290 #, fuzzy msgid "You can use this switch to override the settings for a particular post." msgstr "Você pode usar essa opção para substituir as configurações acima para uma publicação específica." #: ../../packages/js/shared/wptelegram-ui/components/P2TGSwitchAndPluginPosts.tsx:23 -#: languages/wptelegram-js-translations.php:278 +#: languages/wptelegram-js-translations.php:293 msgid "Enable this option if you use a plugin to generate posts." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/ParseModeField.tsx:17 #: ../../packages/js/shared/wptelegram-ui/components/SingleMessage.tsx:70 -#: languages/wptelegram-js-translations.php:282 +#: languages/wptelegram-js-translations.php:297 msgid "None" msgstr "Nenhum" #: ../../packages/js/shared/wptelegram-ui/components/ParseModeField.tsx:21 -#: languages/wptelegram-js-translations.php:285 +#: languages/wptelegram-js-translations.php:300 msgid "HTML style" msgstr "Estilo HTML" #: ../../packages/js/shared/wptelegram-ui/components/MiscMessageSettings.tsx:35 #: ../../packages/js/shared/wptelegram-ui/components/ParseModeField.tsx:42 #: ../../packages/js/shared/wptelegram-ui/components/TemplateInfo.tsx:39 -#: languages/wptelegram-js-translations.php:290 +#: languages/wptelegram-js-translations.php:199 msgid "Learn more" msgstr "Saber mais" #: ../../packages/js/shared/wptelegram-ui/components/MiscMessageSettings.tsx:38 -#: languages/wptelegram-js-translations.php:293 +#: languages/wptelegram-js-translations.php:202 msgid "Protects the contents of sent messages from forwarding and saving." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/SingleMessage.tsx:34 -#: languages/wptelegram-js-translations.php:296 +#: languages/wptelegram-js-translations.php:303 msgid "Send both text and image in single message." msgstr "" #. 1 - field name, 2 - value #. translators: 1 - field name, 2 - value #: ../../packages/js/shared/wptelegram-ui/components/SingleMessage.tsx:48 -#: languages/wptelegram-js-translations.php:300 +#: languages/wptelegram-js-translations.php:307 msgid "When %1$s is set to %2$s:" msgstr "" #. 1 - field name, 2 - value #. translators: 1 - field name, 2 - value #: ../../packages/js/shared/wptelegram-ui/components/SingleMessage.tsx:64 -#: languages/wptelegram-js-translations.php:304 +#: languages/wptelegram-js-translations.php:311 msgid "%1$s should not be %2$s." msgstr "" #. 1 - field name #. translators: 1 - field name #: ../../packages/js/shared/wptelegram-ui/components/SingleMessage.tsx:80 -#: languages/wptelegram-js-translations.php:308 +#: languages/wptelegram-js-translations.php:315 msgid "%s should not be enabled." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/TemplateInfo.tsx:36 -#: languages/wptelegram-js-translations.php:311 +#: languages/wptelegram-js-translations.php:318 msgid "You can also use conditional logic in the template." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/UserNotifications.tsx:20 -#: languages/wptelegram-js-translations.php:314 +#: languages/wptelegram-js-translations.php:321 msgid "Allow users receive their email notifications on Telegram." msgstr "Permitir que os usuários recebam suas notificações por e-mail no Telegram." #. 1 Plugin name #. translators: 1 Plugin name #: ../../packages/js/shared/wptelegram-ui/components/UserNotifications.tsx:31 -#: languages/wptelegram-js-translations.php:318 +#: languages/wptelegram-js-translations.php:325 msgid "Use %s to let them connect their Telegram account." msgstr "" #. 1 profile page #. translators: 1 profile page #: ../../packages/js/shared/wptelegram-ui/components/UserNotifications.tsx:49 -#: languages/wptelegram-js-translations.php:322 +#: languages/wptelegram-js-translations.php:329 msgid "They can also enter their Telegram Chat ID manually on %s page." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/UserNotifications.tsx:57 -#: languages/wptelegram-js-translations.php:325 +#: languages/wptelegram-js-translations.php:332 msgid "profile" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/CFWorker.tsx:14 #: ../../packages/js/shared/wptelegram-ui/components/proxy/GoogleScript.tsx:16 -#: languages/wptelegram-js-translations.php:329 +#: languages/wptelegram-js-translations.php:336 msgid "The requests to Telegram will be sent via this URL." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:11 -#: languages/wptelegram-js-translations.php:332 +#: languages/wptelegram-js-translations.php:339 msgid "HTTP" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:15 -#: languages/wptelegram-js-translations.php:335 +#: languages/wptelegram-js-translations.php:342 msgid "SOCKS4" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:19 -#: languages/wptelegram-js-translations.php:338 +#: languages/wptelegram-js-translations.php:345 msgid "SOCKS4A" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:23 -#: languages/wptelegram-js-translations.php:341 +#: languages/wptelegram-js-translations.php:348 msgid "SOCKS5" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:27 -#: languages/wptelegram-js-translations.php:344 +#: languages/wptelegram-js-translations.php:351 msgid "SOCKS5_HOSTNAME" msgstr "" #. IP address #. translators: IP address #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:39 -#: languages/wptelegram-js-translations.php:348 +#: languages/wptelegram-js-translations.php:355 msgid "Host IP or domain name like %s." msgstr "" #. proxy port #. translators: proxy port #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:51 -#: languages/wptelegram-js-translations.php:352 +#: languages/wptelegram-js-translations.php:359 msgid "Target Port like %s." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:76 -#: languages/wptelegram-js-translations.php:355 +#: languages/wptelegram-js-translations.php:362 msgid "Leave empty if not required." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:16 -#: languages/wptelegram-js-translations.php:358 +#: languages/wptelegram-js-translations.php:365 msgid "Cloudflare worker" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:20 -#: languages/wptelegram-js-translations.php:361 +#: languages/wptelegram-js-translations.php:368 msgid "Google Script" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:24 -#: languages/wptelegram-js-translations.php:364 +#: languages/wptelegram-js-translations.php:371 msgid "PHP Proxy" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:34 -#: languages/wptelegram-js-translations.php:367 +#: languages/wptelegram-js-translations.php:374 msgid "The module will help you bypass the ban on Telegram by making use of proxy." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:53 -#: languages/wptelegram-js-translations.php:379 +#: languages/wptelegram-js-translations.php:386 msgid "Cloudflare worker is preferred." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/ProxyDisclaimer.tsx:11 -#: languages/wptelegram-js-translations.php:382 +#: languages/wptelegram-js-translations.php:389 msgid "Use the proxy at your own risk!" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/ProxyDisclaimer.tsx:8 -#: languages/wptelegram-js-translations.php:385 +#: languages/wptelegram-js-translations.php:392 msgid "DISCLAIMER!" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/ProxySettings.tsx:17 -#: languages/wptelegram-js-translations.php:388 +#: languages/wptelegram-js-translations.php:395 msgid "Proxy settings" msgstr "" @@ -907,207 +903,203 @@ msgid "Add" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/And.tsx:8 -#: languages/wptelegram-js-translations.php:391 +#: languages/wptelegram-js-translations.php:398 msgid "AND" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/Or.tsx:8 -#: languages/wptelegram-js-translations.php:394 +#: languages/wptelegram-js-translations.php:401 msgid "OR" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/P2TGCustomRules.tsx:51 -#: languages/wptelegram-js-translations.php:397 +#: languages/wptelegram-js-translations.php:404 msgid "You can also define custom rules to send the posts." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetButtons.tsx:39 -#: languages/wptelegram-js-translations.php:400 +#: languages/wptelegram-js-translations.php:407 msgid "Remove" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetFields.tsx:11 -#: languages/wptelegram-js-translations.php:403 +#: languages/wptelegram-js-translations.php:410 msgid "is in" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetFields.tsx:15 -#: languages/wptelegram-js-translations.php:406 +#: languages/wptelegram-js-translations.php:413 msgid "is not in" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetFields.tsx:27 -#: languages/wptelegram-js-translations.php:409 +#: languages/wptelegram-js-translations.php:416 msgid "Rule type" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetFields.tsx:35 -#: languages/wptelegram-js-translations.php:412 +#: languages/wptelegram-js-translations.php:419 msgid "Rule operator" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetValues.tsx:103 -#: languages/wptelegram-js-translations.php:415 +#: languages/wptelegram-js-translations.php:422 msgid "Select..." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetValues.tsx:16 -#: languages/wptelegram-js-translations.php:418 +#: languages/wptelegram-js-translations.php:425 msgid "Loading..." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetValues.tsx:17 -#: languages/wptelegram-js-translations.php:421 +#: languages/wptelegram-js-translations.php:428 msgid "No options available" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetValues.tsx:91 -#: languages/wptelegram-js-translations.php:424 +#: languages/wptelegram-js-translations.php:431 msgid "Rule values" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:14 -#: languages/wptelegram-js-translations.php:430 +#: languages/wptelegram-js-translations.php:437 msgid "Bot" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:15 -#: languages/wptelegram-js-translations.php:433 +#: languages/wptelegram-js-translations.php:440 msgid "Bot Token" msgstr "Bot Token" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:16 -#: languages/wptelegram-js-translations.php:436 +#: languages/wptelegram-js-translations.php:443 msgid "Bot Username" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:17 -#: languages/wptelegram-js-translations.php:439 +#: languages/wptelegram-js-translations.php:446 msgid "Categories as hashtags" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:18 -#: languages/wptelegram-js-translations.php:442 +#: languages/wptelegram-js-translations.php:449 msgid "Cloudflare worker URL" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:19 -#: languages/wptelegram-js-translations.php:445 +#: languages/wptelegram-js-translations.php:452 msgid "Channel(s)" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:20 -#: languages/wptelegram-js-translations.php:448 +#: languages/wptelegram-js-translations.php:455 msgid "Chat ID" msgstr "ID do Chat" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:22 -#: languages/wptelegram-js-translations.php:451 +#: languages/wptelegram-js-translations.php:458 msgid "Remove settings on uninstall" msgstr "Remova as configurações na desinstalação" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:23 -#: languages/wptelegram-js-translations.php:454 +#: languages/wptelegram-js-translations.php:461 msgid "Debug Info" msgstr "" -#: languages/wptelegram-js-translations.php:465 -msgid "Disable Web Page Preview" -msgstr "Desativar visualização da página da Web" - #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:29 -#: languages/wptelegram-js-translations.php:468 +#: languages/wptelegram-js-translations.php:481 msgid "Enable logs for" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:30 -#: languages/wptelegram-js-translations.php:471 +#: languages/wptelegram-js-translations.php:484 msgid "Excerpt Length" msgstr "Comprimento do trecho" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:31 -#: languages/wptelegram-js-translations.php:474 +#: languages/wptelegram-js-translations.php:487 msgid "Excerpt Newlines" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:32 -#: languages/wptelegram-js-translations.php:477 +#: languages/wptelegram-js-translations.php:490 msgid "Excerpt Source" msgstr "Trecho da fonte" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:33 -#: languages/wptelegram-js-translations.php:480 +#: languages/wptelegram-js-translations.php:493 msgid "Google Script URL" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:34 -#: languages/wptelegram-js-translations.php:483 +#: languages/wptelegram-js-translations.php:496 msgid "Image Position" msgstr "Posição da imagem" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:36 -#: languages/wptelegram-js-translations.php:490 +#: languages/wptelegram-js-translations.php:503 msgid "Formatting" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:37 -#: languages/wptelegram-js-translations.php:493 +#: languages/wptelegram-js-translations.php:506 msgid "Plugin generated posts" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:38 -#: languages/wptelegram-js-translations.php:496 +#: languages/wptelegram-js-translations.php:509 msgid "Post edit switch" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:40 -#: languages/wptelegram-js-translations.php:503 +#: languages/wptelegram-js-translations.php:516 #, fuzzy msgid "Protect content" msgstr "Conteúdo do post" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:41 -#: languages/wptelegram-js-translations.php:506 +#: languages/wptelegram-js-translations.php:519 msgid "Proxy Host" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:43 -#: languages/wptelegram-js-translations.php:509 +#: languages/wptelegram-js-translations.php:522 msgid "Password" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:44 -#: languages/wptelegram-js-translations.php:512 +#: languages/wptelegram-js-translations.php:525 msgid "Proxy Port" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:45 -#: languages/wptelegram-js-translations.php:515 +#: languages/wptelegram-js-translations.php:528 msgid "Proxy Type" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:46 -#: languages/wptelegram-js-translations.php:518 +#: languages/wptelegram-js-translations.php:531 msgid "Username" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:48 -#: languages/wptelegram-js-translations.php:525 +#: languages/wptelegram-js-translations.php:538 msgid "Send files by URL" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:49 -#: languages/wptelegram-js-translations.php:528 +#: languages/wptelegram-js-translations.php:541 msgid "Single message" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:50 -#: languages/wptelegram-js-translations.php:531 +#: languages/wptelegram-js-translations.php:544 msgid "Notifications to Users" msgstr "Notificações aos usuários" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:13 -#: languages/wptelegram-js-translations.php:427 +#: languages/wptelegram-js-translations.php:434 msgid "Active" msgstr "" @@ -1279,19 +1271,19 @@ msgstr "" #. %s: field label #. translators: %s: field label #: ../../packages/js/utilities/fields.ts:35 -#: languages/wptelegram-js-translations.php:535 +#: languages/wptelegram-js-translations.php:548 msgid "Invalid %s" msgstr "" #. %s: field label #. translators: %s: field label #: ../../packages/js/utilities/fields.ts:39 -#: languages/wptelegram-js-translations.php:539 +#: languages/wptelegram-js-translations.php:552 msgid "%s required." msgstr "" #: ../../packages/js/utilities/fields.ts:42 -#: languages/wptelegram-js-translations.php:542 +#: languages/wptelegram-js-translations.php:555 msgid "Changes could not be saved." msgstr "" @@ -1349,13 +1341,13 @@ msgid "Custom Taxonomy" msgstr "" #: js/p2tg-block-editor/Channels.tsx:52 -#: languages/wptelegram-js-translations.php:548 +#: languages/wptelegram-js-translations.php:561 msgid "Select all" msgstr "" #. Description of the plugin #: js/settings/ui/Sidebar.tsx:16 -#: languages/wptelegram-js-translations.php:600 +#: languages/wptelegram-js-translations.php:613 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 "" @@ -1385,25 +1377,31 @@ msgid "Please reload the page." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/LinkPreviewOptions.tsx:33 +#: languages/wptelegram-js-translations.php:180 msgid "URL to use for the link preview." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/LinkPreviewOptions.tsx:57 +#: languages/wptelegram-js-translations.php:188 msgid "Whether the link preview must be shown above the message text." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:133 +#: languages/wptelegram-js-translations.php:255 msgid "You can add an internal note to the chat ID to make it easier for you to identify it." msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:26 +#: languages/wptelegram-js-translations.php:472 msgid "Disable link preview" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:27 +#: languages/wptelegram-js-translations.php:475 msgid "Link preview URL" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:28 +#: languages/wptelegram-js-translations.php:478 msgid "Show preview above text" msgstr "" diff --git a/plugins/wptelegram/src/languages/wptelegram-ru_RU.mo b/plugins/wptelegram/src/languages/wptelegram-ru_RU.mo index bb04443a1944e2b5c9bb33bb65fc597ec115d726..052e3daaae2dba5ca18839db5aa200b47ffe78f9 100644 GIT binary patch delta 2593 zcmYM#4NTQl7{~EPxlkZ4R}uxZxDp1acqu`FzyM*0=!gQ%(kZN3GuIkfsbrThYc@^S zVuBP~XjFo3$O<>sn661LZjA~jOKq$%EjL@W=nbUr&wIAq<^MV7|8kylp7UZ?!$-RU zS7JTQ#=my{=J6L9s+!qE`2WUJoTQ$Bvm?wZF%#!tBZgoLF2HwO{Vb+ZKZkL61Iy4e z!)!UO!TDwZdzHdWZggS+p2lb#$2<&;G@FZs7=s&80k`38_$;cgJCL6>anV2yA~CHS z^;{15}_MOvAIt&#rUP2>(F^p2KA^rXn$|8kNyH zREM{_`vFu24!HUW3@AW9g_U?76~N0)ik5`2=tnhFj7sHNSFb^JWDDxM-N?`OJKseO zi3upZS=9je1yQSUck zF78DQXaG0h=ePuuX9Y7=g<6zbQ0)ZvQs8F?xG0q!s72C)>evt}@D)tNpU{sU(o=z1 z_#`&sQoM=};9TZWQ~4N|d$1n0xLZ-rKgDG2|49n>al^-HqQDQMM(`YJ-@k+!VGC+1 zIxrnip${)%8BXFREakLPz@wOhU!u;D5Kb?>w*oct*DzH3|4j-C@V0xB!+DsGok(BoN94$~NoNujrq_xv4Qnt1Uq($?H)>#gSd3?|06ocO4`DF|=%h7M zSdG1?Il76wYspl!_)1VIUx&Ki=;|G)DLRiz`8BM<7*?3pMlC8sCs3K}M|EHn)n3v9 z@~@tj^K>OvqXM?zy?7ioqD!tGL6j2e`AD+t6?_WcLj{UR4Q{`9)LO|#b+8n*IBSvh zY0bC-yHd&j8x(%#1~Ke;@~DQ}a545HkL;Se@1@(CicBoU)kw1J5bFD0)b}H(f&Gmv z6Z0(O@WS~RhI!7S00rK$Rj3iyy9dWm4RxWm+gGT?^)G5$MzSI`k_2Q&njiIk397@7 zquSk%nzBz&9lYr3H&K}h_!y=hS>u0uG@T=~Y*sLVXv!VP?gUiTKVCf8Z0~R9FYDZ83&!AF2f@<)0^kHmf za9b@!4o_>x_pt{XaXo2OW-ek8{)N$)$Dxy<{a;Q&BYqK=V;d^Kx2WCm8`73}SwZSp z5$?b?9K~5#!TmpuG-vCw`40*&p!WGR4uKlXM}7B}tIr_V9(__uW) z2kO0U9FM)|!K;`-e2Wo|>Sz@zrR8qD5;c$-)b9=> zm$kc|MNQ-zRJ@;2{alS9|3fI;q+uxji%RJbhJ6=~LOq|1>Uaur*(`4Aa4z14OHj{O zp!!*lTCxgMz-nZC5ir)f|}pCV(hFWeU|q6TyYm5D*r5=D~^%^(id z@p!kM?m8Wnk!+lX#kdG}qcZn9D((#*1$8*|&QM2@=%Jo~8fgaJkJ(6UTZ0PhM|D(- z8t^XE`v)--kE14Z1sCEUI0*~mLYb;SZAxDa1$A^Bx$Go2rLqULNiLvfcoP*kf^>|= zSe%SrEW{dBDOi9Cya_dfM%4K~ zgqq_x_6QG7SKEY&q1Szar{30R3O! zmFykVo;igYU^i-$_NVzm=R1MCJw}5Ux8rIgw*8IjIEm4vV;1sTD?_#KL@h}x=HfXd zc@{e{^!sV3_ZDL$ZbS{J8rhF_z(*mRLWk=aq!0TXHREe;dn!9m9eGiEWe#eSZAKl> zH;|KOdytcAEvWa;q6T~!)o(Pj(2{1LCg@w_HuzDg+3!9Gpf=SdWLfP7s)MoQKMJ2f z1)Pi8tfg+f3iZ1N%*SS&hu5$b3pg@teESEZb^gaN9SSxPHKI%`#A4*rV9mG?yO3qJ zu@8g-=Acr)7}eo=^k6-fVLS41H4kY#gj3Ov-=Q+Ih>y)Io&O378bAj!Nb5n(cmStk z5<5i!=A%x@D@fnA6E(0ixB-(M;(s=L8;fznG)>R!TVxe&0UrT z?7*$qj|I3gBQ(+$%%dJet!-jvC{vSAznh23*n3!qe_=OnC7Qk)g^z^3BimeKY3!rD z5tAY*tm6z0!AjJ(y$Y3)#lI5PFWh+ZOMQcmSOG{pDJ3nF| ze%FEI*j(r1pxK|w@~{iSm$&GYn=~0w;l(ARZfQ!2yO}bJ-pZMw0MJ6 RsyQc|PJU9|)|0$6@jrPhNWK67 diff --git a/plugins/wptelegram/src/languages/wptelegram-ru_RU.po b/plugins/wptelegram/src/languages/wptelegram-ru_RU.po index cd9d0440..632b8e85 100644 --- a/plugins/wptelegram/src/languages/wptelegram-ru_RU.po +++ b/plugins/wptelegram/src/languages/wptelegram-ru_RU.po @@ -54,116 +54,116 @@ msgstr "" #: js/settings/ui/p2tg/MessageKeyboard.tsx:41 #: includes/restApi/SettingsController.php:136 -#: languages/wptelegram-js-translations.php:671 +#: languages/wptelegram-js-translations.php:684 msgid "View Post" msgstr "Посмотреть" #. %s: field label #. translators: %s: field label #: js/settings/services/fields.ts:141 -#: languages/wptelegram-js-translations.php:572 +#: languages/wptelegram-js-translations.php:585 msgid "%s must be a number." msgstr "" #: js/settings/services/fields.ts:19 -#: languages/wptelegram-js-translations.php:575 +#: languages/wptelegram-js-translations.php:588 msgid "Inline button text" msgstr "Текст встроенной кнопки" #: js/settings/services/fields.ts:20 -#: languages/wptelegram-js-translations.php:578 +#: languages/wptelegram-js-translations.php:591 msgid "Inline button URL" msgstr "" #: js/settings/services/fields.ts:21 -#: languages/wptelegram-js-translations.php:581 +#: languages/wptelegram-js-translations.php:594 msgid "Add Inline URL Button" msgstr "Добавить встроенную кнопку URL" #: js/settings/services/fields.ts:22 -#: languages/wptelegram-js-translations.php:584 +#: languages/wptelegram-js-translations.php:597 msgid "Other settings" msgstr "Другие настройки" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:39 #: js/settings/services/fields.ts:23 -#: languages/wptelegram-js-translations.php:500 +#: languages/wptelegram-js-translations.php:513 msgid "Post type" msgstr "Тип записи" #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:48 #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:42 #: js/settings/services/fields.ts:24 -#: languages/wptelegram-js-translations.php:376 +#: languages/wptelegram-js-translations.php:383 msgid "Proxy Method" msgstr "Метод прокси" #: js/settings/services/fields.ts:25 -#: languages/wptelegram-js-translations.php:587 +#: languages/wptelegram-js-translations.php:600 msgid "Send when" msgstr "Отправлять, когда" #: js/settings/services/fields.ts:26 -#: languages/wptelegram-js-translations.php:590 +#: languages/wptelegram-js-translations.php:603 msgid "If Email goes to" msgstr "Получать уведомления с этой почты" #. %s: field label #. translators: %s: field label #: js/settings/services/fields.ts:75 -#: languages/wptelegram-js-translations.php:594 +#: languages/wptelegram-js-translations.php:607 msgid "At least one %s is required." msgstr "" #: js/settings/services/fields.ts:76 -#: languages/wptelegram-js-translations.php:597 +#: languages/wptelegram-js-translations.php:610 msgid "channel" msgstr "Канал" #: js/settings/ui/Sidebar.tsx:19 -#: languages/wptelegram-js-translations.php:603 +#: languages/wptelegram-js-translations.php:616 msgid "Get LIVE support on Telegram" msgstr "Получайте живую поддержку в Телеграм" #: js/settings/ui/TabbedSections.tsx:18 -#: languages/wptelegram-js-translations.php:606 +#: languages/wptelegram-js-translations.php:619 msgid "Basics" msgstr "" #: js/p2tg-block-editor/OverrideSettings.tsx:77 #: js/settings/ui/TabbedSections.tsx:23 #: js/settings/ui/advanced/Advanced.tsx:32 -#: languages/wptelegram-js-translations.php:562 +#: languages/wptelegram-js-translations.php:575 #: modules/p2tg/Admin.php:409 msgid "Post to Telegram" msgstr "Отправка публикаций" #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:114 #: js/settings/ui/TabbedSections.tsx:28 -#: languages/wptelegram-js-translations.php:187 +#: languages/wptelegram-js-translations.php:206 msgid "Private Notifications" msgstr "Личные уведомления" #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:41 #: js/settings/ui/TabbedSections.tsx:33 -#: languages/wptelegram-js-translations.php:371 +#: languages/wptelegram-js-translations.php:378 msgid "Proxy" msgstr "Прокси" #: js/settings/ui/TabbedSections.tsx:38 -#: languages/wptelegram-js-translations.php:609 +#: languages/wptelegram-js-translations.php:622 msgid "Advanced settings" msgstr "Дополнительные настройки" #: js/settings/ui/advanced/Advanced.tsx:26 -#: languages/wptelegram-js-translations.php:612 +#: languages/wptelegram-js-translations.php:625 msgid "Bot API" msgstr "API-интерфейса бота" #. %s button name #. translators: %s button name #: js/settings/ui/basics/Basics.tsx:31 -#: languages/wptelegram-js-translations.php:616 +#: languages/wptelegram-js-translations.php:629 msgid "Use %s above to set automatically." msgstr "Используйте %s для автоматического заполнения." @@ -176,46 +176,46 @@ msgstr "Проверить токен" #. 1 command name, 2 bot name #. translators: 1 command name, 2 bot name #: js/settings/ui/basics/Instructions.tsx:22 -#: languages/wptelegram-js-translations.php:620 +#: languages/wptelegram-js-translations.php:633 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/basics/Instructions.tsx:43 -#: languages/wptelegram-js-translations.php:624 +#: languages/wptelegram-js-translations.php:637 msgid "After completing the steps %s will provide you the Bot Token." msgstr "После завершения шагов %s вы получите Токен Бота." #: js/settings/ui/basics/Instructions.tsx:51 -#: languages/wptelegram-js-translations.php:627 +#: languages/wptelegram-js-translations.php:640 msgid "Copy the token and paste into the Bot Token field below." msgstr "Скопируйте Токен и вставьте в поле Токен Бот." #. %s application name #. translators: %s application name #: js/settings/ui/basics/Instructions.tsx:55 -#: languages/wptelegram-js-translations.php:631 +#: languages/wptelegram-js-translations.php:644 msgid "For ease, use %s" msgstr "Для удобства используйте %s" #: js/settings/ui/basics/Instructions.tsx:61 -#: languages/wptelegram-js-translations.php:634 +#: languages/wptelegram-js-translations.php:647 msgid "Telegram Desktop" msgstr "" #: js/settings/ui/basics/Instructions.tsx:67 -#: languages/wptelegram-js-translations.php:637 +#: languages/wptelegram-js-translations.php:650 msgid "Test your bot token below." msgstr "Проверьте токен бота ниже." #: js/settings/ui/basics/Instructions.tsx:68 -#: languages/wptelegram-js-translations.php:640 +#: languages/wptelegram-js-translations.php:653 msgid "Activate the modules you want to use." msgstr "Активируйте модули, которые вы хотите использовать." #: js/settings/ui/basics/Instructions.tsx:69 -#: languages/wptelegram-js-translations.php:643 +#: languages/wptelegram-js-translations.php:656 msgid "Configure the activated modules." msgstr "Настройте активированные модули." @@ -223,7 +223,7 @@ msgstr "Настройте активированные модули." #. translators: %s button name #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:107 #: js/settings/ui/basics/Instructions.tsx:74 -#: languages/wptelegram-js-translations.php:226 +#: languages/wptelegram-js-translations.php:245 msgid "Hit %s below." msgstr "Нажмите %s ниже." @@ -237,167 +237,167 @@ msgstr "Сохранить изменения" #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:119 #: js/settings/ui/basics/Instructions.tsx:86 -#: languages/wptelegram-js-translations.php:230 +#: languages/wptelegram-js-translations.php:249 msgid "Introduction" msgstr "" #: js/settings/ui/notify/Notify.tsx:28 -#: languages/wptelegram-js-translations.php:646 +#: languages/wptelegram-js-translations.php:659 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/Notify.tsx:41 -#: languages/wptelegram-js-translations.php:649 +#: languages/wptelegram-js-translations.php:662 msgid "Notification Settings" msgstr "Настройки уведомлений" #. %s code #. translators: %s code #: js/settings/ui/notify/WatchEmails.tsx:24 -#: languages/wptelegram-js-translations.php:653 +#: languages/wptelegram-js-translations.php:666 msgid "If you want to receive notification for every email, then write %s." msgstr "Если вы хотите получать уведомления с каждой электронной почты, напишите %s." #: js/settings/ui/notify/WatchEmails.tsx:41 -#: languages/wptelegram-js-translations.php:656 +#: languages/wptelegram-js-translations.php:669 msgid "Telegram User or Group Chat ID." msgstr "Идентификатор чата или группы" #: js/settings/ui/p2tg/Destination.tsx:19 -#: languages/wptelegram-js-translations.php:659 +#: languages/wptelegram-js-translations.php:672 msgid "Destination" msgstr "" #: js/settings/ui/p2tg/Destination.tsx:24 -#: languages/wptelegram-js-translations.php:662 +#: languages/wptelegram-js-translations.php:675 msgid "Channel Username or Chat ID." msgstr "Имя пользователя канала." #: js/settings/ui/p2tg/MessageKeyboard.tsx:21 -#: languages/wptelegram-js-translations.php:665 +#: languages/wptelegram-js-translations.php:678 msgid "Inline Keyboard" msgstr "Настройки кнопки" #: js/settings/ui/p2tg/MessageKeyboard.tsx:25 -#: languages/wptelegram-js-translations.php:668 +#: languages/wptelegram-js-translations.php:681 msgid "Add an inline clickable button for the post URL just below the message." msgstr "Добавьте встроенную кликабельную кнопку для URL-адреса записи под сообщением." #. template tag/macro #. translators: template tag/macro #: js/settings/ui/p2tg/MessageKeyboard.tsx:50 -#: languages/wptelegram-js-translations.php:675 +#: languages/wptelegram-js-translations.php:688 msgid "You can specify any custom field like %s." msgstr "" #: js/settings/ui/p2tg/MessageKeyboard.tsx:55 -#: languages/wptelegram-js-translations.php:678 +#: languages/wptelegram-js-translations.php:691 msgid "Source of the button URL." msgstr "" #: js/settings/ui/p2tg/MessageSettings.tsx:22 -#: languages/wptelegram-js-translations.php:681 +#: languages/wptelegram-js-translations.php:694 msgid "Message Settings" msgstr "Настройки сообщений" #: js/settings/ui/p2tg/Miscellaneous.tsx:19 -#: languages/wptelegram-js-translations.php:684 +#: languages/wptelegram-js-translations.php:697 msgid "Miscellaneous" msgstr "Дополнительные" #: js/settings/ui/p2tg/P2TG.tsx:28 -#: languages/wptelegram-js-translations.php:687 +#: languages/wptelegram-js-translations.php:700 msgid "With this module, you can configure how the posts are sent to Telegram." msgstr "С помощью этого модуля вы можете настроить способ отправки сообщений в Telegram." #: js/settings/ui/p2tg/Rules.tsx:15 -#: languages/wptelegram-js-translations.php:690 +#: languages/wptelegram-js-translations.php:703 msgid "A new post is published" msgstr "Публикуется новая запись" #: js/settings/ui/p2tg/Rules.tsx:19 -#: languages/wptelegram-js-translations.php:693 +#: languages/wptelegram-js-translations.php:706 msgid "An existing post is updated" msgstr "Обновляется существующая запись" #: js/settings/ui/p2tg/Rules.tsx:30 -#: languages/wptelegram-js-translations.php:696 +#: languages/wptelegram-js-translations.php:709 msgid "Rules" msgstr "Правила" #: js/settings/ui/p2tg/Rules.tsx:37 -#: languages/wptelegram-js-translations.php:699 +#: languages/wptelegram-js-translations.php:712 msgid "When the post should be sent to Telegram." msgstr "Когда сообщение должно быть отправлено в Telegram." #: js/settings/ui/p2tg/Rules.tsx:47 -#: languages/wptelegram-js-translations.php:702 +#: languages/wptelegram-js-translations.php:715 msgid "Which post types should be sent." msgstr "Какие типы сообщений следует отправлять." #: js/settings/ui/shared/IfBotToken.tsx:15 -#: languages/wptelegram-js-translations.php:705 +#: languages/wptelegram-js-translations.php:718 msgid "You must add a bot token." msgstr "" #: js/settings/ui/shared/Upsell.tsx:41 -#: languages/wptelegram-js-translations.php:718 +#: languages/wptelegram-js-translations.php:731 msgid "Upgrade to Pro" msgstr "" #: js/settings/ui/shared/Upsell.tsx:51 -#: languages/wptelegram-js-translations.php:721 +#: languages/wptelegram-js-translations.php:734 msgid "Want an absolute integration with Telegram?" msgstr "" #: js/settings/ui/shared/Upsell.tsx:55 -#: languages/wptelegram-js-translations.php:724 +#: languages/wptelegram-js-translations.php:737 msgid "Want to add more bots?" msgstr "" #: js/settings/ui/shared/Upsell.tsx:59 -#: languages/wptelegram-js-translations.php:727 +#: languages/wptelegram-js-translations.php:740 msgid "Need more features?" msgstr "" #: js/settings/ui/shared/Upsell.tsx:63 -#: languages/wptelegram-js-translations.php:730 +#: languages/wptelegram-js-translations.php:743 msgid "Want to use different channels for different categories?" msgstr "" #. %s: plugin name #. translators: %s: plugin name #: js/settings/ui/shared/Upsell.tsx:69 -#: languages/wptelegram-js-translations.php:734 +#: languages/wptelegram-js-translations.php:747 msgid "%s supports multiple instances of Post to Telgram with different rules." msgstr "" #. %s: plugin name #. translators: %s: plugin name #: js/settings/ui/shared/Upsell.tsx:79 -#: languages/wptelegram-js-translations.php:738 +#: languages/wptelegram-js-translations.php:751 msgid "%s supports ALL WooCommerce and ACF text fields." msgstr "" #: js/settings/ui/shared/Upsell.tsx:85 -#: languages/wptelegram-js-translations.php:741 +#: languages/wptelegram-js-translations.php:754 msgid "Want to add more buttons?" msgstr "" #. %s: plugin name #. translators: %s: plugin name #: js/settings/ui/shared/Upsell.tsx:91 -#: languages/wptelegram-js-translations.php:745 +#: languages/wptelegram-js-translations.php:758 msgid "%s supports delay per channel." msgstr "" #: js/settings/ui/shared/Upsell.tsx:97 -#: languages/wptelegram-js-translations.php:748 +#: languages/wptelegram-js-translations.php:761 msgid "Want to add more emails?" msgstr "" #: js/settings/ui/shared/Upsell.tsx:104 -#: languages/wptelegram-js-translations.php:712 +#: languages/wptelegram-js-translations.php:725 #, fuzzy msgid "WP Telegram Pro" msgstr "Отправка публикаций" @@ -405,41 +405,41 @@ msgstr "Отправка публикаций" #. %s: plugin name #. translators: %s: plugin name #: js/settings/ui/shared/Upsell.tsx:103 -#: languages/wptelegram-js-translations.php:709 +#: languages/wptelegram-js-translations.php:722 msgid "%s supports Cloudflare proxy for featured image upload!" msgstr "" #: js/settings/ui/shared/Upsell.tsx:111 -#: languages/wptelegram-js-translations.php:715 +#: languages/wptelegram-js-translations.php:728 msgid "Upgrade NOW" msgstr "" #: js/p2tg-block-editor/Channels.tsx:39 -#: languages/wptelegram-js-translations.php:545 +#: languages/wptelegram-js-translations.php:558 #: modules/p2tg/Admin.php:431 msgid "Send to" msgstr "Отправить для" #: js/p2tg-block-editor/Files.tsx:17 -#: languages/wptelegram-js-translations.php:551 +#: languages/wptelegram-js-translations.php:564 msgid "Add or Upload Files" msgstr "" #: js/p2tg-block-editor/Files.tsx:57 -#: languages/wptelegram-js-translations.php:554 +#: languages/wptelegram-js-translations.php:567 #: modules/p2tg/Admin.php:454 msgid "Files to be sent after the message." msgstr "Файлы, отправляемые после сообщения." #: js/p2tg-block-editor/Files.tsx:66 -#: languages/wptelegram-js-translations.php:557 +#: languages/wptelegram-js-translations.php:570 #: modules/p2tg/Admin.php:453 msgid "Files" msgstr "Файлы" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:47 #: js/p2tg-block-editor/OverrideSettings.tsx:116 -#: languages/wptelegram-js-translations.php:522 +#: languages/wptelegram-js-translations.php:535 #: modules/p2tg/Admin.php:481 msgid "Featured Image" msgstr "Поддержка изображений" @@ -453,33 +453,33 @@ msgstr "Отправлять изображения(если существую #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:35 #: js/p2tg-block-editor/OverrideSettings.tsx:124 -#: languages/wptelegram-js-translations.php:487 +#: languages/wptelegram-js-translations.php:500 #: modules/p2tg/Admin.php:493 msgid "Message Template" msgstr "Шаблон сообщения" #: js/p2tg-block-editor/OverrideSettings.tsx:86 -#: languages/wptelegram-js-translations.php:565 +#: languages/wptelegram-js-translations.php:578 #: modules/p2tg/Admin.php:421 msgid "Override settings" msgstr "Переопределение настроек" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:25 #: js/p2tg-block-editor/OverrideSettings.tsx:98 -#: languages/wptelegram-js-translations.php:462 +#: languages/wptelegram-js-translations.php:469 #: modules/p2tg/Admin.php:443 msgid "Disable Notifications" msgstr "Отключить уведомления" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:24 #: js/p2tg-block-editor/OverrideSettings.tsx:105 -#: languages/wptelegram-js-translations.php:458 +#: languages/wptelegram-js-translations.php:465 #: modules/p2tg/Admin.php:464 msgid "Delay in Posting" msgstr "Задержка отправки" #: js/p2tg-block-editor/SendToTelegram.tsx:32 -#: languages/wptelegram-js-translations.php:568 +#: languages/wptelegram-js-translations.php:581 #: modules/p2tg/Admin.php:367 msgid "Send to Telegram" msgstr "Отправить в Telegram" @@ -577,82 +577,82 @@ msgid "Delete button" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/MessageTemplate.tsx:19 -#: languages/wptelegram-js-translations.php:177 +#: languages/wptelegram-js-translations.php:191 #: modules/p2tg/Admin.php:494 msgid "Structure of the message to be sent." msgstr "Структура отправляемого сообщения." #: ../../packages/js/shared/wptelegram-ui/components/MiscMessageSettings.tsx:19 -#: languages/wptelegram-js-translations.php:180 +#: languages/wptelegram-js-translations.php:194 msgid "Send categories as hashtags." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/LinkPreviewOptions.tsx:21 -#: languages/wptelegram-js-translations.php:183 +#: languages/wptelegram-js-translations.php:177 msgid "Disables previews for links in the messages." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:27 -#: languages/wptelegram-js-translations.php:190 +#: languages/wptelegram-js-translations.php:209 msgid "To receive notifications privately:" msgstr "Для получения уведомлений в личный чат с ботом" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:33 -#: languages/wptelegram-js-translations.php:194 +#: languages/wptelegram-js-translations.php:213 msgid "Get your Chat ID from %s and enter it below." msgstr "Получите свой идентификатор чата из %s и введите его ниже." #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:49 -#: languages/wptelegram-js-translations.php:198 +#: languages/wptelegram-js-translations.php:217 msgid "Send your own bot %s a message to start the conversation." msgstr "Отправьте сообщение СВОЕМУ БОТУ %s, чтобы начать разговор.." #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:66 -#: languages/wptelegram-js-translations.php:201 +#: languages/wptelegram-js-translations.php:220 msgid "To receive notifications into a group:" msgstr "Получение уведомлений в группу:" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:72 -#: languages/wptelegram-js-translations.php:205 +#: languages/wptelegram-js-translations.php:224 msgid "Add %s to the group to get its Chat ID." msgstr "Добавьте %s в группу, чтобы получить идентификатор чата." #. 1 field name #. translators: 1 field name #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:84 -#: languages/wptelegram-js-translations.php:209 +#: languages/wptelegram-js-translations.php:228 msgid "Enter the Chat ID in %s field below." msgstr "Введите идентификатор чата в поле %s ниже." #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:88 #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:21 -#: languages/wptelegram-js-translations.php:213 +#: languages/wptelegram-js-translations.php:232 msgid "Send it to" msgstr "Отправлять в" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:96 -#: languages/wptelegram-js-translations.php:217 +#: languages/wptelegram-js-translations.php:236 msgid "Add your own bot %s to the group." msgstr "Добавьте СВОЕГО БОТА %s в группу." #: ../../packages/js/shared/wptelegram-ui/components/NotifyMessageTemplate.tsx:15 #: ../../packages/js/shared/wptelegram-ui/components/TemplateInfo.tsx:31 -#: languages/wptelegram-js-translations.php:221 +#: languages/wptelegram-js-translations.php:240 msgid "You can use any text, emojis or these macros in any order." msgstr "Вы можете использовать любой текст, смайлы или эти макросы в любом порядке." #. %s pipe character #. translators: %s pipe character #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:142 -#: languages/wptelegram-js-translations.php:240 +#: languages/wptelegram-js-translations.php:259 msgid "Note can be added after %s." msgstr "" @@ -660,245 +660,241 @@ msgstr "" #. translators: %s code example #: ../../packages/js/shared/wptelegram-ui/components/LinkPreviewOptions.tsx:38 #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:154 -#: languages/wptelegram-js-translations.php:244 +#: languages/wptelegram-js-translations.php:185 #, fuzzy msgid "For example %s" msgstr "Для удобства используйте %s" #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:26 -#: languages/wptelegram-js-translations.php:247 +#: languages/wptelegram-js-translations.php:262 msgid "Create a Telegram channel or group." msgstr "" #. %s bot username #. translators: %s bot username #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:31 -#: languages/wptelegram-js-translations.php:251 +#: languages/wptelegram-js-translations.php:266 msgid "Add your bot %s as Administrator to your Channel/Group." msgstr "Добавьте Бота %s как Администратором вашего Канала/Группы." #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:44 -#: languages/wptelegram-js-translations.php:254 +#: languages/wptelegram-js-translations.php:269 msgid "Enter the Channel Username in the field below." msgstr "Введите имя пользователя канала в поле ниже." #. %s symbol - @ #. translators: %s symbol - @ #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:51 -#: languages/wptelegram-js-translations.php:258 +#: languages/wptelegram-js-translations.php:273 msgid "Username must start with %s" msgstr "Имя пользователя должно начинаться с %s" #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:60 -#: languages/wptelegram-js-translations.php:261 +#: languages/wptelegram-js-translations.php:276 msgid "You can also use the Chat ID of a group or private chat." msgstr "Вы также можете использовать индетификатор чата, группы или частного чата." #. %s bot username #. translators: %s bot username #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:65 -#: languages/wptelegram-js-translations.php:265 +#: languages/wptelegram-js-translations.php:280 msgid "Get it from %s." msgstr "Полученного от %s." #. %s colon character #. translators: %s colon character #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:81 -#: languages/wptelegram-js-translations.php:269 +#: languages/wptelegram-js-translations.php:284 msgid "If you want to send posts to a specific topic in a group with topics enabled, you can add a colon (%s) to the chat ID followed by topic ID." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:128 -#: languages/wptelegram-js-translations.php:233 +#: languages/wptelegram-js-translations.php:252 msgid "Tip!" msgstr "" -#: languages/wptelegram-js-translations.php:236 -msgid "You can add an internal note to the chat ID to make it easier for you to indentify it." -msgstr "" - #: ../../packages/js/shared/wptelegram-ui/components/P2TGSwitchAndPluginPosts.tsx:13 -#: languages/wptelegram-js-translations.php:272 +#: languages/wptelegram-js-translations.php:287 msgid "Show an ON/OFF switch on the post edit screen." msgstr "Показать переключатель ВКЛ / ВЫКЛ на экране редактирования сообщений." #: ../../packages/js/shared/wptelegram-ui/components/P2TGSwitchAndPluginPosts.tsx:14 -#: languages/wptelegram-js-translations.php:275 +#: languages/wptelegram-js-translations.php:290 #, fuzzy msgid "You can use this switch to override the settings for a particular post." msgstr "Вы можете использовать этот переключатель для переопределения вышеуказанных настроек для определенного сообщения." #: ../../packages/js/shared/wptelegram-ui/components/P2TGSwitchAndPluginPosts.tsx:23 -#: languages/wptelegram-js-translations.php:278 +#: languages/wptelegram-js-translations.php:293 msgid "Enable this option if you use a plugin to generate posts." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/ParseModeField.tsx:17 #: ../../packages/js/shared/wptelegram-ui/components/SingleMessage.tsx:70 -#: languages/wptelegram-js-translations.php:282 +#: languages/wptelegram-js-translations.php:297 msgid "None" msgstr "Нет" #: ../../packages/js/shared/wptelegram-ui/components/ParseModeField.tsx:21 -#: languages/wptelegram-js-translations.php:285 +#: languages/wptelegram-js-translations.php:300 msgid "HTML style" msgstr "HTML стиль" #: ../../packages/js/shared/wptelegram-ui/components/MiscMessageSettings.tsx:35 #: ../../packages/js/shared/wptelegram-ui/components/ParseModeField.tsx:42 #: ../../packages/js/shared/wptelegram-ui/components/TemplateInfo.tsx:39 -#: languages/wptelegram-js-translations.php:290 +#: languages/wptelegram-js-translations.php:199 msgid "Learn more" msgstr "Узнать больше" #: ../../packages/js/shared/wptelegram-ui/components/MiscMessageSettings.tsx:38 -#: languages/wptelegram-js-translations.php:293 +#: languages/wptelegram-js-translations.php:202 msgid "Protects the contents of sent messages from forwarding and saving." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/SingleMessage.tsx:34 -#: languages/wptelegram-js-translations.php:296 +#: languages/wptelegram-js-translations.php:303 msgid "Send both text and image in single message." msgstr "Отправить текст и изображение в одном сообщении." #. 1 - field name, 2 - value #. translators: 1 - field name, 2 - value #: ../../packages/js/shared/wptelegram-ui/components/SingleMessage.tsx:48 -#: languages/wptelegram-js-translations.php:300 +#: languages/wptelegram-js-translations.php:307 msgid "When %1$s is set to %2$s:" msgstr "" #. 1 - field name, 2 - value #. translators: 1 - field name, 2 - value #: ../../packages/js/shared/wptelegram-ui/components/SingleMessage.tsx:64 -#: languages/wptelegram-js-translations.php:304 +#: languages/wptelegram-js-translations.php:311 msgid "%1$s should not be %2$s." msgstr "%1$s не должно быть %2$s." #. 1 - field name #. translators: 1 - field name #: ../../packages/js/shared/wptelegram-ui/components/SingleMessage.tsx:80 -#: languages/wptelegram-js-translations.php:308 +#: languages/wptelegram-js-translations.php:315 msgid "%s should not be enabled." msgstr "%s не должен быть выбран." #: ../../packages/js/shared/wptelegram-ui/components/TemplateInfo.tsx:36 -#: languages/wptelegram-js-translations.php:311 +#: languages/wptelegram-js-translations.php:318 msgid "You can also use conditional logic in the template." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/UserNotifications.tsx:20 -#: languages/wptelegram-js-translations.php:314 +#: languages/wptelegram-js-translations.php:321 msgid "Allow users receive their email notifications on Telegram." msgstr "Разрешить пользователям получать уведомления по электронной почте в Telegram." #. 1 Plugin name #. translators: 1 Plugin name #: ../../packages/js/shared/wptelegram-ui/components/UserNotifications.tsx:31 -#: languages/wptelegram-js-translations.php:318 +#: languages/wptelegram-js-translations.php:325 msgid "Use %s to let them connect their Telegram account." msgstr "Используйте %s, чтобы позволить пользователям подключать аккаунты Telegram." #. 1 profile page #. translators: 1 profile page #: ../../packages/js/shared/wptelegram-ui/components/UserNotifications.tsx:49 -#: languages/wptelegram-js-translations.php:322 +#: languages/wptelegram-js-translations.php:329 msgid "They can also enter their Telegram Chat ID manually on %s page." msgstr "Они также могут ввести свой идентификатор чата вручную на странице %s." #: ../../packages/js/shared/wptelegram-ui/components/UserNotifications.tsx:57 -#: languages/wptelegram-js-translations.php:325 +#: languages/wptelegram-js-translations.php:332 msgid "profile" msgstr "профиля" #: ../../packages/js/shared/wptelegram-ui/components/proxy/CFWorker.tsx:14 #: ../../packages/js/shared/wptelegram-ui/components/proxy/GoogleScript.tsx:16 -#: languages/wptelegram-js-translations.php:329 +#: languages/wptelegram-js-translations.php:336 msgid "The requests to Telegram will be sent via this URL." msgstr "Запросы в Telegram будут отправляться через ваш Google Script." #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:11 -#: languages/wptelegram-js-translations.php:332 +#: languages/wptelegram-js-translations.php:339 msgid "HTTP" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:15 -#: languages/wptelegram-js-translations.php:335 +#: languages/wptelegram-js-translations.php:342 msgid "SOCKS4" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:19 -#: languages/wptelegram-js-translations.php:338 +#: languages/wptelegram-js-translations.php:345 msgid "SOCKS4A" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:23 -#: languages/wptelegram-js-translations.php:341 +#: languages/wptelegram-js-translations.php:348 msgid "SOCKS5" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:27 -#: languages/wptelegram-js-translations.php:344 +#: languages/wptelegram-js-translations.php:351 msgid "SOCKS5_HOSTNAME" msgstr "" #. IP address #. translators: IP address #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:39 -#: languages/wptelegram-js-translations.php:348 +#: languages/wptelegram-js-translations.php:355 msgid "Host IP or domain name like %s." msgstr "Прокси IP или домен. Пример %s." #. proxy port #. translators: proxy port #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:51 -#: languages/wptelegram-js-translations.php:352 +#: languages/wptelegram-js-translations.php:359 msgid "Target Port like %s." msgstr "Исходящий порт. Пример %s." #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:76 -#: languages/wptelegram-js-translations.php:355 +#: languages/wptelegram-js-translations.php:362 msgid "Leave empty if not required." msgstr "Оставьте пустым если не используется." #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:16 -#: languages/wptelegram-js-translations.php:358 +#: languages/wptelegram-js-translations.php:365 msgid "Cloudflare worker" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:20 -#: languages/wptelegram-js-translations.php:361 +#: languages/wptelegram-js-translations.php:368 msgid "Google Script" msgstr "Google Script" #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:24 -#: languages/wptelegram-js-translations.php:364 +#: languages/wptelegram-js-translations.php:371 msgid "PHP Proxy" msgstr "PHP Прокси" #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:34 -#: languages/wptelegram-js-translations.php:367 +#: languages/wptelegram-js-translations.php:374 msgid "The module will help you bypass the ban on Telegram by making use of proxy." msgstr "Этот модуль поможет вам обойти блокировку Telegram, используя прокси." #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:53 -#: languages/wptelegram-js-translations.php:379 +#: languages/wptelegram-js-translations.php:386 #, fuzzy msgid "Cloudflare worker is preferred." msgstr "Рекомендовано использовать Google Script." #: ../../packages/js/shared/wptelegram-ui/components/proxy/ProxyDisclaimer.tsx:11 -#: languages/wptelegram-js-translations.php:382 +#: languages/wptelegram-js-translations.php:389 msgid "Use the proxy at your own risk!" msgstr "Используйте прокси на свой страх и риск!" #: ../../packages/js/shared/wptelegram-ui/components/proxy/ProxyDisclaimer.tsx:8 -#: languages/wptelegram-js-translations.php:385 +#: languages/wptelegram-js-translations.php:392 msgid "DISCLAIMER!" msgstr "ВНИМАНИЕ!" #: ../../packages/js/shared/wptelegram-ui/components/proxy/ProxySettings.tsx:17 -#: languages/wptelegram-js-translations.php:388 +#: languages/wptelegram-js-translations.php:395 msgid "Proxy settings" msgstr "" @@ -910,209 +906,205 @@ msgid "Add" msgstr "Добавить" #: ../../packages/js/shared/wptelegram-ui/components/rules/And.tsx:8 -#: languages/wptelegram-js-translations.php:391 +#: languages/wptelegram-js-translations.php:398 msgid "AND" msgstr "А ТАКЖЕ" #: ../../packages/js/shared/wptelegram-ui/components/rules/Or.tsx:8 -#: languages/wptelegram-js-translations.php:394 +#: languages/wptelegram-js-translations.php:401 msgid "OR" msgstr "ИЛИ" #: ../../packages/js/shared/wptelegram-ui/components/rules/P2TGCustomRules.tsx:51 -#: languages/wptelegram-js-translations.php:397 +#: languages/wptelegram-js-translations.php:404 msgid "You can also define custom rules to send the posts." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetButtons.tsx:39 -#: languages/wptelegram-js-translations.php:400 +#: languages/wptelegram-js-translations.php:407 msgid "Remove" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetFields.tsx:11 -#: languages/wptelegram-js-translations.php:403 +#: languages/wptelegram-js-translations.php:410 msgid "is in" msgstr "в" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetFields.tsx:15 -#: languages/wptelegram-js-translations.php:406 +#: languages/wptelegram-js-translations.php:413 msgid "is not in" msgstr "не находится в" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetFields.tsx:27 -#: languages/wptelegram-js-translations.php:409 +#: languages/wptelegram-js-translations.php:416 msgid "Rule type" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetFields.tsx:35 -#: languages/wptelegram-js-translations.php:412 +#: languages/wptelegram-js-translations.php:419 msgid "Rule operator" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetValues.tsx:103 -#: languages/wptelegram-js-translations.php:415 +#: languages/wptelegram-js-translations.php:422 msgid "Select..." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetValues.tsx:16 -#: languages/wptelegram-js-translations.php:418 +#: languages/wptelegram-js-translations.php:425 msgid "Loading..." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetValues.tsx:17 -#: languages/wptelegram-js-translations.php:421 +#: languages/wptelegram-js-translations.php:428 msgid "No options available" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetValues.tsx:91 -#: languages/wptelegram-js-translations.php:424 +#: languages/wptelegram-js-translations.php:431 #, fuzzy msgid "Rule values" msgstr "Правила" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:14 -#: languages/wptelegram-js-translations.php:430 +#: languages/wptelegram-js-translations.php:437 #, fuzzy msgid "Bot" msgstr "API-интерфейса бота" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:15 -#: languages/wptelegram-js-translations.php:433 +#: languages/wptelegram-js-translations.php:440 msgid "Bot Token" msgstr "Токен Бота" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:16 -#: languages/wptelegram-js-translations.php:436 +#: languages/wptelegram-js-translations.php:443 msgid "Bot Username" msgstr "Имя пользователя бота" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:17 -#: languages/wptelegram-js-translations.php:439 +#: languages/wptelegram-js-translations.php:446 msgid "Categories as hashtags" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:18 -#: languages/wptelegram-js-translations.php:442 +#: languages/wptelegram-js-translations.php:449 msgid "Cloudflare worker URL" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:19 -#: languages/wptelegram-js-translations.php:445 +#: languages/wptelegram-js-translations.php:452 msgid "Channel(s)" msgstr "Канал" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:20 -#: languages/wptelegram-js-translations.php:448 +#: languages/wptelegram-js-translations.php:455 msgid "Chat ID" msgstr "Чат ID" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:22 -#: languages/wptelegram-js-translations.php:451 +#: languages/wptelegram-js-translations.php:458 msgid "Remove settings on uninstall" msgstr "Удаление настроек при удалении плагина" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:23 -#: languages/wptelegram-js-translations.php:454 +#: languages/wptelegram-js-translations.php:461 msgid "Debug Info" msgstr "Отладочная информация" -#: languages/wptelegram-js-translations.php:465 -msgid "Disable Web Page Preview" -msgstr "Отключить предварительный просмотр веб-страниц" - #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:29 -#: languages/wptelegram-js-translations.php:468 +#: languages/wptelegram-js-translations.php:481 msgid "Enable logs for" msgstr "Включить журналы для" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:30 -#: languages/wptelegram-js-translations.php:471 +#: languages/wptelegram-js-translations.php:484 msgid "Excerpt Length" msgstr "Фиксированная длина" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:31 -#: languages/wptelegram-js-translations.php:474 +#: languages/wptelegram-js-translations.php:487 msgid "Excerpt Newlines" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:32 -#: languages/wptelegram-js-translations.php:477 +#: languages/wptelegram-js-translations.php:490 msgid "Excerpt Source" msgstr "Источник для фрагмента сообщения" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:33 -#: languages/wptelegram-js-translations.php:480 +#: languages/wptelegram-js-translations.php:493 msgid "Google Script URL" msgstr "URL-адрес Google Script" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:34 -#: languages/wptelegram-js-translations.php:483 +#: languages/wptelegram-js-translations.php:496 msgid "Image Position" msgstr "Позиция изображения" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:36 -#: languages/wptelegram-js-translations.php:490 +#: languages/wptelegram-js-translations.php:503 msgid "Formatting" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:37 -#: languages/wptelegram-js-translations.php:493 +#: languages/wptelegram-js-translations.php:506 msgid "Plugin generated posts" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:38 -#: languages/wptelegram-js-translations.php:496 +#: languages/wptelegram-js-translations.php:509 msgid "Post edit switch" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:40 -#: languages/wptelegram-js-translations.php:503 +#: languages/wptelegram-js-translations.php:516 #, fuzzy msgid "Protect content" msgstr "Содержимое публикации" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:41 -#: languages/wptelegram-js-translations.php:506 +#: languages/wptelegram-js-translations.php:519 msgid "Proxy Host" msgstr "Хост Прокси" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:43 -#: languages/wptelegram-js-translations.php:509 +#: languages/wptelegram-js-translations.php:522 msgid "Password" msgstr "Пароль" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:44 -#: languages/wptelegram-js-translations.php:512 +#: languages/wptelegram-js-translations.php:525 msgid "Proxy Port" msgstr "Порт прокси" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:45 -#: languages/wptelegram-js-translations.php:515 +#: languages/wptelegram-js-translations.php:528 msgid "Proxy Type" msgstr "Тип Прокси" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:46 -#: languages/wptelegram-js-translations.php:518 +#: languages/wptelegram-js-translations.php:531 msgid "Username" msgstr "Имя пользователя" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:48 -#: languages/wptelegram-js-translations.php:525 +#: languages/wptelegram-js-translations.php:538 msgid "Send files by URL" msgstr "Отправка файлов по URL" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:49 -#: languages/wptelegram-js-translations.php:528 +#: languages/wptelegram-js-translations.php:541 msgid "Single message" msgstr "Единое сообщение" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:50 -#: languages/wptelegram-js-translations.php:531 +#: languages/wptelegram-js-translations.php:544 msgid "Notifications to Users" msgstr "Уведомления пользователям" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:13 -#: languages/wptelegram-js-translations.php:427 +#: languages/wptelegram-js-translations.php:434 msgid "Active" msgstr "" @@ -1285,19 +1277,19 @@ msgstr "" #. %s: field label #. translators: %s: field label #: ../../packages/js/utilities/fields.ts:35 -#: languages/wptelegram-js-translations.php:535 +#: languages/wptelegram-js-translations.php:548 msgid "Invalid %s" msgstr "недействительность %s" #. %s: field label #. translators: %s: field label #: ../../packages/js/utilities/fields.ts:39 -#: languages/wptelegram-js-translations.php:539 +#: languages/wptelegram-js-translations.php:552 msgid "%s required." msgstr "" #: ../../packages/js/utilities/fields.ts:42 -#: languages/wptelegram-js-translations.php:542 +#: languages/wptelegram-js-translations.php:555 msgid "Changes could not be saved." msgstr "" @@ -1355,13 +1347,13 @@ msgid "Custom Taxonomy" msgstr "Пользовательское " #: js/p2tg-block-editor/Channels.tsx:52 -#: languages/wptelegram-js-translations.php:548 +#: languages/wptelegram-js-translations.php:561 msgid "Select all" msgstr "" #. Description of the plugin #: js/settings/ui/Sidebar.tsx:16 -#: languages/wptelegram-js-translations.php:600 +#: languages/wptelegram-js-translations.php:613 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 "" @@ -1391,25 +1383,31 @@ msgid "Please reload the page." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/LinkPreviewOptions.tsx:33 +#: languages/wptelegram-js-translations.php:180 msgid "URL to use for the link preview." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/LinkPreviewOptions.tsx:57 +#: languages/wptelegram-js-translations.php:188 msgid "Whether the link preview must be shown above the message text." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:133 +#: languages/wptelegram-js-translations.php:255 msgid "You can add an internal note to the chat ID to make it easier for you to identify it." msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:26 +#: languages/wptelegram-js-translations.php:472 msgid "Disable link preview" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:27 +#: languages/wptelegram-js-translations.php:475 msgid "Link preview URL" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:28 +#: languages/wptelegram-js-translations.php:478 msgid "Show preview above text" msgstr "" diff --git a/plugins/wptelegram/src/languages/wptelegram-sq.mo b/plugins/wptelegram/src/languages/wptelegram-sq.mo index 02cea3d37153fcfa13a4d45c9904dc6b7411c08b..16c2c8efcf58c0e309670a021959877dcffd7e65 100644 GIT binary patch delta 1012 zcmYMyKS*0q6vy$SiSb`zOG`@;(jFZc7#eea%o?!E6UoCwELMcxm_?-~C} z{x=zl%uYQ2E#>xMo4jal3Zv+fhM zppOSpRH8oTYv&ji(jUh>T)+T+L?!&<;(hESK1AiIBxw;gpvJYM3VMzO%x^>71nHP` zzC$HWpa!gBCaxhxTN1VMEqsXI-SeNAL;MRh@g@3E%a#Guj+CSFMkMoFi|gn>RTf1q z8>Z2~F$`l2b8#8D>=TV9T*F%2cKs>TxN}s2e^Bq`(NthDDo-=UV=S$eo5yr)QkFbM zy6hHJkT2h?A8U}yrf9lw7B$fUKEgxP&Rw7;zC(RGAzmuMCZrbYMD2Lg&;Dz`3p#X0 zZ%|tsLshtlO1y;ixQ^Po6!u^mHSP&XG_DI358zXLi^aHtDqsUO@c}Z_P6F(|KB_bw z9GCrdW^#Z^n2Y6Djr!`_kVRQLDq%0`OkW|FjkV#V C3|bff delta 1100 zcmYMzOK1~O6vpuzCr!1cPit*!q+?B66+vvlMSU!6qhc)LIfWR6{H*W|KSD0WPWq*%suDMxyenpM)>+xW)#h8HO^=8N;+MlQb+H(?}fjBdHO9OJkPyRiz-V>eD>HNHUQEn+z?U<-!I zj9Ft$&aCD_i4v$nM=*j}RKjuVCF>N{GCqwJIER(^43+q`jelSdafoEflfXJWh?+Ny zG3uMNec&qAaO1Z15i0Q$)P$F)<`j^ZFh$hD-(v&*viGZa&BesEsKU({#dX%rsLu3Y z1@+AVUEq*4K(#E39A=V}5=^0s_i+i%BZqm#Nd*fS#}9VAoI%a2MlCRgdajGpO5BP$ zB|6N-IbJP^t;8i(Bb}xHCbXj#v=I;CUgR)$I3@5Qs?bkdfgu8Qt_fAR1GTl=u^tCe zTa}8^f4#wF2GsiNsEPMbdzDAE_&I8!MO1;0xE6n-I@iIZ-PnnmH;$Tj#m0BBi+Bc? z;b+uB{#4R`6|QHa$Yt74Kdw$>J58^(50!8~Hsc8DUvL4{i3wD~YpA`QMh-J;<9Spk z-lCrShFYkT<7w?#1FG;A)PnkPJr3FNi>N}kP;dMI+wn1Kp#{|Z60XAUHm)Jr2I5v! z-hDc?ZHi~y%*g2J)Uo_0=V++0H^_L&lRFihh*=Fr@KJmN6R;7-V3XJP<5=nka5#43 zbNCNV#`0vdbhE(TrtlOE8*nHd!!qo|Y#f?mmWtz03oOH2oQn}$g{Alj63~9d33v_j zFnzGu5R9YZR3Tkfi^fiuKGwEgaxRH zW2m^b7{w*1am}dspW=Atx7`%@*g3wmgTIi?+ih`Nv8WYLb$papcG>c9KItEfP|sD<7_jZ31Ug@lnNi=q}> z>Qa{$MdYuPQj;h^h*S$TJ8>RjzmS80+U_I(c)+0%rI*~_TRtU*oG=(f6_p)#=-iD?H=fjdz%0D)pB!j<>NAW1OQh@Fr@3fx7{<&}KD|Rom(f2T^z61Zsj_)a#eb%PKQa znHq%(P=pFR4Xbem7GR6_A3tQ&W#BOKrrK|)iFC?jIpvHZOiP(k8;3fA4+L-o%q|X!D4-IZjYhRRe GCixzS(A!@C delta 2380 zcmYM!eN5F=9LMo*a1#TShe#Ziv(*8qqzo2j8dDX(H!d+#nvBE z=~8m7F_;fo%ZH?Fk*vm&$jaFkHf&=vHi>MmfzH*c_5Q?ni(T&Pobx-s@A;nZ?|1G* z<*}+@I3={#_Y4pD^?%c7{!RZ@oOzR3CEkIv@Fk4JeVBvqc)t&G>G$I; zcm-EsDBf%_R$#JOV68OnWuP5r;15`gBbbg^31*2{j7snUoQ(|_##gZj4tZ&cKNMc|ID$|{)9e1H_=)pyJ2It`)I0dtas)Tdg0(TkS z$oRvk1lFPAH)8}}L)~{06ItI*(^!au$j4&1s+}YuMX))j@u*vZ3b-1VVGZ)J4!)G| z5lq2e)cxn&pHLONgnTTP$$I|Z7BN;J%u=G}=(qy(92 zYf%Z;x*JhDZo)#`gEe>t<1iFSv+K_ya#VXQzcv(_&eH0CgnO&#yT<*0?5P&;@FbqqUEJ3ECc zbw4h^^B6|0qVt`N>#-5F;8&>Qc?ET>bNSKGygH=ffxS;dfsdmq(S!NCZGA{?HqNgO zo3c2z{Sc-j#jr-yF>J_8tdBvA6SaoStY8( zb(o7=Q9FDaRiRU;0AIS_yTho8Tt?Qkaa6*IS(Cpn5mf(CR7E#qP(b5l8ajrbATO$& zMxBZuQ4>c{3tmSaqlI`uN-!NYUhQr`ZD5P{TixAAF|7l&PLGcd%%=VdFvx&1|JfZw z1^OLhF*ZDD9BO_7szPa~`y#0Ee76)ezS{d$-e2$i4epk3FnQyPKCsi>=N@!VxSzY< zx-gD#6bJZ}g#d@HJ9pJMaB#sCOWSGpYshP^V?3 zTZO7r4eI_)sK7gL4Yr_;={djtC+g*l<3~XAf=n73n1>2bjPr37D$~uVQa2;_S{vr! zF)YUmSc4h-oRwk|F2#>f6}XO^U`xuGTqh3~)4v~iNdtR!XonPO{DmD+|Y@J+16A=G^(ludCTMcTVQn G_; diff --git a/plugins/wptelegram/src/languages/wptelegram-zh_TW.po b/plugins/wptelegram/src/languages/wptelegram-zh_TW.po index 8ea698ec..31f7fa90 100644 --- a/plugins/wptelegram/src/languages/wptelegram-zh_TW.po +++ b/plugins/wptelegram/src/languages/wptelegram-zh_TW.po @@ -54,116 +54,116 @@ msgstr "" #: js/settings/ui/p2tg/MessageKeyboard.tsx:41 #: includes/restApi/SettingsController.php:136 -#: languages/wptelegram-js-translations.php:671 +#: languages/wptelegram-js-translations.php:684 msgid "View Post" msgstr "查看貼文" #. %s: field label #. translators: %s: field label #: js/settings/services/fields.ts:141 -#: languages/wptelegram-js-translations.php:572 +#: languages/wptelegram-js-translations.php:585 msgid "%s must be a number." msgstr "" #: js/settings/services/fields.ts:19 -#: languages/wptelegram-js-translations.php:575 +#: languages/wptelegram-js-translations.php:588 msgid "Inline button text" msgstr "內嵌按鈕文字" #: js/settings/services/fields.ts:20 -#: languages/wptelegram-js-translations.php:578 +#: languages/wptelegram-js-translations.php:591 msgid "Inline button URL" msgstr "" #: js/settings/services/fields.ts:21 -#: languages/wptelegram-js-translations.php:581 +#: languages/wptelegram-js-translations.php:594 msgid "Add Inline URL Button" msgstr "新增內嵌 URL 按鈕" #: js/settings/services/fields.ts:22 -#: languages/wptelegram-js-translations.php:584 +#: languages/wptelegram-js-translations.php:597 msgid "Other settings" msgstr "其他設定" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:39 #: js/settings/services/fields.ts:23 -#: languages/wptelegram-js-translations.php:500 +#: languages/wptelegram-js-translations.php:513 msgid "Post type" msgstr "貼文種類" #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:48 #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:42 #: js/settings/services/fields.ts:24 -#: languages/wptelegram-js-translations.php:376 +#: languages/wptelegram-js-translations.php:383 msgid "Proxy Method" msgstr "" #: js/settings/services/fields.ts:25 -#: languages/wptelegram-js-translations.php:587 +#: languages/wptelegram-js-translations.php:600 msgid "Send when" msgstr "傳送時機" #: js/settings/services/fields.ts:26 -#: languages/wptelegram-js-translations.php:590 +#: languages/wptelegram-js-translations.php:603 msgid "If Email goes to" msgstr "如果 Email 是寄到" #. %s: field label #. translators: %s: field label #: js/settings/services/fields.ts:75 -#: languages/wptelegram-js-translations.php:594 +#: languages/wptelegram-js-translations.php:607 msgid "At least one %s is required." msgstr "" #: js/settings/services/fields.ts:76 -#: languages/wptelegram-js-translations.php:597 +#: languages/wptelegram-js-translations.php:610 msgid "channel" msgstr "" #: js/settings/ui/Sidebar.tsx:19 -#: languages/wptelegram-js-translations.php:603 +#: languages/wptelegram-js-translations.php:616 msgid "Get LIVE support on Telegram" msgstr "" #: js/settings/ui/TabbedSections.tsx:18 -#: languages/wptelegram-js-translations.php:606 +#: languages/wptelegram-js-translations.php:619 msgid "Basics" msgstr "" #: js/p2tg-block-editor/OverrideSettings.tsx:77 #: js/settings/ui/TabbedSections.tsx:23 #: js/settings/ui/advanced/Advanced.tsx:32 -#: languages/wptelegram-js-translations.php:562 +#: languages/wptelegram-js-translations.php:575 #: modules/p2tg/Admin.php:409 msgid "Post to Telegram" msgstr "文章通知" #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:114 #: js/settings/ui/TabbedSections.tsx:28 -#: languages/wptelegram-js-translations.php:187 +#: languages/wptelegram-js-translations.php:206 msgid "Private Notifications" msgstr "私人通知" #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:41 #: js/settings/ui/TabbedSections.tsx:33 -#: languages/wptelegram-js-translations.php:371 +#: languages/wptelegram-js-translations.php:378 msgid "Proxy" msgstr "" #: js/settings/ui/TabbedSections.tsx:38 -#: languages/wptelegram-js-translations.php:609 +#: languages/wptelegram-js-translations.php:622 msgid "Advanced settings" msgstr "進階設定" #: js/settings/ui/advanced/Advanced.tsx:26 -#: languages/wptelegram-js-translations.php:612 +#: languages/wptelegram-js-translations.php:625 msgid "Bot API" msgstr "" #. %s button name #. translators: %s button name #: js/settings/ui/basics/Basics.tsx:31 -#: languages/wptelegram-js-translations.php:616 +#: languages/wptelegram-js-translations.php:629 msgid "Use %s above to set automatically." msgstr "使用 %s 去自動設定。" @@ -176,46 +176,46 @@ msgstr "測試該 Token" #. 1 command name, 2 bot name #. translators: 1 command name, 2 bot name #: js/settings/ui/basics/Instructions.tsx:22 -#: languages/wptelegram-js-translations.php:620 +#: languages/wptelegram-js-translations.php:633 msgid "Create a Bot by sending %1$s command to %2$s." msgstr "傳送 %1$s 指令 給 %2$s 以建立一個 Bot" #. %s bot name #. translators: %s bot name #: js/settings/ui/basics/Instructions.tsx:43 -#: languages/wptelegram-js-translations.php:624 +#: languages/wptelegram-js-translations.php:637 msgid "After completing the steps %s will provide you the Bot Token." msgstr "完成 %s 步驟後你將會有 Bot Token。" #: js/settings/ui/basics/Instructions.tsx:51 -#: languages/wptelegram-js-translations.php:627 +#: languages/wptelegram-js-translations.php:640 msgid "Copy the token and paste into the Bot Token field below." msgstr "複製 token 並貼上到下面的 Bot Token 欄位。" #. %s application name #. translators: %s application name #: js/settings/ui/basics/Instructions.tsx:55 -#: languages/wptelegram-js-translations.php:631 +#: languages/wptelegram-js-translations.php:644 msgid "For ease, use %s" msgstr "方便起見,使用 %s" #: js/settings/ui/basics/Instructions.tsx:61 -#: languages/wptelegram-js-translations.php:634 +#: languages/wptelegram-js-translations.php:647 msgid "Telegram Desktop" msgstr "" #: js/settings/ui/basics/Instructions.tsx:67 -#: languages/wptelegram-js-translations.php:637 +#: languages/wptelegram-js-translations.php:650 msgid "Test your bot token below." msgstr "在下方測試你的 bot token。" #: js/settings/ui/basics/Instructions.tsx:68 -#: languages/wptelegram-js-translations.php:640 +#: languages/wptelegram-js-translations.php:653 msgid "Activate the modules you want to use." msgstr "啟用你想要使用的模組。" #: js/settings/ui/basics/Instructions.tsx:69 -#: languages/wptelegram-js-translations.php:643 +#: languages/wptelegram-js-translations.php:656 msgid "Configure the activated modules." msgstr "設定已啟用模組。" @@ -223,7 +223,7 @@ msgstr "設定已啟用模組。" #. translators: %s button name #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:107 #: js/settings/ui/basics/Instructions.tsx:74 -#: languages/wptelegram-js-translations.php:226 +#: languages/wptelegram-js-translations.php:245 msgid "Hit %s below." msgstr "點選下面的 %s." @@ -237,167 +237,167 @@ msgstr "儲存設定" #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:119 #: js/settings/ui/basics/Instructions.tsx:86 -#: languages/wptelegram-js-translations.php:230 +#: languages/wptelegram-js-translations.php:249 msgid "Introduction" msgstr "" #: js/settings/ui/notify/Notify.tsx:28 -#: languages/wptelegram-js-translations.php:646 +#: languages/wptelegram-js-translations.php:659 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/Notify.tsx:41 -#: languages/wptelegram-js-translations.php:649 +#: languages/wptelegram-js-translations.php:662 msgid "Notification Settings" msgstr "通知設定" #. %s code #. translators: %s code #: js/settings/ui/notify/WatchEmails.tsx:24 -#: languages/wptelegram-js-translations.php:653 +#: languages/wptelegram-js-translations.php:666 msgid "If you want to receive notification for every email, then write %s." msgstr "如果你想要每個 email 都接收通知,請寫下 %s." #: js/settings/ui/notify/WatchEmails.tsx:41 -#: languages/wptelegram-js-translations.php:656 +#: languages/wptelegram-js-translations.php:669 msgid "Telegram User or Group Chat ID." msgstr "Telegram 使用者或群組 Chat ID。" #: js/settings/ui/p2tg/Destination.tsx:19 -#: languages/wptelegram-js-translations.php:659 +#: languages/wptelegram-js-translations.php:672 msgid "Destination" msgstr "" #: js/settings/ui/p2tg/Destination.tsx:24 -#: languages/wptelegram-js-translations.php:662 +#: languages/wptelegram-js-translations.php:675 msgid "Channel Username or Chat ID." msgstr "Telegram 使用者或群組 Chat ID。" #: js/settings/ui/p2tg/MessageKeyboard.tsx:21 -#: languages/wptelegram-js-translations.php:665 +#: languages/wptelegram-js-translations.php:678 msgid "Inline Keyboard" msgstr "內嵌鍵盤" #: js/settings/ui/p2tg/MessageKeyboard.tsx:25 -#: languages/wptelegram-js-translations.php:668 +#: languages/wptelegram-js-translations.php:681 msgid "Add an inline clickable button for the post URL just below the message." msgstr "在訊息下方新增內嵌可點擊按鈕到貼文 URL。" #. template tag/macro #. translators: template tag/macro #: js/settings/ui/p2tg/MessageKeyboard.tsx:50 -#: languages/wptelegram-js-translations.php:675 +#: languages/wptelegram-js-translations.php:688 msgid "You can specify any custom field like %s." msgstr "" #: js/settings/ui/p2tg/MessageKeyboard.tsx:55 -#: languages/wptelegram-js-translations.php:678 +#: languages/wptelegram-js-translations.php:691 msgid "Source of the button URL." msgstr "" #: js/settings/ui/p2tg/MessageSettings.tsx:22 -#: languages/wptelegram-js-translations.php:681 +#: languages/wptelegram-js-translations.php:694 msgid "Message Settings" msgstr "訊息設定" #: js/settings/ui/p2tg/Miscellaneous.tsx:19 -#: languages/wptelegram-js-translations.php:684 +#: languages/wptelegram-js-translations.php:697 msgid "Miscellaneous" msgstr "其他" #: js/settings/ui/p2tg/P2TG.tsx:28 -#: languages/wptelegram-js-translations.php:687 +#: languages/wptelegram-js-translations.php:700 msgid "With this module, you can configure how the posts are sent to Telegram." msgstr "你可以在這個模組中設定文章該如何被傳送到 Telegram" #: js/settings/ui/p2tg/Rules.tsx:15 -#: languages/wptelegram-js-translations.php:690 +#: languages/wptelegram-js-translations.php:703 msgid "A new post is published" msgstr "已發表新文章" #: js/settings/ui/p2tg/Rules.tsx:19 -#: languages/wptelegram-js-translations.php:693 +#: languages/wptelegram-js-translations.php:706 msgid "An existing post is updated" msgstr "現有文章已被更新" #: js/settings/ui/p2tg/Rules.tsx:30 -#: languages/wptelegram-js-translations.php:696 +#: languages/wptelegram-js-translations.php:709 msgid "Rules" msgstr "規則" #: js/settings/ui/p2tg/Rules.tsx:37 -#: languages/wptelegram-js-translations.php:699 +#: languages/wptelegram-js-translations.php:712 msgid "When the post should be sent to Telegram." msgstr "當貼文要被傳送至 Telegram 時" #: js/settings/ui/p2tg/Rules.tsx:47 -#: languages/wptelegram-js-translations.php:702 +#: languages/wptelegram-js-translations.php:715 msgid "Which post types should be sent." msgstr "想傳送哪種貼文種類。" #: js/settings/ui/shared/IfBotToken.tsx:15 -#: languages/wptelegram-js-translations.php:705 +#: languages/wptelegram-js-translations.php:718 msgid "You must add a bot token." msgstr "" #: js/settings/ui/shared/Upsell.tsx:41 -#: languages/wptelegram-js-translations.php:718 +#: languages/wptelegram-js-translations.php:731 msgid "Upgrade to Pro" msgstr "" #: js/settings/ui/shared/Upsell.tsx:51 -#: languages/wptelegram-js-translations.php:721 +#: languages/wptelegram-js-translations.php:734 msgid "Want an absolute integration with Telegram?" msgstr "" #: js/settings/ui/shared/Upsell.tsx:55 -#: languages/wptelegram-js-translations.php:724 +#: languages/wptelegram-js-translations.php:737 msgid "Want to add more bots?" msgstr "" #: js/settings/ui/shared/Upsell.tsx:59 -#: languages/wptelegram-js-translations.php:727 +#: languages/wptelegram-js-translations.php:740 msgid "Need more features?" msgstr "" #: js/settings/ui/shared/Upsell.tsx:63 -#: languages/wptelegram-js-translations.php:730 +#: languages/wptelegram-js-translations.php:743 msgid "Want to use different channels for different categories?" msgstr "" #. %s: plugin name #. translators: %s: plugin name #: js/settings/ui/shared/Upsell.tsx:69 -#: languages/wptelegram-js-translations.php:734 +#: languages/wptelegram-js-translations.php:747 msgid "%s supports multiple instances of Post to Telgram with different rules." msgstr "" #. %s: plugin name #. translators: %s: plugin name #: js/settings/ui/shared/Upsell.tsx:79 -#: languages/wptelegram-js-translations.php:738 +#: languages/wptelegram-js-translations.php:751 msgid "%s supports ALL WooCommerce and ACF text fields." msgstr "" #: js/settings/ui/shared/Upsell.tsx:85 -#: languages/wptelegram-js-translations.php:741 +#: languages/wptelegram-js-translations.php:754 msgid "Want to add more buttons?" msgstr "" #. %s: plugin name #. translators: %s: plugin name #: js/settings/ui/shared/Upsell.tsx:91 -#: languages/wptelegram-js-translations.php:745 +#: languages/wptelegram-js-translations.php:758 msgid "%s supports delay per channel." msgstr "" #: js/settings/ui/shared/Upsell.tsx:97 -#: languages/wptelegram-js-translations.php:748 +#: languages/wptelegram-js-translations.php:761 msgid "Want to add more emails?" msgstr "" #: js/settings/ui/shared/Upsell.tsx:104 -#: languages/wptelegram-js-translations.php:712 +#: languages/wptelegram-js-translations.php:725 #, fuzzy msgid "WP Telegram Pro" msgstr "文章通知" @@ -405,41 +405,41 @@ msgstr "文章通知" #. %s: plugin name #. translators: %s: plugin name #: js/settings/ui/shared/Upsell.tsx:103 -#: languages/wptelegram-js-translations.php:709 +#: languages/wptelegram-js-translations.php:722 msgid "%s supports Cloudflare proxy for featured image upload!" msgstr "" #: js/settings/ui/shared/Upsell.tsx:111 -#: languages/wptelegram-js-translations.php:715 +#: languages/wptelegram-js-translations.php:728 msgid "Upgrade NOW" msgstr "" #: js/p2tg-block-editor/Channels.tsx:39 -#: languages/wptelegram-js-translations.php:545 +#: languages/wptelegram-js-translations.php:558 #: modules/p2tg/Admin.php:431 msgid "Send to" msgstr "傳送給" #: js/p2tg-block-editor/Files.tsx:17 -#: languages/wptelegram-js-translations.php:551 +#: languages/wptelegram-js-translations.php:564 msgid "Add or Upload Files" msgstr "" #: js/p2tg-block-editor/Files.tsx:57 -#: languages/wptelegram-js-translations.php:554 +#: languages/wptelegram-js-translations.php:567 #: modules/p2tg/Admin.php:454 msgid "Files to be sent after the message." msgstr "檔案在訊息之後傳送." #: js/p2tg-block-editor/Files.tsx:66 -#: languages/wptelegram-js-translations.php:557 +#: languages/wptelegram-js-translations.php:570 #: modules/p2tg/Admin.php:453 msgid "Files" msgstr "檔案" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:47 #: js/p2tg-block-editor/OverrideSettings.tsx:116 -#: languages/wptelegram-js-translations.php:522 +#: languages/wptelegram-js-translations.php:535 #: modules/p2tg/Admin.php:481 msgid "Featured Image" msgstr "精選圖片" @@ -453,33 +453,33 @@ msgstr "傳送精選圖片 (如果有)" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:35 #: js/p2tg-block-editor/OverrideSettings.tsx:124 -#: languages/wptelegram-js-translations.php:487 +#: languages/wptelegram-js-translations.php:500 #: modules/p2tg/Admin.php:493 msgid "Message Template" msgstr "訊息範本" #: js/p2tg-block-editor/OverrideSettings.tsx:86 -#: languages/wptelegram-js-translations.php:565 +#: languages/wptelegram-js-translations.php:578 #: modules/p2tg/Admin.php:421 msgid "Override settings" msgstr "覆寫設定" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:25 #: js/p2tg-block-editor/OverrideSettings.tsx:98 -#: languages/wptelegram-js-translations.php:462 +#: languages/wptelegram-js-translations.php:469 #: modules/p2tg/Admin.php:443 msgid "Disable Notifications" msgstr "關閉通知" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:24 #: js/p2tg-block-editor/OverrideSettings.tsx:105 -#: languages/wptelegram-js-translations.php:458 +#: languages/wptelegram-js-translations.php:465 #: modules/p2tg/Admin.php:464 msgid "Delay in Posting" msgstr "延遲發送文章通知" #: js/p2tg-block-editor/SendToTelegram.tsx:32 -#: languages/wptelegram-js-translations.php:568 +#: languages/wptelegram-js-translations.php:581 #: modules/p2tg/Admin.php:367 msgid "Send to Telegram" msgstr "傳送至 Telegram" @@ -577,82 +577,82 @@ msgid "Delete button" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/MessageTemplate.tsx:19 -#: languages/wptelegram-js-translations.php:177 +#: languages/wptelegram-js-translations.php:191 #: modules/p2tg/Admin.php:494 msgid "Structure of the message to be sent." msgstr "訊息送出的結構" #: ../../packages/js/shared/wptelegram-ui/components/MiscMessageSettings.tsx:19 -#: languages/wptelegram-js-translations.php:180 +#: languages/wptelegram-js-translations.php:194 msgid "Send categories as hashtags." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/LinkPreviewOptions.tsx:21 -#: languages/wptelegram-js-translations.php:183 +#: languages/wptelegram-js-translations.php:177 msgid "Disables previews for links in the messages." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:27 -#: languages/wptelegram-js-translations.php:190 +#: languages/wptelegram-js-translations.php:209 msgid "To receive notifications privately:" msgstr "私下接收通知:" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:33 -#: languages/wptelegram-js-translations.php:194 +#: languages/wptelegram-js-translations.php:213 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/wptelegram-ui/components/NotifyInstructions.tsx:49 -#: languages/wptelegram-js-translations.php:198 +#: languages/wptelegram-js-translations.php:217 msgid "Send your own bot %s a message to start the conversation." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:66 -#: languages/wptelegram-js-translations.php:201 +#: languages/wptelegram-js-translations.php:220 msgid "To receive notifications into a group:" msgstr "在群組中接收通知:" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:72 -#: languages/wptelegram-js-translations.php:205 +#: languages/wptelegram-js-translations.php:224 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/wptelegram-ui/components/NotifyInstructions.tsx:84 -#: languages/wptelegram-js-translations.php:209 +#: languages/wptelegram-js-translations.php:228 msgid "Enter the Chat ID in %s field below." msgstr "在下方 %s 中輸入 chat_id。" #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:88 #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:21 -#: languages/wptelegram-js-translations.php:213 +#: languages/wptelegram-js-translations.php:232 msgid "Send it to" msgstr "傳送給" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:96 -#: languages/wptelegram-js-translations.php:217 +#: languages/wptelegram-js-translations.php:236 msgid "Add your own bot %s to the group." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/NotifyMessageTemplate.tsx:15 #: ../../packages/js/shared/wptelegram-ui/components/TemplateInfo.tsx:31 -#: languages/wptelegram-js-translations.php:221 +#: languages/wptelegram-js-translations.php:240 msgid "You can use any text, emojis or these macros in any order." msgstr "你可以使用任何文字、emoji 或是這些表情符號" #. %s pipe character #. translators: %s pipe character #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:142 -#: languages/wptelegram-js-translations.php:240 +#: languages/wptelegram-js-translations.php:259 msgid "Note can be added after %s." msgstr "" @@ -660,245 +660,241 @@ msgstr "" #. translators: %s code example #: ../../packages/js/shared/wptelegram-ui/components/LinkPreviewOptions.tsx:38 #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:154 -#: languages/wptelegram-js-translations.php:244 +#: languages/wptelegram-js-translations.php:185 #, fuzzy msgid "For example %s" msgstr "方便起見,使用 %s" #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:26 -#: languages/wptelegram-js-translations.php:247 +#: languages/wptelegram-js-translations.php:262 msgid "Create a Telegram channel or group." msgstr "建立 Channel/group." #. %s bot username #. translators: %s bot username #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:31 -#: languages/wptelegram-js-translations.php:251 +#: languages/wptelegram-js-translations.php:266 msgid "Add your bot %s as Administrator to your Channel/Group." msgstr "將你的 Bot %s 設定為該 Channel/Group 的管理員." #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:44 -#: languages/wptelegram-js-translations.php:254 +#: languages/wptelegram-js-translations.php:269 msgid "Enter the Channel Username in the field below." msgstr "在下方欄位輸入 Channel Username." #. %s symbol - @ #. translators: %s symbol - @ #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:51 -#: languages/wptelegram-js-translations.php:258 +#: languages/wptelegram-js-translations.php:273 msgid "Username must start with %s" msgstr "Username 必須以 %s 為開頭" #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:60 -#: languages/wptelegram-js-translations.php:261 +#: languages/wptelegram-js-translations.php:276 msgid "You can also use the Chat ID of a group or private chat." msgstr "你也可以使用私人對話或群組的 Chat ID。" #. %s bot username #. translators: %s bot username #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:65 -#: languages/wptelegram-js-translations.php:265 +#: languages/wptelegram-js-translations.php:280 msgid "Get it from %s." msgstr "從這裡取得 %s." #. %s colon character #. translators: %s colon character #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:81 -#: languages/wptelegram-js-translations.php:269 +#: languages/wptelegram-js-translations.php:284 msgid "If you want to send posts to a specific topic in a group with topics enabled, you can add a colon (%s) to the chat ID followed by topic ID." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:128 -#: languages/wptelegram-js-translations.php:233 +#: languages/wptelegram-js-translations.php:252 msgid "Tip!" msgstr "" -#: languages/wptelegram-js-translations.php:236 -msgid "You can add an internal note to the chat ID to make it easier for you to indentify it." -msgstr "" - #: ../../packages/js/shared/wptelegram-ui/components/P2TGSwitchAndPluginPosts.tsx:13 -#: languages/wptelegram-js-translations.php:272 +#: languages/wptelegram-js-translations.php:287 msgid "Show an ON/OFF switch on the post edit screen." msgstr "在編輯貼文視窗顯示 ON/OFF 開關" #: ../../packages/js/shared/wptelegram-ui/components/P2TGSwitchAndPluginPosts.tsx:14 -#: languages/wptelegram-js-translations.php:275 +#: languages/wptelegram-js-translations.php:290 #, fuzzy msgid "You can use this switch to override the settings for a particular post." msgstr "針對特定貼文,你可以用這個開關去覆寫上面的設定" #: ../../packages/js/shared/wptelegram-ui/components/P2TGSwitchAndPluginPosts.tsx:23 -#: languages/wptelegram-js-translations.php:278 +#: languages/wptelegram-js-translations.php:293 msgid "Enable this option if you use a plugin to generate posts." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/ParseModeField.tsx:17 #: ../../packages/js/shared/wptelegram-ui/components/SingleMessage.tsx:70 -#: languages/wptelegram-js-translations.php:282 +#: languages/wptelegram-js-translations.php:297 msgid "None" msgstr "無" #: ../../packages/js/shared/wptelegram-ui/components/ParseModeField.tsx:21 -#: languages/wptelegram-js-translations.php:285 +#: languages/wptelegram-js-translations.php:300 msgid "HTML style" msgstr "HTML 樣式" #: ../../packages/js/shared/wptelegram-ui/components/MiscMessageSettings.tsx:35 #: ../../packages/js/shared/wptelegram-ui/components/ParseModeField.tsx:42 #: ../../packages/js/shared/wptelegram-ui/components/TemplateInfo.tsx:39 -#: languages/wptelegram-js-translations.php:290 +#: languages/wptelegram-js-translations.php:199 msgid "Learn more" msgstr "了解更多" #: ../../packages/js/shared/wptelegram-ui/components/MiscMessageSettings.tsx:38 -#: languages/wptelegram-js-translations.php:293 +#: languages/wptelegram-js-translations.php:202 msgid "Protects the contents of sent messages from forwarding and saving." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/SingleMessage.tsx:34 -#: languages/wptelegram-js-translations.php:296 +#: languages/wptelegram-js-translations.php:303 msgid "Send both text and image in single message." msgstr "文字和圖片在單一訊息中傳送" #. 1 - field name, 2 - value #. translators: 1 - field name, 2 - value #: ../../packages/js/shared/wptelegram-ui/components/SingleMessage.tsx:48 -#: languages/wptelegram-js-translations.php:300 +#: languages/wptelegram-js-translations.php:307 msgid "When %1$s is set to %2$s:" msgstr "" #. 1 - field name, 2 - value #. translators: 1 - field name, 2 - value #: ../../packages/js/shared/wptelegram-ui/components/SingleMessage.tsx:64 -#: languages/wptelegram-js-translations.php:304 +#: languages/wptelegram-js-translations.php:311 msgid "%1$s should not be %2$s." msgstr "%1$s 不該為 %2$s." #. 1 - field name #. translators: 1 - field name #: ../../packages/js/shared/wptelegram-ui/components/SingleMessage.tsx:80 -#: languages/wptelegram-js-translations.php:308 +#: languages/wptelegram-js-translations.php:315 msgid "%s should not be enabled." msgstr "%s 不該被檢查." #: ../../packages/js/shared/wptelegram-ui/components/TemplateInfo.tsx:36 -#: languages/wptelegram-js-translations.php:311 +#: languages/wptelegram-js-translations.php:318 msgid "You can also use conditional logic in the template." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/UserNotifications.tsx:20 -#: languages/wptelegram-js-translations.php:314 +#: languages/wptelegram-js-translations.php:321 msgid "Allow users receive their email notifications on Telegram." msgstr "允許使用者在 Telegram 上接收他們的 email 通知." #. 1 Plugin name #. translators: 1 Plugin name #: ../../packages/js/shared/wptelegram-ui/components/UserNotifications.tsx:31 -#: languages/wptelegram-js-translations.php:318 +#: languages/wptelegram-js-translations.php:325 msgid "Use %s to let them connect their Telegram account." msgstr "使用 %s 讓他們連接他們的 Telegram 帳戶。" #. 1 profile page #. translators: 1 profile page #: ../../packages/js/shared/wptelegram-ui/components/UserNotifications.tsx:49 -#: languages/wptelegram-js-translations.php:322 +#: languages/wptelegram-js-translations.php:329 msgid "They can also enter their Telegram Chat ID manually on %s page." msgstr "他們也可以在 %s 頁面手動輸入他們的 Telegram Chat ID" #: ../../packages/js/shared/wptelegram-ui/components/UserNotifications.tsx:57 -#: languages/wptelegram-js-translations.php:325 +#: languages/wptelegram-js-translations.php:332 msgid "profile" msgstr "設定檔" #: ../../packages/js/shared/wptelegram-ui/components/proxy/CFWorker.tsx:14 #: ../../packages/js/shared/wptelegram-ui/components/proxy/GoogleScript.tsx:16 -#: languages/wptelegram-js-translations.php:329 +#: languages/wptelegram-js-translations.php:336 msgid "The requests to Telegram will be sent via this URL." msgstr "將會透過你的 Google Script 發送要求到 Telegram。" #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:11 -#: languages/wptelegram-js-translations.php:332 +#: languages/wptelegram-js-translations.php:339 msgid "HTTP" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:15 -#: languages/wptelegram-js-translations.php:335 +#: languages/wptelegram-js-translations.php:342 msgid "SOCKS4" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:19 -#: languages/wptelegram-js-translations.php:338 +#: languages/wptelegram-js-translations.php:345 msgid "SOCKS4A" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:23 -#: languages/wptelegram-js-translations.php:341 +#: languages/wptelegram-js-translations.php:348 msgid "SOCKS5" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:27 -#: languages/wptelegram-js-translations.php:344 +#: languages/wptelegram-js-translations.php:351 msgid "SOCKS5_HOSTNAME" msgstr "" #. IP address #. translators: IP address #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:39 -#: languages/wptelegram-js-translations.php:348 +#: languages/wptelegram-js-translations.php:355 msgid "Host IP or domain name like %s." msgstr "" #. proxy port #. translators: proxy port #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:51 -#: languages/wptelegram-js-translations.php:352 +#: languages/wptelegram-js-translations.php:359 msgid "Target Port like %s." msgstr "目標 Port 像是 %s" #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:76 -#: languages/wptelegram-js-translations.php:355 +#: languages/wptelegram-js-translations.php:362 msgid "Leave empty if not required." msgstr "如果不需要可以留空" #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:16 -#: languages/wptelegram-js-translations.php:358 +#: languages/wptelegram-js-translations.php:365 msgid "Cloudflare worker" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:20 -#: languages/wptelegram-js-translations.php:361 +#: languages/wptelegram-js-translations.php:368 msgid "Google Script" msgstr "Google Script" #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:24 -#: languages/wptelegram-js-translations.php:364 +#: languages/wptelegram-js-translations.php:371 msgid "PHP Proxy" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:34 -#: languages/wptelegram-js-translations.php:367 +#: languages/wptelegram-js-translations.php:374 msgid "The module will help you bypass the ban on Telegram by making use of proxy." msgstr "此模組將協助你利用 proxy 來繞過 Telegram 的阻擋。" #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:53 -#: languages/wptelegram-js-translations.php:379 +#: languages/wptelegram-js-translations.php:386 #, fuzzy msgid "Cloudflare worker is preferred." msgstr "首選為 Google Script." #: ../../packages/js/shared/wptelegram-ui/components/proxy/ProxyDisclaimer.tsx:11 -#: languages/wptelegram-js-translations.php:382 +#: languages/wptelegram-js-translations.php:389 msgid "Use the proxy at your own risk!" msgstr "你需自行承擔使用 proxy 代理伺服器的風險!" #: ../../packages/js/shared/wptelegram-ui/components/proxy/ProxyDisclaimer.tsx:8 -#: languages/wptelegram-js-translations.php:385 +#: languages/wptelegram-js-translations.php:392 msgid "DISCLAIMER!" msgstr "免責聲明!" #: ../../packages/js/shared/wptelegram-ui/components/proxy/ProxySettings.tsx:17 -#: languages/wptelegram-js-translations.php:388 +#: languages/wptelegram-js-translations.php:395 msgid "Proxy settings" msgstr "" @@ -910,208 +906,204 @@ msgid "Add" msgstr "新增" #: ../../packages/js/shared/wptelegram-ui/components/rules/And.tsx:8 -#: languages/wptelegram-js-translations.php:391 +#: languages/wptelegram-js-translations.php:398 msgid "AND" msgstr "並且" #: ../../packages/js/shared/wptelegram-ui/components/rules/Or.tsx:8 -#: languages/wptelegram-js-translations.php:394 +#: languages/wptelegram-js-translations.php:401 msgid "OR" msgstr "或是" #: ../../packages/js/shared/wptelegram-ui/components/rules/P2TGCustomRules.tsx:51 -#: languages/wptelegram-js-translations.php:397 +#: languages/wptelegram-js-translations.php:404 msgid "You can also define custom rules to send the posts." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetButtons.tsx:39 -#: languages/wptelegram-js-translations.php:400 +#: languages/wptelegram-js-translations.php:407 msgid "Remove" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetFields.tsx:11 -#: languages/wptelegram-js-translations.php:403 +#: languages/wptelegram-js-translations.php:410 msgid "is in" msgstr "包含" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetFields.tsx:15 -#: languages/wptelegram-js-translations.php:406 +#: languages/wptelegram-js-translations.php:413 msgid "is not in" msgstr "不包含" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetFields.tsx:27 -#: languages/wptelegram-js-translations.php:409 +#: languages/wptelegram-js-translations.php:416 msgid "Rule type" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetFields.tsx:35 -#: languages/wptelegram-js-translations.php:412 +#: languages/wptelegram-js-translations.php:419 msgid "Rule operator" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetValues.tsx:103 -#: languages/wptelegram-js-translations.php:415 +#: languages/wptelegram-js-translations.php:422 msgid "Select..." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetValues.tsx:16 -#: languages/wptelegram-js-translations.php:418 +#: languages/wptelegram-js-translations.php:425 msgid "Loading..." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetValues.tsx:17 -#: languages/wptelegram-js-translations.php:421 +#: languages/wptelegram-js-translations.php:428 msgid "No options available" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetValues.tsx:91 -#: languages/wptelegram-js-translations.php:424 +#: languages/wptelegram-js-translations.php:431 #, fuzzy msgid "Rule values" msgstr "規則" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:14 -#: languages/wptelegram-js-translations.php:430 +#: languages/wptelegram-js-translations.php:437 msgid "Bot" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:15 -#: languages/wptelegram-js-translations.php:433 +#: languages/wptelegram-js-translations.php:440 msgid "Bot Token" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:16 -#: languages/wptelegram-js-translations.php:436 +#: languages/wptelegram-js-translations.php:443 msgid "Bot Username" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:17 -#: languages/wptelegram-js-translations.php:439 +#: languages/wptelegram-js-translations.php:446 msgid "Categories as hashtags" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:18 -#: languages/wptelegram-js-translations.php:442 +#: languages/wptelegram-js-translations.php:449 msgid "Cloudflare worker URL" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:19 -#: languages/wptelegram-js-translations.php:445 +#: languages/wptelegram-js-translations.php:452 msgid "Channel(s)" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:20 -#: languages/wptelegram-js-translations.php:448 +#: languages/wptelegram-js-translations.php:455 msgid "Chat ID" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:22 -#: languages/wptelegram-js-translations.php:451 +#: languages/wptelegram-js-translations.php:458 msgid "Remove settings on uninstall" msgstr "在移除時刪除設定" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:23 -#: languages/wptelegram-js-translations.php:454 +#: languages/wptelegram-js-translations.php:461 msgid "Debug Info" msgstr "偵錯資訊" -#: languages/wptelegram-js-translations.php:465 -msgid "Disable Web Page Preview" -msgstr "禁用網頁預覽" - #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:29 -#: languages/wptelegram-js-translations.php:468 +#: languages/wptelegram-js-translations.php:481 msgid "Enable logs for" msgstr "啟用記錄以" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:30 -#: languages/wptelegram-js-translations.php:471 +#: languages/wptelegram-js-translations.php:484 msgid "Excerpt Length" msgstr "摘要長度" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:31 -#: languages/wptelegram-js-translations.php:474 +#: languages/wptelegram-js-translations.php:487 msgid "Excerpt Newlines" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:32 -#: languages/wptelegram-js-translations.php:477 +#: languages/wptelegram-js-translations.php:490 msgid "Excerpt Source" msgstr "摘要來源" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:33 -#: languages/wptelegram-js-translations.php:480 +#: languages/wptelegram-js-translations.php:493 msgid "Google Script URL" msgstr "Google Script URL" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:34 -#: languages/wptelegram-js-translations.php:483 +#: languages/wptelegram-js-translations.php:496 msgid "Image Position" msgstr "圖片位置" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:36 -#: languages/wptelegram-js-translations.php:490 +#: languages/wptelegram-js-translations.php:503 msgid "Formatting" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:37 -#: languages/wptelegram-js-translations.php:493 +#: languages/wptelegram-js-translations.php:506 msgid "Plugin generated posts" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:38 -#: languages/wptelegram-js-translations.php:496 +#: languages/wptelegram-js-translations.php:509 msgid "Post edit switch" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:40 -#: languages/wptelegram-js-translations.php:503 +#: languages/wptelegram-js-translations.php:516 #, fuzzy msgid "Protect content" msgstr "貼文內容" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:41 -#: languages/wptelegram-js-translations.php:506 +#: languages/wptelegram-js-translations.php:519 msgid "Proxy Host" msgstr "Proxy 代理伺服器主機" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:43 -#: languages/wptelegram-js-translations.php:509 +#: languages/wptelegram-js-translations.php:522 msgid "Password" msgstr "密碼" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:44 -#: languages/wptelegram-js-translations.php:512 +#: languages/wptelegram-js-translations.php:525 msgid "Proxy Port" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:45 -#: languages/wptelegram-js-translations.php:515 +#: languages/wptelegram-js-translations.php:528 msgid "Proxy Type" msgstr "Proxy 類型" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:46 -#: languages/wptelegram-js-translations.php:518 +#: languages/wptelegram-js-translations.php:531 msgid "Username" msgstr "使用者名稱" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:48 -#: languages/wptelegram-js-translations.php:525 +#: languages/wptelegram-js-translations.php:538 msgid "Send files by URL" msgstr "使用超連結傳送檔案" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:49 -#: languages/wptelegram-js-translations.php:528 +#: languages/wptelegram-js-translations.php:541 msgid "Single message" msgstr "單一訊息" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:50 -#: languages/wptelegram-js-translations.php:531 +#: languages/wptelegram-js-translations.php:544 msgid "Notifications to Users" msgstr "使用者通知" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:13 -#: languages/wptelegram-js-translations.php:427 +#: languages/wptelegram-js-translations.php:434 msgid "Active" msgstr "" @@ -1284,19 +1276,19 @@ msgstr "" #. %s: field label #. translators: %s: field label #: ../../packages/js/utilities/fields.ts:35 -#: languages/wptelegram-js-translations.php:535 +#: languages/wptelegram-js-translations.php:548 msgid "Invalid %s" msgstr "無效的 %s" #. %s: field label #. translators: %s: field label #: ../../packages/js/utilities/fields.ts:39 -#: languages/wptelegram-js-translations.php:539 +#: languages/wptelegram-js-translations.php:552 msgid "%s required." msgstr "" #: ../../packages/js/utilities/fields.ts:42 -#: languages/wptelegram-js-translations.php:542 +#: languages/wptelegram-js-translations.php:555 msgid "Changes could not be saved." msgstr "" @@ -1354,13 +1346,13 @@ msgid "Custom Taxonomy" msgstr "自訂分類" #: js/p2tg-block-editor/Channels.tsx:52 -#: languages/wptelegram-js-translations.php:548 +#: languages/wptelegram-js-translations.php:561 msgid "Select all" msgstr "" #. Description of the plugin #: js/settings/ui/Sidebar.tsx:16 -#: languages/wptelegram-js-translations.php:600 +#: languages/wptelegram-js-translations.php:613 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 "" @@ -1390,25 +1382,31 @@ msgid "Please reload the page." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/LinkPreviewOptions.tsx:33 +#: languages/wptelegram-js-translations.php:180 msgid "URL to use for the link preview." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/LinkPreviewOptions.tsx:57 +#: languages/wptelegram-js-translations.php:188 msgid "Whether the link preview must be shown above the message text." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:133 +#: languages/wptelegram-js-translations.php:255 msgid "You can add an internal note to the chat ID to make it easier for you to identify it." msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:26 +#: languages/wptelegram-js-translations.php:472 msgid "Disable link preview" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:27 +#: languages/wptelegram-js-translations.php:475 msgid "Link preview URL" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:28 +#: languages/wptelegram-js-translations.php:478 msgid "Show preview above text" msgstr "" diff --git a/plugins/wptelegram/src/languages/wptelegram.pot b/plugins/wptelegram/src/languages/wptelegram.pot index ddefa1c0..6a0a5158 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.1.0\n" +"Project-Id-Version: WP Telegram 4.1.1\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-02-03T10:30:00+00:00\n" +"POT-Creation-Date: 2024-02-04T07:08:00+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.9.0\n" "language: en_US\n" @@ -305,11 +305,12 @@ msgid "Delete button" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/LinkPreviewOptions.tsx:21 -#: languages/wptelegram-js-translations.php:183 +#: languages/wptelegram-js-translations.php:177 msgid "Disables previews for links in the messages." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/LinkPreviewOptions.tsx:33 +#: languages/wptelegram-js-translations.php:180 msgid "URL to use for the link preview." msgstr "" @@ -317,97 +318,98 @@ msgstr "" #. translators: %s code example #: ../../packages/js/shared/wptelegram-ui/components/LinkPreviewOptions.tsx:38 #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:154 -#: languages/wptelegram-js-translations.php:244 +#: languages/wptelegram-js-translations.php:185 msgid "For example %s" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/LinkPreviewOptions.tsx:57 +#: languages/wptelegram-js-translations.php:188 msgid "Whether the link preview must be shown above the message text." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/MessageTemplate.tsx:19 -#: languages/wptelegram-js-translations.php:177 +#: languages/wptelegram-js-translations.php:191 #: modules/p2tg/Admin.php:494 msgid "Structure of the message to be sent." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/MiscMessageSettings.tsx:19 -#: languages/wptelegram-js-translations.php:180 +#: languages/wptelegram-js-translations.php:194 msgid "Send categories as hashtags." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/MiscMessageSettings.tsx:35 #: ../../packages/js/shared/wptelegram-ui/components/ParseModeField.tsx:42 #: ../../packages/js/shared/wptelegram-ui/components/TemplateInfo.tsx:39 -#: languages/wptelegram-js-translations.php:290 +#: languages/wptelegram-js-translations.php:199 msgid "Learn more" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/MiscMessageSettings.tsx:38 -#: languages/wptelegram-js-translations.php:293 +#: languages/wptelegram-js-translations.php:202 msgid "Protects the contents of sent messages from forwarding and saving." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:114 #: js/settings/ui/TabbedSections.tsx:28 -#: languages/wptelegram-js-translations.php:187 +#: languages/wptelegram-js-translations.php:206 msgid "Private Notifications" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:27 -#: languages/wptelegram-js-translations.php:190 +#: languages/wptelegram-js-translations.php:209 msgid "To receive notifications privately:" msgstr "" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:33 -#: languages/wptelegram-js-translations.php:194 +#: languages/wptelegram-js-translations.php:213 msgid "Get your Chat ID from %s and enter it below." msgstr "" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:49 -#: languages/wptelegram-js-translations.php:198 +#: languages/wptelegram-js-translations.php:217 msgid "Send your own bot %s a message to start the conversation." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:66 -#: languages/wptelegram-js-translations.php:201 +#: languages/wptelegram-js-translations.php:220 msgid "To receive notifications into a group:" msgstr "" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:72 -#: languages/wptelegram-js-translations.php:205 +#: languages/wptelegram-js-translations.php:224 msgid "Add %s to the group to get its Chat ID." msgstr "" #. 1 field name #. translators: 1 field name #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:84 -#: languages/wptelegram-js-translations.php:209 +#: languages/wptelegram-js-translations.php:228 msgid "Enter the Chat ID in %s field below." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:88 #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:21 -#: languages/wptelegram-js-translations.php:213 +#: languages/wptelegram-js-translations.php:232 msgid "Send it to" msgstr "" #. 1 bot username #. translators: 1 bot username #: ../../packages/js/shared/wptelegram-ui/components/NotifyInstructions.tsx:96 -#: languages/wptelegram-js-translations.php:217 +#: languages/wptelegram-js-translations.php:236 msgid "Add your own bot %s to the group." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/NotifyMessageTemplate.tsx:15 #: ../../packages/js/shared/wptelegram-ui/components/TemplateInfo.tsx:31 -#: languages/wptelegram-js-translations.php:221 +#: languages/wptelegram-js-translations.php:240 msgid "You can use any text, emojis or these macros in any order." msgstr "" @@ -415,548 +417,552 @@ msgstr "" #. translators: %s button name #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:107 #: js/settings/ui/basics/Instructions.tsx:74 -#: languages/wptelegram-js-translations.php:226 +#: languages/wptelegram-js-translations.php:245 msgid "Hit %s below." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:119 #: js/settings/ui/basics/Instructions.tsx:86 -#: languages/wptelegram-js-translations.php:230 +#: languages/wptelegram-js-translations.php:249 msgid "Introduction" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:128 -#: languages/wptelegram-js-translations.php:233 +#: languages/wptelegram-js-translations.php:252 msgid "Tip!" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:133 +#: languages/wptelegram-js-translations.php:255 msgid "You can add an internal note to the chat ID to make it easier for you to identify it." msgstr "" #. %s pipe character #. translators: %s pipe character #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:142 -#: languages/wptelegram-js-translations.php:240 +#: languages/wptelegram-js-translations.php:259 msgid "Note can be added after %s." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:26 -#: languages/wptelegram-js-translations.php:247 +#: languages/wptelegram-js-translations.php:262 msgid "Create a Telegram channel or group." msgstr "" #. %s bot username #. translators: %s bot username #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:31 -#: languages/wptelegram-js-translations.php:251 +#: languages/wptelegram-js-translations.php:266 msgid "Add your bot %s as Administrator to your Channel/Group." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:44 -#: languages/wptelegram-js-translations.php:254 +#: languages/wptelegram-js-translations.php:269 msgid "Enter the Channel Username in the field below." msgstr "" #. %s symbol - @ #. translators: %s symbol - @ #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:51 -#: languages/wptelegram-js-translations.php:258 +#: languages/wptelegram-js-translations.php:273 msgid "Username must start with %s" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:60 -#: languages/wptelegram-js-translations.php:261 +#: languages/wptelegram-js-translations.php:276 msgid "You can also use the Chat ID of a group or private chat." msgstr "" #. %s bot username #. translators: %s bot username #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:65 -#: languages/wptelegram-js-translations.php:265 +#: languages/wptelegram-js-translations.php:280 msgid "Get it from %s." msgstr "" #. %s colon character #. translators: %s colon character #: ../../packages/js/shared/wptelegram-ui/components/P2TGInstructions.tsx:81 -#: languages/wptelegram-js-translations.php:269 +#: languages/wptelegram-js-translations.php:284 msgid "If you want to send posts to a specific topic in a group with topics enabled, you can add a colon (%s) to the chat ID followed by topic ID." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/P2TGSwitchAndPluginPosts.tsx:13 -#: languages/wptelegram-js-translations.php:272 +#: languages/wptelegram-js-translations.php:287 msgid "Show an ON/OFF switch on the post edit screen." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/P2TGSwitchAndPluginPosts.tsx:14 -#: languages/wptelegram-js-translations.php:275 +#: languages/wptelegram-js-translations.php:290 msgid "You can use this switch to override the settings for a particular post." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/P2TGSwitchAndPluginPosts.tsx:23 -#: languages/wptelegram-js-translations.php:278 +#: languages/wptelegram-js-translations.php:293 msgid "Enable this option if you use a plugin to generate posts." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/ParseModeField.tsx:17 #: ../../packages/js/shared/wptelegram-ui/components/SingleMessage.tsx:70 -#: languages/wptelegram-js-translations.php:282 +#: languages/wptelegram-js-translations.php:297 msgid "None" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/ParseModeField.tsx:21 -#: languages/wptelegram-js-translations.php:285 +#: languages/wptelegram-js-translations.php:300 msgid "HTML style" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/SingleMessage.tsx:34 -#: languages/wptelegram-js-translations.php:296 +#: languages/wptelegram-js-translations.php:303 msgid "Send both text and image in single message." msgstr "" #. 1 - field name, 2 - value #. translators: 1 - field name, 2 - value #: ../../packages/js/shared/wptelegram-ui/components/SingleMessage.tsx:48 -#: languages/wptelegram-js-translations.php:300 +#: languages/wptelegram-js-translations.php:307 msgid "When %1$s is set to %2$s:" msgstr "" #. 1 - field name, 2 - value #. translators: 1 - field name, 2 - value #: ../../packages/js/shared/wptelegram-ui/components/SingleMessage.tsx:64 -#: languages/wptelegram-js-translations.php:304 +#: languages/wptelegram-js-translations.php:311 msgid "%1$s should not be %2$s." msgstr "" #. 1 - field name #. translators: 1 - field name #: ../../packages/js/shared/wptelegram-ui/components/SingleMessage.tsx:80 -#: languages/wptelegram-js-translations.php:308 +#: languages/wptelegram-js-translations.php:315 msgid "%s should not be enabled." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/TemplateInfo.tsx:36 -#: languages/wptelegram-js-translations.php:311 +#: languages/wptelegram-js-translations.php:318 msgid "You can also use conditional logic in the template." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/UserNotifications.tsx:20 -#: languages/wptelegram-js-translations.php:314 +#: languages/wptelegram-js-translations.php:321 msgid "Allow users receive their email notifications on Telegram." msgstr "" #. 1 Plugin name #. translators: 1 Plugin name #: ../../packages/js/shared/wptelegram-ui/components/UserNotifications.tsx:31 -#: languages/wptelegram-js-translations.php:318 +#: languages/wptelegram-js-translations.php:325 msgid "Use %s to let them connect their Telegram account." msgstr "" #. 1 profile page #. translators: 1 profile page #: ../../packages/js/shared/wptelegram-ui/components/UserNotifications.tsx:49 -#: languages/wptelegram-js-translations.php:322 +#: languages/wptelegram-js-translations.php:329 msgid "They can also enter their Telegram Chat ID manually on %s page." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/UserNotifications.tsx:57 -#: languages/wptelegram-js-translations.php:325 +#: languages/wptelegram-js-translations.php:332 msgid "profile" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/CFWorker.tsx:14 #: ../../packages/js/shared/wptelegram-ui/components/proxy/GoogleScript.tsx:16 -#: languages/wptelegram-js-translations.php:329 +#: languages/wptelegram-js-translations.php:336 msgid "The requests to Telegram will be sent via this URL." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:11 -#: languages/wptelegram-js-translations.php:332 +#: languages/wptelegram-js-translations.php:339 msgid "HTTP" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:15 -#: languages/wptelegram-js-translations.php:335 +#: languages/wptelegram-js-translations.php:342 msgid "SOCKS4" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:19 -#: languages/wptelegram-js-translations.php:338 +#: languages/wptelegram-js-translations.php:345 msgid "SOCKS4A" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:23 -#: languages/wptelegram-js-translations.php:341 +#: languages/wptelegram-js-translations.php:348 msgid "SOCKS5" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:27 -#: languages/wptelegram-js-translations.php:344 +#: languages/wptelegram-js-translations.php:351 msgid "SOCKS5_HOSTNAME" msgstr "" #. IP address #. translators: IP address #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:39 -#: languages/wptelegram-js-translations.php:348 +#: languages/wptelegram-js-translations.php:355 msgid "Host IP or domain name like %s." msgstr "" #. proxy port #. translators: proxy port #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:51 -#: languages/wptelegram-js-translations.php:352 +#: languages/wptelegram-js-translations.php:359 msgid "Target Port like %s." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/PHPProxy.tsx:76 -#: languages/wptelegram-js-translations.php:355 +#: languages/wptelegram-js-translations.php:362 msgid "Leave empty if not required." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:16 -#: languages/wptelegram-js-translations.php:358 +#: languages/wptelegram-js-translations.php:365 msgid "Cloudflare worker" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:20 -#: languages/wptelegram-js-translations.php:361 +#: languages/wptelegram-js-translations.php:368 msgid "Google Script" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:24 -#: languages/wptelegram-js-translations.php:364 +#: languages/wptelegram-js-translations.php:371 msgid "PHP Proxy" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:34 -#: languages/wptelegram-js-translations.php:367 +#: languages/wptelegram-js-translations.php:374 msgid "The module will help you bypass the ban on Telegram by making use of proxy." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:41 #: js/settings/ui/TabbedSections.tsx:33 -#: languages/wptelegram-js-translations.php:371 +#: languages/wptelegram-js-translations.php:378 msgid "Proxy" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:48 #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:42 #: js/settings/services/fields.ts:24 -#: languages/wptelegram-js-translations.php:376 +#: languages/wptelegram-js-translations.php:383 msgid "Proxy Method" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/Proxy.tsx:53 -#: languages/wptelegram-js-translations.php:379 +#: languages/wptelegram-js-translations.php:386 msgid "Cloudflare worker is preferred." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/ProxyDisclaimer.tsx:11 -#: languages/wptelegram-js-translations.php:382 +#: languages/wptelegram-js-translations.php:389 msgid "Use the proxy at your own risk!" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/ProxyDisclaimer.tsx:8 -#: languages/wptelegram-js-translations.php:385 +#: languages/wptelegram-js-translations.php:392 msgid "DISCLAIMER!" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/proxy/ProxySettings.tsx:17 -#: languages/wptelegram-js-translations.php:388 +#: languages/wptelegram-js-translations.php:395 msgid "Proxy settings" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/And.tsx:8 -#: languages/wptelegram-js-translations.php:391 +#: languages/wptelegram-js-translations.php:398 msgid "AND" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/Or.tsx:8 -#: languages/wptelegram-js-translations.php:394 +#: languages/wptelegram-js-translations.php:401 msgid "OR" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/P2TGCustomRules.tsx:51 -#: languages/wptelegram-js-translations.php:397 +#: languages/wptelegram-js-translations.php:404 msgid "You can also define custom rules to send the posts." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetButtons.tsx:39 -#: languages/wptelegram-js-translations.php:400 +#: languages/wptelegram-js-translations.php:407 msgid "Remove" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetFields.tsx:11 -#: languages/wptelegram-js-translations.php:403 +#: languages/wptelegram-js-translations.php:410 msgid "is in" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetFields.tsx:15 -#: languages/wptelegram-js-translations.php:406 +#: languages/wptelegram-js-translations.php:413 msgid "is not in" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetFields.tsx:27 -#: languages/wptelegram-js-translations.php:409 +#: languages/wptelegram-js-translations.php:416 msgid "Rule type" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetFields.tsx:35 -#: languages/wptelegram-js-translations.php:412 +#: languages/wptelegram-js-translations.php:419 msgid "Rule operator" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetValues.tsx:103 -#: languages/wptelegram-js-translations.php:415 +#: languages/wptelegram-js-translations.php:422 msgid "Select..." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetValues.tsx:16 -#: languages/wptelegram-js-translations.php:418 +#: languages/wptelegram-js-translations.php:425 msgid "Loading..." msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetValues.tsx:17 -#: languages/wptelegram-js-translations.php:421 +#: languages/wptelegram-js-translations.php:428 msgid "No options available" msgstr "" #: ../../packages/js/shared/wptelegram-ui/components/rules/RuleSetValues.tsx:91 -#: languages/wptelegram-js-translations.php:424 +#: languages/wptelegram-js-translations.php:431 msgid "Rule values" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:13 -#: languages/wptelegram-js-translations.php:427 +#: languages/wptelegram-js-translations.php:434 msgid "Active" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:14 -#: languages/wptelegram-js-translations.php:430 +#: languages/wptelegram-js-translations.php:437 msgid "Bot" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:15 -#: languages/wptelegram-js-translations.php:433 +#: languages/wptelegram-js-translations.php:440 msgid "Bot Token" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:16 -#: languages/wptelegram-js-translations.php:436 +#: languages/wptelegram-js-translations.php:443 msgid "Bot Username" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:17 -#: languages/wptelegram-js-translations.php:439 +#: languages/wptelegram-js-translations.php:446 msgid "Categories as hashtags" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:18 -#: languages/wptelegram-js-translations.php:442 +#: languages/wptelegram-js-translations.php:449 msgid "Cloudflare worker URL" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:19 -#: languages/wptelegram-js-translations.php:445 +#: languages/wptelegram-js-translations.php:452 msgid "Channel(s)" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:20 -#: languages/wptelegram-js-translations.php:448 +#: languages/wptelegram-js-translations.php:455 msgid "Chat ID" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:22 -#: languages/wptelegram-js-translations.php:451 +#: languages/wptelegram-js-translations.php:458 msgid "Remove settings on uninstall" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:23 -#: languages/wptelegram-js-translations.php:454 +#: languages/wptelegram-js-translations.php:461 msgid "Debug Info" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:24 #: js/p2tg-block-editor/OverrideSettings.tsx:105 -#: languages/wptelegram-js-translations.php:458 +#: languages/wptelegram-js-translations.php:465 #: modules/p2tg/Admin.php:464 msgid "Delay in Posting" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:25 #: js/p2tg-block-editor/OverrideSettings.tsx:98 -#: languages/wptelegram-js-translations.php:462 +#: languages/wptelegram-js-translations.php:469 #: modules/p2tg/Admin.php:443 msgid "Disable Notifications" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:26 +#: languages/wptelegram-js-translations.php:472 msgid "Disable link preview" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:27 +#: languages/wptelegram-js-translations.php:475 msgid "Link preview URL" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:28 +#: languages/wptelegram-js-translations.php:478 msgid "Show preview above text" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:29 -#: languages/wptelegram-js-translations.php:468 +#: languages/wptelegram-js-translations.php:481 msgid "Enable logs for" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:30 -#: languages/wptelegram-js-translations.php:471 +#: languages/wptelegram-js-translations.php:484 msgid "Excerpt Length" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:31 -#: languages/wptelegram-js-translations.php:474 +#: languages/wptelegram-js-translations.php:487 msgid "Excerpt Newlines" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:32 -#: languages/wptelegram-js-translations.php:477 +#: languages/wptelegram-js-translations.php:490 msgid "Excerpt Source" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:33 -#: languages/wptelegram-js-translations.php:480 +#: languages/wptelegram-js-translations.php:493 msgid "Google Script URL" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:34 -#: languages/wptelegram-js-translations.php:483 +#: languages/wptelegram-js-translations.php:496 msgid "Image Position" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:35 #: js/p2tg-block-editor/OverrideSettings.tsx:124 -#: languages/wptelegram-js-translations.php:487 +#: languages/wptelegram-js-translations.php:500 #: modules/p2tg/Admin.php:493 msgid "Message Template" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:36 -#: languages/wptelegram-js-translations.php:490 +#: languages/wptelegram-js-translations.php:503 msgid "Formatting" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:37 -#: languages/wptelegram-js-translations.php:493 +#: languages/wptelegram-js-translations.php:506 msgid "Plugin generated posts" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:38 -#: languages/wptelegram-js-translations.php:496 +#: languages/wptelegram-js-translations.php:509 msgid "Post edit switch" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:39 #: js/settings/services/fields.ts:23 -#: languages/wptelegram-js-translations.php:500 +#: languages/wptelegram-js-translations.php:513 msgid "Post type" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:40 -#: languages/wptelegram-js-translations.php:503 +#: languages/wptelegram-js-translations.php:516 msgid "Protect content" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:41 -#: languages/wptelegram-js-translations.php:506 +#: languages/wptelegram-js-translations.php:519 msgid "Proxy Host" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:43 -#: languages/wptelegram-js-translations.php:509 +#: languages/wptelegram-js-translations.php:522 msgid "Password" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:44 -#: languages/wptelegram-js-translations.php:512 +#: languages/wptelegram-js-translations.php:525 msgid "Proxy Port" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:45 -#: languages/wptelegram-js-translations.php:515 +#: languages/wptelegram-js-translations.php:528 msgid "Proxy Type" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:46 -#: languages/wptelegram-js-translations.php:518 +#: languages/wptelegram-js-translations.php:531 msgid "Username" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:47 #: js/p2tg-block-editor/OverrideSettings.tsx:116 -#: languages/wptelegram-js-translations.php:522 +#: languages/wptelegram-js-translations.php:535 #: modules/p2tg/Admin.php:481 msgid "Featured Image" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:48 -#: languages/wptelegram-js-translations.php:525 +#: languages/wptelegram-js-translations.php:538 msgid "Send files by URL" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:49 -#: languages/wptelegram-js-translations.php:528 +#: languages/wptelegram-js-translations.php:541 msgid "Single message" msgstr "" #: ../../packages/js/shared/wptelegram-ui/services/fields.ts:50 -#: languages/wptelegram-js-translations.php:531 +#: languages/wptelegram-js-translations.php:544 msgid "Notifications to Users" msgstr "" #. %s: field label #. translators: %s: field label #: ../../packages/js/utilities/fields.ts:35 -#: languages/wptelegram-js-translations.php:535 +#: languages/wptelegram-js-translations.php:548 msgid "Invalid %s" msgstr "" #. %s: field label #. translators: %s: field label #: ../../packages/js/utilities/fields.ts:39 -#: languages/wptelegram-js-translations.php:539 +#: languages/wptelegram-js-translations.php:552 msgid "%s required." msgstr "" #: ../../packages/js/utilities/fields.ts:42 -#: languages/wptelegram-js-translations.php:542 +#: languages/wptelegram-js-translations.php:555 msgid "Changes could not be saved." msgstr "" #: js/p2tg-block-editor/Channels.tsx:39 -#: languages/wptelegram-js-translations.php:545 +#: languages/wptelegram-js-translations.php:558 #: modules/p2tg/Admin.php:431 msgid "Send to" msgstr "" #: js/p2tg-block-editor/Channels.tsx:52 -#: languages/wptelegram-js-translations.php:548 +#: languages/wptelegram-js-translations.php:561 msgid "Select all" msgstr "" #: js/p2tg-block-editor/Files.tsx:17 -#: languages/wptelegram-js-translations.php:551 +#: languages/wptelegram-js-translations.php:564 msgid "Add or Upload Files" msgstr "" #: js/p2tg-block-editor/Files.tsx:57 -#: languages/wptelegram-js-translations.php:554 +#: languages/wptelegram-js-translations.php:567 #: modules/p2tg/Admin.php:454 msgid "Files to be sent after the message." msgstr "" #: js/p2tg-block-editor/Files.tsx:66 -#: languages/wptelegram-js-translations.php:557 +#: languages/wptelegram-js-translations.php:570 #: modules/p2tg/Admin.php:453 msgid "Files" msgstr "" @@ -964,19 +970,19 @@ msgstr "" #: js/p2tg-block-editor/OverrideSettings.tsx:77 #: js/settings/ui/TabbedSections.tsx:23 #: js/settings/ui/advanced/Advanced.tsx:32 -#: languages/wptelegram-js-translations.php:562 +#: languages/wptelegram-js-translations.php:575 #: modules/p2tg/Admin.php:409 msgid "Post to Telegram" msgstr "" #: js/p2tg-block-editor/OverrideSettings.tsx:86 -#: languages/wptelegram-js-translations.php:565 +#: languages/wptelegram-js-translations.php:578 #: modules/p2tg/Admin.php:421 msgid "Override settings" msgstr "" #: js/p2tg-block-editor/SendToTelegram.tsx:32 -#: languages/wptelegram-js-translations.php:568 +#: languages/wptelegram-js-translations.php:581 #: modules/p2tg/Admin.php:367 msgid "Send to Telegram" msgstr "" @@ -984,306 +990,306 @@ msgstr "" #. %s: field label #. translators: %s: field label #: js/settings/services/fields.ts:141 -#: languages/wptelegram-js-translations.php:572 +#: languages/wptelegram-js-translations.php:585 msgid "%s must be a number." msgstr "" #: js/settings/services/fields.ts:19 -#: languages/wptelegram-js-translations.php:575 +#: languages/wptelegram-js-translations.php:588 msgid "Inline button text" msgstr "" #: js/settings/services/fields.ts:20 -#: languages/wptelegram-js-translations.php:578 +#: languages/wptelegram-js-translations.php:591 msgid "Inline button URL" msgstr "" #: js/settings/services/fields.ts:21 -#: languages/wptelegram-js-translations.php:581 +#: languages/wptelegram-js-translations.php:594 msgid "Add Inline URL Button" msgstr "" #: js/settings/services/fields.ts:22 -#: languages/wptelegram-js-translations.php:584 +#: languages/wptelegram-js-translations.php:597 msgid "Other settings" msgstr "" #: js/settings/services/fields.ts:25 -#: languages/wptelegram-js-translations.php:587 +#: languages/wptelegram-js-translations.php:600 msgid "Send when" msgstr "" #: js/settings/services/fields.ts:26 -#: languages/wptelegram-js-translations.php:590 +#: languages/wptelegram-js-translations.php:603 msgid "If Email goes to" msgstr "" #. %s: field label #. translators: %s: field label #: js/settings/services/fields.ts:75 -#: languages/wptelegram-js-translations.php:594 +#: languages/wptelegram-js-translations.php:607 msgid "At least one %s is required." msgstr "" #: js/settings/services/fields.ts:76 -#: languages/wptelegram-js-translations.php:597 +#: languages/wptelegram-js-translations.php:610 msgid "channel" msgstr "" #. Description of the plugin #: js/settings/ui/Sidebar.tsx:16 -#: languages/wptelegram-js-translations.php:600 +#: languages/wptelegram-js-translations.php:613 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:19 -#: languages/wptelegram-js-translations.php:603 +#: languages/wptelegram-js-translations.php:616 msgid "Get LIVE support on Telegram" msgstr "" #: js/settings/ui/TabbedSections.tsx:18 -#: languages/wptelegram-js-translations.php:606 +#: languages/wptelegram-js-translations.php:619 msgid "Basics" msgstr "" #: js/settings/ui/TabbedSections.tsx:38 -#: languages/wptelegram-js-translations.php:609 +#: languages/wptelegram-js-translations.php:622 msgid "Advanced settings" msgstr "" #: js/settings/ui/advanced/Advanced.tsx:26 -#: languages/wptelegram-js-translations.php:612 +#: languages/wptelegram-js-translations.php:625 msgid "Bot API" msgstr "" #. %s button name #. translators: %s button name #: js/settings/ui/basics/Basics.tsx:31 -#: languages/wptelegram-js-translations.php:616 +#: languages/wptelegram-js-translations.php:629 msgid "Use %s above to set automatically." msgstr "" #. 1 command name, 2 bot name #. translators: 1 command name, 2 bot name #: js/settings/ui/basics/Instructions.tsx:22 -#: languages/wptelegram-js-translations.php:620 +#: languages/wptelegram-js-translations.php:633 msgid "Create a Bot by sending %1$s command to %2$s." msgstr "" #. %s bot name #. translators: %s bot name #: js/settings/ui/basics/Instructions.tsx:43 -#: languages/wptelegram-js-translations.php:624 +#: languages/wptelegram-js-translations.php:637 msgid "After completing the steps %s will provide you the Bot Token." msgstr "" #: js/settings/ui/basics/Instructions.tsx:51 -#: languages/wptelegram-js-translations.php:627 +#: languages/wptelegram-js-translations.php:640 msgid "Copy the token and paste into the Bot Token field below." msgstr "" #. %s application name #. translators: %s application name #: js/settings/ui/basics/Instructions.tsx:55 -#: languages/wptelegram-js-translations.php:631 +#: languages/wptelegram-js-translations.php:644 msgid "For ease, use %s" msgstr "" #: js/settings/ui/basics/Instructions.tsx:61 -#: languages/wptelegram-js-translations.php:634 +#: languages/wptelegram-js-translations.php:647 msgid "Telegram Desktop" msgstr "" #: js/settings/ui/basics/Instructions.tsx:67 -#: languages/wptelegram-js-translations.php:637 +#: languages/wptelegram-js-translations.php:650 msgid "Test your bot token below." msgstr "" #: js/settings/ui/basics/Instructions.tsx:68 -#: languages/wptelegram-js-translations.php:640 +#: languages/wptelegram-js-translations.php:653 msgid "Activate the modules you want to use." msgstr "" #: js/settings/ui/basics/Instructions.tsx:69 -#: languages/wptelegram-js-translations.php:643 +#: languages/wptelegram-js-translations.php:656 msgid "Configure the activated modules." msgstr "" #: js/settings/ui/notify/Notify.tsx:28 -#: languages/wptelegram-js-translations.php:646 +#: languages/wptelegram-js-translations.php:659 msgid "The module will watch the Email Notifications sent from this site and deliver them to you on Telegram." msgstr "" #: js/settings/ui/notify/Notify.tsx:41 -#: languages/wptelegram-js-translations.php:649 +#: languages/wptelegram-js-translations.php:662 msgid "Notification Settings" msgstr "" #. %s code #. translators: %s code #: js/settings/ui/notify/WatchEmails.tsx:24 -#: languages/wptelegram-js-translations.php:653 +#: languages/wptelegram-js-translations.php:666 msgid "If you want to receive notification for every email, then write %s." msgstr "" #: js/settings/ui/notify/WatchEmails.tsx:41 -#: languages/wptelegram-js-translations.php:656 +#: languages/wptelegram-js-translations.php:669 msgid "Telegram User or Group Chat ID." msgstr "" #: js/settings/ui/p2tg/Destination.tsx:19 -#: languages/wptelegram-js-translations.php:659 +#: languages/wptelegram-js-translations.php:672 msgid "Destination" msgstr "" #: js/settings/ui/p2tg/Destination.tsx:24 -#: languages/wptelegram-js-translations.php:662 +#: languages/wptelegram-js-translations.php:675 msgid "Channel Username or Chat ID." msgstr "" #: js/settings/ui/p2tg/MessageKeyboard.tsx:21 -#: languages/wptelegram-js-translations.php:665 +#: languages/wptelegram-js-translations.php:678 msgid "Inline Keyboard" msgstr "" #: js/settings/ui/p2tg/MessageKeyboard.tsx:25 -#: languages/wptelegram-js-translations.php:668 +#: languages/wptelegram-js-translations.php:681 msgid "Add an inline clickable button for the post URL just below the message." msgstr "" #: js/settings/ui/p2tg/MessageKeyboard.tsx:41 #: includes/restApi/SettingsController.php:136 -#: languages/wptelegram-js-translations.php:671 +#: languages/wptelegram-js-translations.php:684 msgid "View Post" msgstr "" #. template tag/macro #. translators: template tag/macro #: js/settings/ui/p2tg/MessageKeyboard.tsx:50 -#: languages/wptelegram-js-translations.php:675 +#: languages/wptelegram-js-translations.php:688 msgid "You can specify any custom field like %s." msgstr "" #: js/settings/ui/p2tg/MessageKeyboard.tsx:55 -#: languages/wptelegram-js-translations.php:678 +#: languages/wptelegram-js-translations.php:691 msgid "Source of the button URL." msgstr "" #: js/settings/ui/p2tg/MessageSettings.tsx:22 -#: languages/wptelegram-js-translations.php:681 +#: languages/wptelegram-js-translations.php:694 msgid "Message Settings" msgstr "" #: js/settings/ui/p2tg/Miscellaneous.tsx:19 -#: languages/wptelegram-js-translations.php:684 +#: languages/wptelegram-js-translations.php:697 msgid "Miscellaneous" msgstr "" #: js/settings/ui/p2tg/P2TG.tsx:28 -#: languages/wptelegram-js-translations.php:687 +#: languages/wptelegram-js-translations.php:700 msgid "With this module, you can configure how the posts are sent to Telegram." msgstr "" #: js/settings/ui/p2tg/Rules.tsx:15 -#: languages/wptelegram-js-translations.php:690 +#: languages/wptelegram-js-translations.php:703 msgid "A new post is published" msgstr "" #: js/settings/ui/p2tg/Rules.tsx:19 -#: languages/wptelegram-js-translations.php:693 +#: languages/wptelegram-js-translations.php:706 msgid "An existing post is updated" msgstr "" #: js/settings/ui/p2tg/Rules.tsx:30 -#: languages/wptelegram-js-translations.php:696 +#: languages/wptelegram-js-translations.php:709 msgid "Rules" msgstr "" #: js/settings/ui/p2tg/Rules.tsx:37 -#: languages/wptelegram-js-translations.php:699 +#: languages/wptelegram-js-translations.php:712 msgid "When the post should be sent to Telegram." msgstr "" #: js/settings/ui/p2tg/Rules.tsx:47 -#: languages/wptelegram-js-translations.php:702 +#: languages/wptelegram-js-translations.php:715 msgid "Which post types should be sent." msgstr "" #: js/settings/ui/shared/IfBotToken.tsx:15 -#: languages/wptelegram-js-translations.php:705 +#: languages/wptelegram-js-translations.php:718 msgid "You must add a bot token." msgstr "" #. %s: plugin name #. translators: %s: plugin name #: js/settings/ui/shared/Upsell.tsx:103 -#: languages/wptelegram-js-translations.php:709 +#: languages/wptelegram-js-translations.php:722 msgid "%s supports Cloudflare proxy for featured image upload!" msgstr "" #: js/settings/ui/shared/Upsell.tsx:104 -#: languages/wptelegram-js-translations.php:712 +#: languages/wptelegram-js-translations.php:725 msgid "WP Telegram Pro" msgstr "" #: js/settings/ui/shared/Upsell.tsx:111 -#: languages/wptelegram-js-translations.php:715 +#: languages/wptelegram-js-translations.php:728 msgid "Upgrade NOW" msgstr "" #: js/settings/ui/shared/Upsell.tsx:41 -#: languages/wptelegram-js-translations.php:718 +#: languages/wptelegram-js-translations.php:731 msgid "Upgrade to Pro" msgstr "" #: js/settings/ui/shared/Upsell.tsx:51 -#: languages/wptelegram-js-translations.php:721 +#: languages/wptelegram-js-translations.php:734 msgid "Want an absolute integration with Telegram?" msgstr "" #: js/settings/ui/shared/Upsell.tsx:55 -#: languages/wptelegram-js-translations.php:724 +#: languages/wptelegram-js-translations.php:737 msgid "Want to add more bots?" msgstr "" #: js/settings/ui/shared/Upsell.tsx:59 -#: languages/wptelegram-js-translations.php:727 +#: languages/wptelegram-js-translations.php:740 msgid "Need more features?" msgstr "" #: js/settings/ui/shared/Upsell.tsx:63 -#: languages/wptelegram-js-translations.php:730 +#: languages/wptelegram-js-translations.php:743 msgid "Want to use different channels for different categories?" msgstr "" #. %s: plugin name #. translators: %s: plugin name #: js/settings/ui/shared/Upsell.tsx:69 -#: languages/wptelegram-js-translations.php:734 +#: languages/wptelegram-js-translations.php:747 msgid "%s supports multiple instances of Post to Telgram with different rules." msgstr "" #. %s: plugin name #. translators: %s: plugin name #: js/settings/ui/shared/Upsell.tsx:79 -#: languages/wptelegram-js-translations.php:738 +#: languages/wptelegram-js-translations.php:751 msgid "%s supports ALL WooCommerce and ACF text fields." msgstr "" #: js/settings/ui/shared/Upsell.tsx:85 -#: languages/wptelegram-js-translations.php:741 +#: languages/wptelegram-js-translations.php:754 msgid "Want to add more buttons?" msgstr "" #. %s: plugin name #. translators: %s: plugin name #: js/settings/ui/shared/Upsell.tsx:91 -#: languages/wptelegram-js-translations.php:745 +#: languages/wptelegram-js-translations.php:758 msgid "%s supports delay per channel." msgstr "" #: js/settings/ui/shared/Upsell.tsx:97 -#: languages/wptelegram-js-translations.php:748 +#: languages/wptelegram-js-translations.php:761 msgid "Want to add more emails?" msgstr "" @@ -1347,14 +1353,6 @@ msgstr "" msgid "Please contact your hosting provider to ensure the above requirements are met." msgstr "" -#: languages/wptelegram-js-translations.php:236 -msgid "You can add an internal note to the chat ID to make it easier for you to indentify it." -msgstr "" - -#: languages/wptelegram-js-translations.php:465 -msgid "Disable Web Page Preview" -msgstr "" - #: modules/p2tg/Admin.php:204 msgid "Post Data" msgstr "" diff --git a/plugins/wptelegram/src/readme.txt b/plugins/wptelegram/src/readme.txt index a26afb0e..d9263a2d 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.2 Requires PHP: 7.4 Tested up to: 6.4.3 -Stable tag: 4.1.0 +Stable tag: 4.1.1 License: GPL-3.0-or-later License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -203,8 +203,7 @@ Automatic updates should work smoothly, but we still recommend you back up your == Changelog == -= 4.1.0 = -- Added link preview options -- Updated screenshots for wordpress.org += 4.1.1 = +- Updated bundled bot api library [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 3024e852..3e92e098 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.1.0 + * Version: 4.1.1 * Requires at least: 6.2 * Requires PHP: 7.4 * Author: WP Socio @@ -26,7 +26,7 @@ die; } -define( 'WPTELEGRAM_VER', '4.1.0' ); +define( 'WPTELEGRAM_VER', '4.1.1' ); defined( 'WPTELEGRAM_MAIN_FILE' ) || define( 'WPTELEGRAM_MAIN_FILE', __FILE__ );