mirror of
https://github.com/danog/MadelineProto.git
synced 2025-01-11 14:48:25 +01:00
1332 lines
122 KiB
PHP
1332 lines
122 KiB
PHP
<?php declare(strict_types=1);
|
||
/**
|
||
* Lang module.
|
||
*
|
||
* This file is part of MadelineProto.
|
||
* MadelineProto is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
|
||
* MadelineProto is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||
* See the GNU Affero General Public License for more details.
|
||
* You should have received a copy of the GNU General Public License along with MadelineProto.
|
||
* If not, see <http://www.gnu.org/licenses/>.
|
||
*
|
||
* @author Daniil Gentili <daniil@daniil.it>
|
||
* @copyright 2016-2023 Daniil Gentili <daniil@daniil.it>
|
||
* @license https://opensource.org/licenses/AGPL-3.0 AGPLv3
|
||
* @link https://docs.madelineproto.xyz MadelineProto documentation
|
||
*/
|
||
|
||
namespace danog\MadelineProto;
|
||
|
||
/** @internal */
|
||
final class Lang
|
||
{
|
||
public static array $lang = [
|
||
'ckb' =>
|
||
[
|
||
'2fa_uncalled' => 'چاوەڕێی پاسۆردەکە ناکەم! تکایە سەرەتا پەیوەندی بە phoneLogin و شێوازەکانی completePhoneLogin بکەن!',
|
||
'accepting_call' => 'وەرگرتنی پەیوەندی لە %s...',
|
||
'already_loggedIn' => 'ئەم نموونەیەی MadelineProto پێشتر چووەتە ژوورەوە!',
|
||
'apiAppInstructionsAuto0' => 'ناوی ئەپەکە بنووسە، دەتوانێت هەر شتێک بێت: ',
|
||
'apiAppInstructionsAuto1' => 'ناوی کورتی ئەپەکە بنووسە، ئەلفوبێی ژمارەیی، ٥-٣٢ پیت: ',
|
||
'apiAppInstructionsAuto2' => 'URL ی ئەپ/ماڵپەڕەکە دابنێ، یان t.me/yourusername: ',
|
||
'apiAppInstructionsAuto3' => 'چوونە ناو پلاتفۆرمی ئەپەکە: ',
|
||
'apiAppInstructionsAuto4' => 'باسی ئەپەکەت بکە: ',
|
||
'apiAppInstructionsAutoTypeOther' => 'شتی تر (لە وەسفدا دیاری بکە)',
|
||
'apiAppInstructionsManual0' => 'ناوی ئەپەکەت دەتوانێت هەر شتێک بێت',
|
||
'apiAppInstructionsManual1' => 'ناوی کورتی ئەپەکەت، ئەلفوبێی ژمارەیی، ٥-٣٢ پیت',
|
||
'apiAppInstructionsManual2' => 'URL ی ئەپ/ماڵپەڕەکەت، یان t.me/yourusername',
|
||
'apiAppInstructionsManual3' => 'هەر شتێک',
|
||
'apiAppInstructionsManual4' => 'لێرەدا باسی ئەپەکەت بکە',
|
||
'apiAppWeb' => 'زانیارییەکانی API داخڵ بکە',
|
||
'apiAutoPrompt0' => 'ژمارەی تەلەفۆنێک داخڵ بکە کە پێشتر لە تێلێگرام تۆمار کراوە: ',
|
||
'apiAutoPrompt1' => 'ئەو کۆدەی پشتڕاستکردنەوە کە لە تێلێگرام وەرتگرتووە داخڵ بکە: ',
|
||
'apiAutoWeb' => 'ژمارەیەکی تەلەفۆن دابنێ کە <b>پێشتر تۆمارکراوە</b> لە تێلێگرام بۆ بەدەستهێنانی ناسنامەی API',
|
||
'apiChooseManualAutoTip' => 'تێبینی بکە کە دەتوانیت API ID/hash ڕاستەوخۆ لە کۆدەکەدا دابین بکەیت بە بەکارهێنانی ڕێکخستنەکان: %s',
|
||
'apiChooseManualAutoTipWeb' => 'تێبینی بکە کە دەتوانیت API ID/hash ڕاستەوخۆ لە کۆدەکەدا دابین بکەیت بە بەکارهێنانی <a target="_blank" href="%s">ڕێکخستنەکان</a>.',
|
||
'apiChoosePrompt' => 'هەڵبژاردەی تۆ: ',
|
||
'apiError' => 'هەڵە: %s. دووبارە هەوڵبدەرەوە.',
|
||
'apiManualInstructions0' => 'چوونەژوورەوە بۆ https://my.telegram.org',
|
||
'apiManualInstructions1' => 'بڕۆ بۆ ئامرازەکانی پەرەپێدانی API',
|
||
'apiManualInstructions2' => 'کلیک لەسەر create application بکە',
|
||
'apiManualPrompt0' => 'ناسنامەی API ی خۆت دابنێ: ',
|
||
'apiManualPrompt1' => 'هاشی API ەکەت بنووسە: ',
|
||
'apiManualWeb' => 'API ID و API هاشەکەت دابنێ',
|
||
'apiParamsError' => 'تۆ هەموو پارامێتەرەکانی پێویستت دابین نەکردووە!',
|
||
'api_not_set' => 'پێویستە کلیلی api و api id دابین بکەیت، خۆت @ my.telegram.org بەدەست بهێنە',
|
||
'array_invalid' => 'تۆ ڕیزبەندییەکی دروستت دابین نەکردووە',
|
||
'bool_error' => 'نەتوانرا boolean دەربهێنرێت',
|
||
'botAlreadyRunning' => 'The bot is already running!',
|
||
'botapi_conversion_error' => 'ناتوانرێت %s بگۆڕێت بۆ ئۆبجێکتی API بۆت',
|
||
'call_already_accepted' => 'پەیوەندی %s پێشتر وەرگیراوە',
|
||
'call_already_declined' => 'پەیوەندی %s پێشتر ڕەتکراوەتەوە',
|
||
'call_completing' => 'تەواوکردنی پەیوەندی لە %s...',
|
||
'call_confirming' => 'پشتڕاستکردنەوەی پەیوەندی لە %s...',
|
||
'call_discarding' => 'فڕێدانی پەیوەندی %s...',
|
||
'call_error_1' => 'نەتوانرا پەیوەندی %s بدۆزرێتەوە و وەریبگرێت',
|
||
'call_error_2' => 'نەتوانرا پەیوەندی %s بدۆزرێتەوە و پشتڕاستی بکاتەوە',
|
||
'call_error_3' => 'نەتوانرا پەیوەندی %s بدۆزرێتەوە و تەواو بکات',
|
||
'constructor_not_found' => 'Constructor نەدۆزرایەوە بۆ جۆری: ',
|
||
'deserialization_error' => 'هەڵەیەک لە کاتی ڕیزبەندیکردندا ڕوویدا',
|
||
'do_not_delete_MadelineProto.log' => 'the MadelineProto.log file must never be deleted, please set a custom max size in the settings, instead!',
|
||
'do_not_remove_MadelineProto.log_phar' => 'Please do not remove madeline.phar or madeline.php, or else MadelineProto will crash. If you have any problem with MadelineProto, report it to https://github.com/danog/MadelineProto or https://t.me/pwrtelegramgroup',
|
||
'do_not_use_blocking_class' => 'for performance reasons, handlers may not use the non-async blocking class %s, please use %s, instead',
|
||
'do_not_use_blocking_function' => 'for performance reasons, event handlers may not use the non-async blocking function %s, please use %s, instead',
|
||
'do_not_use_deprecated_function' => 'the %s function is deprecated, please use %s, instead',
|
||
'do_not_use_non_root_require_in_event_handler' => 'for performance reasons, you must not use require or include inside of an event handler class, only root-level requires are allowed.',
|
||
'done' => 'تەواو!',
|
||
'encode_double_error' => 'نەتوانرا بە باشی دووانە کۆد بکات',
|
||
'extensionRecommended' => 'Warning: the %s extension is not installed, please install it to speed up MadelineProto!',
|
||
'extensionRequired' => 'MadelineProto requires the %s extension to run. %s',
|
||
'extensionRequiredInstallWithApt' => 'Try running sudo apt-get install %s.',
|
||
'extensionRequiredInstallWithCustomInstructions' => 'Follow the instructions at %s to install it.',
|
||
'file_not_exist' => 'فایلهکه بوونی نییه',
|
||
'file_parsing' => 'پارسکردنی %s...',
|
||
'file_type_invalid' => 'جۆری پەڕگەی نادروست دۆزراوەتەوە (%s)',
|
||
'fingerprint_invalid' => 'پەنجەمۆری کلیل نادروستە!',
|
||
'go' => 'بڕۆ',
|
||
'length_too_big' => 'درێژی زۆر گەورەیە',
|
||
'loginBot' => 'تۆکنی بۆتەکەت بنووسە: ',
|
||
'loginBotTokenWeb' => 'بۆت تۆکن',
|
||
'loginChoosePromptWeb' => 'دەتەوێت وەک بەکارهێنەر یان وەک بۆت بچیتە ژوورەوە؟',
|
||
'loginManual' => 'یان دەتوانیت تۆکنێکی بۆت یان ژمارەی تەلەفۆنیش دابنێیت بۆ ئەوەی بە دەستی بچیتە ژوورەوە: ',
|
||
'loginNoCode' => 'تۆ کۆدی تەلەفۆنت بۆ دابین نەکرد!',
|
||
'loginNoName' => 'ناوی یەکەمتان دابین نەکردووە!',
|
||
'loginNoPass' => 'تۆ پاسۆردەکەت دابین نەکرد!',
|
||
'loginOptionBot' => 'بۆت',
|
||
'loginOptionUser' => 'بەکارهێنەر',
|
||
'loginQr' => 'کۆدی QR ی سەرەوە سکان بکە بۆ ئەوەی بە شێوەیەکی ئۆتۆماتیکی بچیتە ژوورەوە.',
|
||
'loginQrCodeExpired' => 'کۆدی QR بەسەرچوو، کۆدی نوێی دروستکرد...',
|
||
'loginQrCodeSuccessful' => 'چوونەژوورەوەی کۆدی QR سەرکەوتوو بوو!',
|
||
'loginUser' => 'ژمارەی مۆبایلت داخل بکە: ',
|
||
'loginUserCode' => 'کۆدەکە داخڵ بکە: ',
|
||
'loginUserPass' => 'وشەی نهێنی خۆت بنووسە (ئاماژە %s): ',
|
||
'loginUserPassHint' => 'ئاماژە: %s',
|
||
'loginUserPassWeb' => 'ژمارەی نهێنییەکەت داخل بکە: ',
|
||
'loginUserPhoneCodeWeb' => 'کۆد',
|
||
'loginUserPhoneWeb' => 'ژمارەی تەلەفۆن',
|
||
'loginWebQr' => 'هەروەها دەتوانیت بە شێوەیەکی ئۆتۆماتیکی بچیتە ژوورەوە بە سکانکردنی ئەم QR کۆدە:',
|
||
'loginWebQr1' => 'لە مۆبایلەکەتدا تێلێگرام بکەرەوە',
|
||
'loginWebQr2' => 'بڕۆ بۆ ڕێکخستنەکان > ئامێرەکان > بەستنەوەی ئامێری سەر مێز',
|
||
'loginWebQr3' => 'بۆ پشتڕاستکردنەوەی چوونەژوورەوە مۆبایلەکەت ئاراستەی ئەم شاشەیە بکە',
|
||
'login_2fa_enabled' => '2FA چالاک کراوە، دەبێت بانگی فەنکشنی complete2falogin بکەیت...',
|
||
'login_auth_key' => 'چوونە ژوورەوە بە بەکارهێنانی کلیلی auth...',
|
||
'login_bot' => 'چوونە ژوورەوە وەک بۆتێک...',
|
||
'login_code_sending' => 'ناردنی کۆد...',
|
||
'login_code_sent' => 'کۆد بە سەرکەوتوویی نێردراوە! کاتێک کۆدەکەت وەرگرت پێویستە فەنکشنی completePhoneLogin بەکاربهێنیت.',
|
||
'login_code_uncalled' => 'چاوەڕێی کۆدەکە ناکەم! تکایە سەرەتا پەیوەندی بە شێوازی phoneLogin بکەن',
|
||
'login_need_signup' => 'ئەکاونتێک بۆ ئەم ژمارەیە دروست نەکراوە، دەبێت پەیوەندی بە فەنکشنی completeSignup بکەیت...',
|
||
'login_ok' => 'بە سەرکەوتوویی چوونەژوورەوە!',
|
||
'login_user' => 'چوونە ژوورەوە وەک بەکارهێنەرێکی ئاسایی...',
|
||
'logout_ok' => 'بە سەرکەوتوویی دەرچووە!',
|
||
'long_not_16' => 'بەهای پێدراو درێژییەکەی ١٦ بایت نییە',
|
||
'long_not_32' => 'بەهای پێدراو درێژییەکەی ٣٢ بایت نییە',
|
||
'long_not_64' => 'بەهای پێدراو درێژییەکەی ٦٤ بایت نییە',
|
||
'madelineproto_ready' => 'MadelineProto ئامادەیە!',
|
||
'manualAdminActionRequired' => '!!!!!!!!! MANUAL SYSTEM ADMIN ACTION REQUIRED !!!!!!!!!',
|
||
'method_not_found' => 'نەتوانرا شێواز بدۆزرێتەوە: ',
|
||
'mmapErrorPart1' => 'The maximum number of memory mapped (mmap) regions was reached (%s): please increase the vm.max_map_count kernel config to 262144 to fix.',
|
||
'mmapErrorPart2' => 'To fix, run the following command as root: %s',
|
||
'mmapErrorPart3' => 'To persist the change across reboots: %s',
|
||
'mmapErrorPart4' => 'On Windows and WSL, increasing the size of the pagefile might help; please switch to native Linux if the issue persists.',
|
||
'must_have_declare_types' => 'for performance reasons, the first statement of an event handler file must be declare(strict_types=1);',
|
||
'nearest_dc' => 'ئێمە لە %s داین، نزیکترین DC %d ە.',
|
||
'noReportPeers' => 'Warning: no report peers are set, please add the following method to your event handler',
|
||
'non_text_conversion' => 'هێشتا ناتوانرێت نامە نا کورتەکان بگۆڕدرێت!',
|
||
'not_loggedIn' => 'من چوومەتە ژوورەوە!',
|
||
'not_numeric' => 'بەهای پێدراو ژمارەیی نییە',
|
||
'params_missing' => 'پارامێتری پێویست نەماوە',
|
||
'peer_not_in_db' => 'ئەم هاوتایە لە بنکەدراوەی ناوخۆیی هاوتادا ئامادە نییە',
|
||
'plugins_do_not_use_require' => 'for performance reasons, plugins can only automatically include or require other files present in the plugins folder by triggering the PSR-4 autoloader (not by manually require()\'ing them).',
|
||
'plugins_must_have_exactly_one_class' => 'a plugin must define exactly one class! To define multiple classes, interfaces or traits, create separate files, they will be autoloaded by MadelineProto automatically.',
|
||
'predicate_not_set' => 'پێشبینی (بەهای ژێر _) دانەنرابوو!',
|
||
'recommend_not_use_filesystem_function' => 'usage of %s the function is not recommended, because accesses the filesystem and will slow down your bot if used during update handling, please see https://docs.madelineproto.xyz/docs/UPDATES.html#avoiding-the-use-of-filesystem-functions for a list of alternative ways to store data that will not slow down your bot!',
|
||
'rpc_tg_error' => 'تێلێگرام هەڵەیەکی RPC ی گەڕاندەوە: %s (%s)، کە بەهۆی %s:%s%sTL شوێنپێهەڵگرتنەوە دروست بووە:',
|
||
'sec_peer_not_in_db' => 'ئەم هاوتا نهێنییە لە بنکەدراوەی ناوخۆیی هاوتادا ئامادە نییە',
|
||
'secret_chat_skipping' => 'من چاتی نهێنی %sم لە بنکەدراوەدا نییە، نامەکەم بەجێهێشتووە...',
|
||
'serialization_ofd' => 'زنجیرەییکردن بەسەرچووە، دووبارە بنیاتنانەوەی ئۆبجێکتی!',
|
||
'session_corrupted' => 'دانیشتنەکە گەندەڵ بووە!',
|
||
'signing_up' => 'ناو تۆمارکردن وەک بەکارهێنەرێکی ئاسایی...',
|
||
'signupFirstName' => 'ناوی یەکەمی خۆت بنووسە: ',
|
||
'signupFirstNameWeb' => 'ناوی یەکەم',
|
||
'signupLastName' => 'ناوی کۆتایی خۆت بنووسە (دەتوانێت بەتاڵ بێت): ',
|
||
'signupLastNameWeb' => 'ناوی کۆتایی',
|
||
'signupWeb' => 'تکایە ناوت تۆمار بکە',
|
||
'signup_ok' => 'بە سەرکەوتوویی ناوت تۆمار کرد!',
|
||
'signup_uncalled' => 'چاوەڕێی ناو تۆمارکردن ناکەم! تکایە سەرەتا پەیوەندی بە phoneLogin و شێوازەکانی completePhoneLogin بکەن!',
|
||
'src_file_invalid' => 'پەڕگەی سەرچاوەی نادروست دابین کرا: ',
|
||
'static_analysis_minor' => 'A minor issue was encountered during static analysis of %s: %s',
|
||
'static_analysis_severe' => 'A severe issue was encountered during static analysis of %s: %s',
|
||
'stream_handle_invalid' => 'دەستەیەکی نادروستی سترێم دابین کرابوو.',
|
||
'type_extract_error' => 'نەتوانرا جۆری "%s" دەربهێنرێت، پێویستە MadelineProto نوێ بکەیتەوە!',
|
||
'type_extract_error_id' => 'نەتوانرا جۆری: %s بە id %s دەربهێنرێت، پێویستە MadelineProto نوێ بکەیتەوە!',
|
||
'value_bigger_than_2147483647' => 'بەهای دابینکراو %s گەورەترە لە 2147483647',
|
||
'value_bigger_than_4294967296' => 'بەهای مەرجدار %s گەورەترە لە 4294967296',
|
||
'value_bigger_than_9223372036854775807' => 'بەهای دابینکراو %s گەورەترە لە 9223372036854775807',
|
||
'value_smaller_than_0' => 'بەهای بە مەرجێک %s بچووکترە لە 0',
|
||
'value_smaller_than_2147483648' => 'بەهای دابینکراو %s بچووکترە لە -2147483648',
|
||
'value_smaller_than_9223372036854775808' => 'بەهای دابینکراو %s بچووکترە لە -9223372036854775808',
|
||
],
|
||
'en' =>
|
||
[
|
||
'2fa_uncalled' => 'I\'m not waiting for the password! Please call the phoneLogin and the completePhoneLogin methods first!',
|
||
'accepting_call' => 'Accepting call from %s...',
|
||
'already_loggedIn' => 'This instance of MadelineProto is already logged in!',
|
||
'apiAppInstructionsAuto0' => 'Enter the app\'s name, can be anything: ',
|
||
'apiAppInstructionsAuto1' => 'Enter the app\'s short name, alphanumeric, 5-32 characters: ',
|
||
'apiAppInstructionsAuto2' => 'Enter the app/website\'s URL, or t.me/yourusername: ',
|
||
'apiAppInstructionsAuto3' => 'Enter the app platform: ',
|
||
'apiAppInstructionsAuto4' => 'Describe your app: ',
|
||
'apiAppInstructionsAutoTypeOther' => 'Other (specify in description)',
|
||
'apiAppInstructionsManual0' => 'your app\'s name, can be anything',
|
||
'apiAppInstructionsManual1' => 'your app\'s short name, alphanumeric, 5-32 characters',
|
||
'apiAppInstructionsManual2' => 'your app/website\'s URL, or t.me/yourusername',
|
||
'apiAppInstructionsManual3' => 'anything',
|
||
'apiAppInstructionsManual4' => 'Describe your app here',
|
||
'apiAppWeb' => 'Enter API information',
|
||
'apiAutoPrompt0' => 'Enter a phone number that is already registered on Telegram: ',
|
||
'apiAutoPrompt1' => 'Enter the verification code you received in Telegram: ',
|
||
'apiAutoWeb' => 'Enter a phone number that is <b>already registered</b> on telegram to get the API ID',
|
||
'apiChooseManualAutoTip' => 'Note that you can also provide the API ID/hash directly in the code using the settings: %s',
|
||
'apiChooseManualAutoTipWeb' => 'Note that you can also provide the API ID/hash directly in the code using the <a target="_blank" href="%s">settings</a>.',
|
||
'apiChoosePrompt' => 'Your choice (m/a): ',
|
||
'apiError' => 'ERROR: %s. Try again.',
|
||
'apiManualInstructions0' => 'Login to https://my.telegram.org',
|
||
'apiManualInstructions1' => 'Go to API development tools',
|
||
'apiManualInstructions2' => 'Click on create application',
|
||
'apiManualPrompt0' => 'Enter your API ID: ',
|
||
'apiManualPrompt1' => 'Enter your API hash: ',
|
||
'apiManualWeb' => 'Enter your API ID and API hash',
|
||
'apiParamsError' => 'You didn\'t provide all of the required parameters!',
|
||
'api_not_set' => 'You must provide an api key and an api id, get your own @ my.telegram.org',
|
||
'array_invalid' => 'You didn\'t provide a valid array',
|
||
'bool_error' => 'Could not extract boolean',
|
||
'botAlreadyRunning' => 'The bot is already running!',
|
||
'botapi_conversion_error' => 'Can\'t convert %s to a bot API object',
|
||
'call_already_accepted' => 'Call %s already accepted',
|
||
'call_already_declined' => 'Call %s already declined',
|
||
'call_completing' => 'Completing call from %s...',
|
||
'call_confirming' => 'Confirming call from %s...',
|
||
'call_discarding' => 'Discarding call %s...',
|
||
'call_error_1' => 'Could not find and accept call %s',
|
||
'call_error_2' => 'Could not find and confirm call %s',
|
||
'call_error_3' => 'Could not find and complete call %s',
|
||
'constructor_not_found' => 'Constructor not found for type: ',
|
||
'deserialization_error' => 'An error occurred on deserialization',
|
||
'do_not_delete_MadelineProto.log' => 'the MadelineProto.log file must never be deleted, please set a custom max size in the settings, instead!',
|
||
'do_not_remove_MadelineProto.log_phar' => 'Please do not remove madeline.phar or madeline.php, or else MadelineProto will crash. If you have any problem with MadelineProto, report it to https://github.com/danog/MadelineProto or https://t.me/pwrtelegramgroup',
|
||
'do_not_use_blocking_class' => 'for performance reasons, handlers may not use the non-async blocking class %s, please use %s, instead',
|
||
'do_not_use_blocking_function' => 'for performance reasons, event handlers may not use the non-async blocking function %s, please use %s, instead',
|
||
'do_not_use_deprecated_function' => 'the %s function is deprecated, please use %s, instead',
|
||
'do_not_use_non_root_require_in_event_handler' => 'for performance reasons, you must not use require or include inside of an event handler class, only root-level requires are allowed.',
|
||
'done' => 'Done!',
|
||
'encode_double_error' => 'Could not properly encode double',
|
||
'extensionRecommended' => 'Warning: the %s extension is not installed, please install it to speed up MadelineProto!',
|
||
'extensionRequired' => 'MadelineProto requires the %s extension to run. %s',
|
||
'extensionRequiredInstallWithApt' => 'Try running sudo apt-get install %s.',
|
||
'extensionRequiredInstallWithCustomInstructions' => 'Follow the instructions at %s to install it.',
|
||
'file_not_exist' => 'File does not exist',
|
||
'file_parsing' => 'Parsing %s...',
|
||
'file_type_invalid' => 'Invalid file type detected (%s)',
|
||
'fingerprint_invalid' => 'Invalid key fingerprint!',
|
||
'go' => 'Go',
|
||
'length_too_big' => 'Length is too big',
|
||
'loginBot' => 'Enter your bot token: ',
|
||
'loginBotTokenWeb' => 'Bot token',
|
||
'loginChoosePromptWeb' => 'Do you want to login as a user or as a bot?',
|
||
'loginManual' => 'Alternatively, you can also enter a bot token or phone number to login manually: ',
|
||
'loginNoCode' => 'You didn\'t provide a phone code!',
|
||
'loginNoName' => 'You didn\'t provide the first name!',
|
||
'loginNoPass' => 'You didn\'t provide the password!',
|
||
'loginOptionBot' => 'Bot',
|
||
'loginOptionUser' => 'User',
|
||
'loginQr' => 'Scan the above QR code to login automatically.',
|
||
'loginQrCodeExpired' => 'The QR code expired, generating a new one...',
|
||
'loginQrCodeSuccessful' => 'QR code login successful!',
|
||
'loginUser' => 'Enter your phone number: ',
|
||
'loginUserCode' => 'Enter the code: ',
|
||
'loginUserPass' => 'Enter your password (hint %s): ',
|
||
'loginUserPassHint' => 'Hint: %s',
|
||
'loginUserPassWeb' => 'Enter your password: ',
|
||
'loginUserPhoneCodeWeb' => 'Code',
|
||
'loginUserPhoneWeb' => 'Phone number',
|
||
'loginWebQr' => 'You can also login automatically by scanning the following QR code:',
|
||
'loginWebQr1' => 'Open Telegram on your phone',
|
||
'loginWebQr2' => 'Go to Settings > Devices > Link Desktop Device',
|
||
'loginWebQr3' => 'Point your phone at this screen to confirm login',
|
||
'login_2fa_enabled' => '2FA enabled, you will have to call the complete2falogin function...',
|
||
'login_auth_key' => 'Logging in using auth key...',
|
||
'login_bot' => 'Logging in as a bot...',
|
||
'login_code_sending' => 'Sending code...',
|
||
'login_code_sent' => 'Code sent successfully! Once you receive the code you should use the completePhoneLogin function.',
|
||
'login_code_uncalled' => 'I\'m not waiting for the code! Please call the phoneLogin method first',
|
||
'login_need_signup' => 'An account has not been created for this number, you will have to call the completeSignup function...',
|
||
'login_ok' => 'Logged in successfully!',
|
||
'login_user' => 'Logging in as a normal user...',
|
||
'logout_ok' => 'Logged out successfully!',
|
||
'long_not_16' => 'Given value is not 16 bytes long',
|
||
'long_not_32' => 'Given value is not 32 bytes long',
|
||
'long_not_64' => 'Given value is not 64 bytes long',
|
||
'madelineproto_ready' => 'MadelineProto is ready!',
|
||
'manualAdminActionRequired' => '!!!!!!!!! MANUAL SYSTEM ADMIN ACTION REQUIRED !!!!!!!!!',
|
||
'method_not_found' => 'Could not find method: ',
|
||
'mmapErrorPart1' => 'The maximum number of memory mapped (mmap) regions was reached (%s): please increase the vm.max_map_count kernel config to 262144 to fix.',
|
||
'mmapErrorPart2' => 'To fix, run the following command as root: %s',
|
||
'mmapErrorPart3' => 'To persist the change across reboots: %s',
|
||
'mmapErrorPart4' => 'On Windows and WSL, increasing the size of the pagefile might help; please switch to native Linux if the issue persists.',
|
||
'must_have_declare_types' => 'for performance reasons, the first statement of an event handler file must be declare(strict_types=1);',
|
||
'nearest_dc' => 'We\'re in %s, nearest DC is %d.',
|
||
'noReportPeers' => 'Warning: no report peers are set, please add the following method to your event handler',
|
||
'non_text_conversion' => 'Can\'t convert non text messages yet!',
|
||
'not_loggedIn' => 'I\'m not logged in!',
|
||
'not_numeric' => 'Given value isn\'t numeric',
|
||
'params_missing' => 'Missing required parameter',
|
||
'peer_not_in_db' => 'This peer is not present in the internal peer database',
|
||
'plugins_do_not_use_require' => 'for performance reasons, plugins can only automatically include or require other files present in the plugins folder by triggering the PSR-4 autoloader (not by manually require()\'ing them).',
|
||
'plugins_must_have_exactly_one_class' => 'a plugin must define exactly one class! To define multiple classes, interfaces or traits, create separate files, they will be autoloaded by MadelineProto automatically.',
|
||
'predicate_not_set' => 'Predicate (value under _) was not set!',
|
||
'recommend_not_use_filesystem_function' => 'usage of %s the function is not recommended, because accesses the filesystem and will slow down your bot if used during update handling, please see https://docs.madelineproto.xyz/docs/UPDATES.html#avoiding-the-use-of-filesystem-functions for a list of alternative ways to store data that will not slow down your bot!',
|
||
'rpc_tg_error' => 'Telegram returned an RPC error: %s (%s), caused by %s:%s%sTL trace:',
|
||
'sec_peer_not_in_db' => 'This secret peer is not present in the internal peer database',
|
||
'secret_chat_skipping' => 'I do not have the secret chat %s in the database, skipping message...',
|
||
'serialization_ofd' => 'Serialization is out of date, reconstructing object!',
|
||
'session_corrupted' => 'The session is corrupted!',
|
||
'signing_up' => 'Signing up as a normal user...',
|
||
'signupFirstName' => 'Enter your first name: ',
|
||
'signupFirstNameWeb' => 'First name',
|
||
'signupLastName' => 'Enter your last name (can be empty): ',
|
||
'signupLastNameWeb' => 'Last name',
|
||
'signupWeb' => 'Sign up please',
|
||
'signup_ok' => 'Signed up in successfully!',
|
||
'signup_uncalled' => 'I\'m not waiting to signup! Please call the phoneLogin and the completePhoneLogin methods first!',
|
||
'src_file_invalid' => 'Invalid source file was provided: ',
|
||
'static_analysis_minor' => 'A minor issue was encountered during static analysis of %s: %s',
|
||
'static_analysis_severe' => 'A severe issue was encountered during static analysis of %s: %s',
|
||
'stream_handle_invalid' => 'An invalid stream handle was provided.',
|
||
'type_extract_error' => 'Could not extract type "%s", you should update MadelineProto!',
|
||
'type_extract_error_id' => 'Could not extract type: %s with id %s, you should update MadelineProto!',
|
||
'value_bigger_than_2147483647' => 'Provided value %s is bigger than 2147483647',
|
||
'value_bigger_than_4294967296' => 'Provided value %s is bigger than 4294967296',
|
||
'value_bigger_than_9223372036854775807' => 'Provided value %s is bigger than 9223372036854775807',
|
||
'value_smaller_than_0' => 'Provided value %s is smaller than 0',
|
||
'value_smaller_than_2147483648' => 'Provided value %s is smaller than -2147483648',
|
||
'value_smaller_than_9223372036854775808' => 'Provided value %s is smaller than -9223372036854775808',
|
||
],
|
||
'fa' =>
|
||
[
|
||
'2fa_uncalled' => 'من منتظر کلمه عبور نیستم! لطفا اول توابع phoneLogin و completePhoneLogin را صدا بزنید!',
|
||
'accepting_call' => 'در حال پذیرش تماس از طرف %s...',
|
||
'already_loggedIn' => 'نمونهی MadelineProto از قبل وارد شده!',
|
||
'apiAppInstructionsAuto0' => 'نام برنامه خود را وارد کنید، میتواند هرچیزی باشد ',
|
||
'apiAppInstructionsAuto1' => 'نام مخفف برنامهتان را وارد کنید، 5 تا 32 کاراکتر الفبا اعداد: ',
|
||
'apiAppInstructionsAuto2' => 'لینک برنامه/وبسایت را وارد کنید، یا t.me/yourusername: ',
|
||
'apiAppInstructionsAuto3' => 'سکوی (پلتفرم) برنامه را وارد کنید: ',
|
||
'apiAppInstructionsAuto4' => 'برنامهتان را توصیف کنید: ',
|
||
'apiAppInstructionsAutoTypeOther' => 'مابقی (در توضیحات مشخص کنید)',
|
||
'apiAppInstructionsManual0' => 'اسم اپلیکیشن شما، میتواند هرچیزی باشد',
|
||
'apiAppInstructionsManual1' => 'اسم کوتاه اپلیکیشن شما، 5 تا 32 کاراکتر، حروف و اعداد انگلیسی',
|
||
'apiAppInstructionsManual2' => 'لینک اپلیکیشن/وبسایت شما، یا t.me/yourusername',
|
||
'apiAppInstructionsManual3' => 'هرچیزی',
|
||
'apiAppInstructionsManual4' => 'اپلیکیشن خود را اینجا توصیف کنید',
|
||
'apiAppWeb' => 'اطلاعات API را وارد کنید',
|
||
'apiAutoPrompt0' => 'شمارهای را وارد کنید که از قبل در تلگرام ثبتنام کرده باشد: ',
|
||
'apiAutoPrompt1' => 'کد تاییدی را که در تلگرام دریافت کردید، وارد کنید ',
|
||
'apiAutoWeb' => 'برای دریافت API ID شمارهای را وارد کنید که از قبل در تلگرام <b>ثبتنام</b> کرده باشد',
|
||
'apiChooseManualAutoTip' => 'در نظر داشته باشید که میتوانید API ID و API Hash را به طور مستقیم داخل کدتان با استفاده از تنظیمات وارد کنید. %s',
|
||
'apiChooseManualAutoTipWeb' => 'در نظر باشید که میتوانید API ID و API Hash را به صورت مستقیم داخل کدتان با استفاده از <a target="_blank" href="%s">تنظیمات</a> وارد کنید.',
|
||
'apiChoosePrompt' => 'انتخاب شما (m/a): ',
|
||
'apiError' => 'ارور: %s. دوباره امتحان کنید.',
|
||
'apiManualInstructions0' => 'وارد حساب خود در https://my.telegram.org شوید',
|
||
'apiManualInstructions1' => 'به ابزارهای توسعه API بروید',
|
||
'apiManualInstructions2' => 'روی create application کلیک کنید',
|
||
'apiManualPrompt0' => 'API ID خود را وارد کنید: ',
|
||
'apiManualPrompt1' => 'API Hash خود را وارد کنید: ',
|
||
'apiManualWeb' => 'API ID و API HASH خود را وارد کنید',
|
||
'apiParamsError' => 'شما تمام ورودیهای موردنیاز را وارد نکردید!',
|
||
'api_not_set' => 'شما باید یک api key و یک api id وارد کنید، @ خوتان را از my.telegram.org بگیرید',
|
||
'array_invalid' => 'شما یک آرایه معتبر وارد نکردید',
|
||
'bool_error' => 'نمیتوان boolean را استخراج کرد',
|
||
'botAlreadyRunning' => 'ربات هم اکنون در حال اجرا است!',
|
||
'botapi_conversion_error' => 'نمیتوان %s را به شی ربات API تبدیل کرد',
|
||
'call_already_accepted' => 'تماس %s از قبل پذیرفته شده',
|
||
'call_already_declined' => 'تماس %s از قبل رد شده',
|
||
'call_completing' => 'در حال کامل کردن تماس از طرف %s...',
|
||
'call_confirming' => 'در حال تایید تماس از طرف %s...',
|
||
'call_discarding' => 'درحال صرف نظر کردن از تماس %s...',
|
||
'call_error_1' => 'نمیتوان تماس %s را پیدا کرد و پذیرفت',
|
||
'call_error_2' => 'نمیتوان تماس %s را پیدا و تایید کرد',
|
||
'call_error_3' => 'نمیتوان تماس %s را یافت و کامل کرد',
|
||
'constructor_not_found' => 'سازنده برای این نوع پیدا نشد: ',
|
||
'deserialization_error' => 'مشکلی در سریالزدایی پیش آمد',
|
||
'do_not_delete_MadelineProto.log' => 'the MadelineProto.log file must never be deleted, please set a custom max size in the settings, instead!',
|
||
'do_not_remove_MadelineProto.log_phar' => 'Please do not remove madeline.phar or madeline.php, or else MadelineProto will crash. If you have any problem with MadelineProto, report it to https://github.com/danog/MadelineProto or https://t.me/pwrtelegramgroup',
|
||
'do_not_use_blocking_class' => 'for performance reasons, handlers may not use the non-async blocking class %s, please use %s, instead',
|
||
'do_not_use_blocking_function' => 'for performance reasons, event handlers may not use the non-async blocking function %s, please use %s, instead',
|
||
'do_not_use_deprecated_function' => 'the %s function is deprecated, please use %s, instead',
|
||
'do_not_use_non_root_require_in_event_handler' => 'for performance reasons, you must not use require or include inside of an event handler class, only root-level requires are allowed.',
|
||
'done' => 'انجام شد!',
|
||
'encode_double_error' => 'نمیتوان به درستی double را رمزنگاری (انکد) کرد',
|
||
'extensionRecommended' => 'هشدار: افزونه %s نصب نشده است. لطفا برای افزایش سرعت مدلینپروتو آن را نصب کنید!',
|
||
'extensionRequired' => 'مدلین برای اجرا نیاز به افزونه %s دارد. %s',
|
||
'extensionRequiredInstallWithApt' => 'اجرای کامند sudo apt-get install %s را امتحان کنید.',
|
||
'extensionRequiredInstallWithCustomInstructions' => 'برای نصب آن، دستورالعمل ها را در %s دنبال کنید.',
|
||
'file_not_exist' => 'فایل وجود ندارد',
|
||
'file_parsing' => 'درحال تجزیه %s...',
|
||
'file_type_invalid' => 'نوع فایل نامعتبر شناسایی شد (%s)',
|
||
'fingerprint_invalid' => 'اثرانگشت کلید نامعتبر است!',
|
||
'go' => 'برو',
|
||
'length_too_big' => 'طول بسیار بزرگ است',
|
||
'loginBot' => 'توکن رباتتان را وارد کنید: ',
|
||
'loginBotTokenWeb' => 'توکن ربات',
|
||
'loginChoosePromptWeb' => 'میخواهید به عنوان یک کاربر یا به عنوان یک ربات، وارد شوید؟',
|
||
'loginManual' => 'همچنین از سوی دیگر، میتوانید توکن ربات یا شماره تلفن خود را برای ورود خودکار وارد کنید: ',
|
||
'loginNoCode' => 'شما کد شماره را وارد نکردید!',
|
||
'loginNoName' => 'شما نام را وارد نکردید!',
|
||
'loginNoPass' => 'شما کلمه عبور را وارد نکردید!',
|
||
'loginOptionBot' => 'ربات',
|
||
'loginOptionUser' => 'کاربر',
|
||
'loginQr' => 'برای ورود خودکار QR Code بالا را اسکن کنید.',
|
||
'loginQrCodeExpired' => 'QR Code منقضی شد، در حال ساخت QR code جدید...',
|
||
'loginQrCodeSuccessful' => 'ورود با QR code با موفقیت انجام شد!',
|
||
'loginUser' => 'شماره تلفنتان را وارد کنید: ',
|
||
'loginUserCode' => 'کد را وارد کنید: ',
|
||
'loginUserPass' => 'رمز خود را وارد کنید (اشاره %s): ',
|
||
'loginUserPassHint' => 'اشاره: %s',
|
||
'loginUserPassWeb' => 'رمز خود را وارد کنید: ',
|
||
'loginUserPhoneCodeWeb' => 'کد',
|
||
'loginUserPhoneWeb' => 'شماره تلفن',
|
||
'loginWebQr' => 'همچنین میتوانید به صورت خودکار با اسکن QR Code پایین وارد شوید:',
|
||
'loginWebQr1' => 'تلگرام را در موبایل خود باز کنید',
|
||
'loginWebQr2' => 'بروید به تنظیمات > دستگاهها > اتصال دستگاه دسکتاپ',
|
||
'loginWebQr3' => 'گوشی خود را به سمت این صفحه بگیرید تا ورود را تایید کنید',
|
||
'login_2fa_enabled' => 'احراز هویت دوعاملی فعال است، شما باید تابع complete2falogin را صدا بزنید...',
|
||
'login_auth_key' => 'درحال ورود با استفاده از کلید هویتی...',
|
||
'login_bot' => 'در حال ورود به عنوان یک ربات...',
|
||
'login_code_sending' => 'در حال ارسال کد...',
|
||
'login_code_sent' => 'کد با موفقیت ارسال شد! زمانی که کد را دریافت کردید باید از تابع completePhoneLogin استفاده کنید.',
|
||
'login_code_uncalled' => 'من منتظر کد نیستم! لطفا اول تابع phoneLogin را صدا بزنید',
|
||
'login_need_signup' => 'حسابی برای این شماره ساخته نشدهاست، شما باید تابع completeSignup را صدا بزنید...',
|
||
'login_ok' => 'با موفقیت وارد شد!',
|
||
'login_user' => 'در حال ورود به عنوان یک کاربر عادی...',
|
||
'logout_ok' => 'با موفقیت خارج شد!',
|
||
'long_not_16' => 'مقدار ورودی به طول 16 بایت نیست',
|
||
'long_not_32' => 'مقدار ورودی به طول 32 بایت نیست',
|
||
'long_not_64' => 'مقدار ورودی به طول 64 بایت نیست',
|
||
'madelineproto_ready' => 'MadelineProto آماده است!',
|
||
'manualAdminActionRequired' => '!!!!!!!!! فعالیت دستی ادمین سیستم نیاز است !!!!!!!!!',
|
||
'method_not_found' => 'تابع پیدا نشد: ',
|
||
'mmapErrorPart1' => 'The maximum number of memory mapped (mmap) regions was reached (%s): please increase the vm.max_map_count kernel config to 262144 to fix.',
|
||
'mmapErrorPart2' => 'برای حل کردن مشکل، کامند مقابل را با دسترسی root اجرا کنید: %s',
|
||
'mmapErrorPart3' => 'To persist the change across reboots: %s',
|
||
'mmapErrorPart4' => 'روی ویندوز و WSL، افزایش سایز pagefile ممکن است کمک کند؛ اگر مشکل پافشاری کرد لطفا سیستمعامل خود را به لینوکس تغییر دهید.',
|
||
'must_have_declare_types' => 'for performance reasons, the first statement of an event handler file must be declare(strict_types=1);',
|
||
'nearest_dc' => 'ما در %s هستیم، نزدیک ترین دیتاسنتر %d است.',
|
||
'noReportPeers' => 'هشدار: هیچ peerـی به عنوان peer گزارشات تنظیم نشده، لطفا متود زیر را به ایونت هندلر اضافه کنید',
|
||
'non_text_conversion' => 'فعلا نمیتوان پیامهای غیرمتنی را تبدیل کرد!',
|
||
'not_loggedIn' => 'من وارد نشدم!',
|
||
'not_numeric' => 'مقدار ورودی عددی نیست',
|
||
'params_missing' => 'ورودی موردنیاز یافت نشد',
|
||
'peer_not_in_db' => 'این peer در پایگاه داده (دیتابیس) peer وجود ندارد',
|
||
'plugins_do_not_use_require' => 'for performance reasons, plugins can only automatically include or require other files present in the plugins folder by triggering the PSR-4 autoloader (not by manually require()\'ing them).',
|
||
'plugins_must_have_exactly_one_class' => 'a plugin must define exactly one class! To define multiple classes, interfaces or traits, create separate files, they will be autoloaded by MadelineProto automatically.',
|
||
'predicate_not_set' => 'مستند (مقدار تحت _) تنظیم نشده!',
|
||
'recommend_not_use_filesystem_function' => 'usage of %s the function is not recommended, because accesses the filesystem and will slow down your bot if used during update handling, please see https://docs.madelineproto.xyz/docs/UPDATES.html#avoiding-the-use-of-filesystem-functions for a list of alternative ways to store data that will not slow down your bot!',
|
||
'rpc_tg_error' => 'تلگرام یک خطای RPC برگرداند: %s (%s), ناشی از %s:%s%sTL رد:',
|
||
'sec_peer_not_in_db' => 'این peer مخفی در پایگاه داده (دیتابیس) داخلی peer وجود ندارد',
|
||
'secret_chat_skipping' => 'من چت مخفی (سکرت) %s را در پایگاه داده (دیتابیس) ندارم، درحال رد شدن از پیام...',
|
||
'serialization_ofd' => 'مرتب سازی (سریالایز) منقضی شده، درحال بازسازی شی!',
|
||
'session_corrupted' => 'سشن شما خراب است!',
|
||
'signing_up' => 'در حال ثبتنام به عنوان یک کاربر عادی...',
|
||
'signupFirstName' => 'نام خود را وارد کنید: ',
|
||
'signupFirstNameWeb' => 'نام',
|
||
'signupLastName' => 'نام خانوادگی خود را وارد کنید (میتواند خالی باشد): ',
|
||
'signupLastNameWeb' => 'نام خانوادگی',
|
||
'signupWeb' => 'لطفا ثبتنام کنید',
|
||
'signup_ok' => 'با موفقیت ثبتنام شد!',
|
||
'signup_uncalled' => 'من منتظر ساخت حساب نیستم! لطفا اول توابع phoneLogin و completePhoneLogin را صدا بزنید!',
|
||
'src_file_invalid' => 'منبع فایل نامعتبری لحاظ گردیده: ',
|
||
'static_analysis_minor' => 'A minor issue was encountered during static analysis of %s: %s',
|
||
'static_analysis_severe' => 'A severe issue was encountered during static analysis of %s: %s',
|
||
'stream_handle_invalid' => 'یک کنترلکننده جریان (استریم هندل) نامعتبر لحاظ گردیده.',
|
||
'type_extract_error' => 'نمیتوان نوع (تایپ) "%s" را استخراج کرد، شما باید MadelineProto را به روز رسانی کنید!',
|
||
'type_extract_error_id' => 'نمیتوان نوع: %s را با ایدی %s استخراج کرد، شما باید MadelineProto را به روز رسانی کنید!',
|
||
'value_bigger_than_2147483647' => 'مقدار داده شدهی %s بیشتر از 2147483647 است',
|
||
'value_bigger_than_4294967296' => 'مقدار داده شدهی %s بیشتر از 4294967296 است',
|
||
'value_bigger_than_9223372036854775807' => 'مقدار داده شدهی %s بیشتر از 9223372036854775807 است',
|
||
'value_smaller_than_0' => 'مقدار داده شدهی %s کمتر از 0 است',
|
||
'value_smaller_than_2147483648' => 'مقدار داده شدهی %s کمتر از -2147483648 است',
|
||
'value_smaller_than_9223372036854775808' => 'مقدار داده شدهی %s کمتر از -9223372036854775808 است',
|
||
],
|
||
'fr' =>
|
||
[
|
||
'2fa_uncalled' => 'I\'m not waiting for the password! Please call the phoneLogin and the completePhoneLogin methods first!',
|
||
'accepting_call' => 'Acceptation de l\'appel de %s...',
|
||
'already_loggedIn' => 'Cette instance de MadelineProto est déjà connectée!',
|
||
'apiAppInstructionsAuto0' => 'Enter the app\'s name, can be anything: ',
|
||
'apiAppInstructionsAuto1' => 'Enter the app\'s short name, alphanumeric, 5-32 characters: ',
|
||
'apiAppInstructionsAuto2' => 'Enter the app/website\'s URL, or t.me/yourusername: ',
|
||
'apiAppInstructionsAuto3' => 'Enter the app platform: ',
|
||
'apiAppInstructionsAuto4' => 'Describe your app: ',
|
||
'apiAppInstructionsAutoTypeOther' => 'Other (specify in description)',
|
||
'apiAppInstructionsManual0' => 'your app\'s name, can be anything',
|
||
'apiAppInstructionsManual1' => 'your app\'s short name, alphanumeric, 5-32 characters',
|
||
'apiAppInstructionsManual2' => 'your app/website\'s URL, or t.me/yourusername',
|
||
'apiAppInstructionsManual3' => 'anything',
|
||
'apiAppInstructionsManual4' => 'Describe your app here',
|
||
'apiAppWeb' => 'Enter API information',
|
||
'apiAutoPrompt0' => 'Enter a phone number that is already registered on Telegram: ',
|
||
'apiAutoPrompt1' => 'Entrez le code de vérification que vous avez reçu dans Telegram: ',
|
||
'apiAutoWeb' => 'Enter a phone number that is <b>already registered</b> on telegram to get the API ID',
|
||
'apiChooseManualAutoTip' => 'Note that you can also provide the API ID/hash directly in the code using the settings: %s',
|
||
'apiChooseManualAutoTipWeb' => 'Note that you can also provide the API ID/hash directly in the code using the <a target="_blank" href="%s">settings</a>.',
|
||
'apiChoosePrompt' => 'Your choice (m/a): ',
|
||
'apiError' => 'ERREUR: %s. Essayez de nouveau.',
|
||
'apiManualInstructions0' => 'Connectez-vous à https://my.telegram.org',
|
||
'apiManualInstructions1' => 'Go to API development tools',
|
||
'apiManualInstructions2' => 'Click on create application',
|
||
'apiManualPrompt0' => 'Enter your API ID: ',
|
||
'apiManualPrompt1' => 'Enter your API hash: ',
|
||
'apiManualWeb' => 'Enter your API ID and API hash',
|
||
'apiParamsError' => 'Vous n\'avez pas fourni tous les paramètres requis!',
|
||
'api_not_set' => 'You must provide an api key and an api id, get your own @ my.telegram.org',
|
||
'array_invalid' => 'Vous n\'avez pas fourni de tableau valide',
|
||
'bool_error' => 'Could not extract boolean',
|
||
'botAlreadyRunning' => 'The bot is already running!',
|
||
'botapi_conversion_error' => 'Can\'t convert %s to a bot API object',
|
||
'call_already_accepted' => 'Call %s already accepted',
|
||
'call_already_declined' => 'Call %s already declined',
|
||
'call_completing' => 'Fin de l\'appel de %s...',
|
||
'call_confirming' => 'Confirmation de l\'appel de %s...',
|
||
'call_discarding' => 'Abandon de l\'appel %s...',
|
||
'call_error_1' => 'Impossible de trouver et d\'accepter l\'appel %s',
|
||
'call_error_2' => 'Impossible de trouver et de confirmer l\'appel %s',
|
||
'call_error_3' => 'Impossible de trouver et de terminer l\'appel %s',
|
||
'constructor_not_found' => 'Constructor not found for type: ',
|
||
'deserialization_error' => 'Une erreur s\'est produite lors de la désérialisation',
|
||
'do_not_delete_MadelineProto.log' => 'the MadelineProto.log file must never be deleted, please set a custom max size in the settings, instead!',
|
||
'do_not_remove_MadelineProto.log_phar' => 'Please do not remove madeline.phar or madeline.php, or else MadelineProto will crash. If you have any problem with MadelineProto, report it to https://github.com/danog/MadelineProto or https://t.me/pwrtelegramgroup',
|
||
'do_not_use_blocking_class' => 'for performance reasons, handlers may not use the non-async blocking class %s, please use %s, instead',
|
||
'do_not_use_blocking_function' => 'for performance reasons, event handlers may not use the non-async blocking function %s, please use %s, instead',
|
||
'do_not_use_deprecated_function' => 'the %s function is deprecated, please use %s, instead',
|
||
'do_not_use_non_root_require_in_event_handler' => 'for performance reasons, you must not use require or include inside of an event handler class, only root-level requires are allowed.',
|
||
'done' => 'Done!',
|
||
'encode_double_error' => 'Could not properly encode double',
|
||
'extensionRecommended' => 'Warning: the %s extension is not installed, please install it to speed up MadelineProto!',
|
||
'extensionRequired' => 'MadelineProto requires the %s extension to run. %s',
|
||
'extensionRequiredInstallWithApt' => 'Try running sudo apt-get install %s.',
|
||
'extensionRequiredInstallWithCustomInstructions' => 'Follow the instructions at %s to install it.',
|
||
'file_not_exist' => 'Le fichier n\'existe pas',
|
||
'file_parsing' => 'Analyse de %s...',
|
||
'file_type_invalid' => 'Invalid file type detected (%s)',
|
||
'fingerprint_invalid' => 'Invalid key fingerprint!',
|
||
'go' => 'Go',
|
||
'length_too_big' => 'Length is too big',
|
||
'loginBot' => 'Enter your bot token: ',
|
||
'loginBotTokenWeb' => 'Bot token',
|
||
'loginChoosePromptWeb' => 'Do you want to login as a user or as a bot?',
|
||
'loginManual' => 'Alternatively, you can also enter a bot token or phone number to login manually: ',
|
||
'loginNoCode' => 'You didn\'t provide a phone code!',
|
||
'loginNoName' => 'Vous n\'avez pas fourni le prénom!',
|
||
'loginNoPass' => 'Vous n\'avez pas fourni le mot de passe!',
|
||
'loginOptionBot' => 'Bot',
|
||
'loginOptionUser' => 'Utilisateur',
|
||
'loginQr' => 'Scannez le code QR ci-dessus pour vous connecter automatiquement.',
|
||
'loginQrCodeExpired' => 'The QR code expired, generating a new one...',
|
||
'loginQrCodeSuccessful' => 'Connexion par code QR réussie!',
|
||
'loginUser' => 'Entrez votre numéro de téléphone: ',
|
||
'loginUserCode' => 'Entrez le code: ',
|
||
'loginUserPass' => 'Entrez votre mot de passe (Indice %s): ',
|
||
'loginUserPassHint' => 'Indice: %s',
|
||
'loginUserPassWeb' => 'Entrez votre mot de passe: ',
|
||
'loginUserPhoneCodeWeb' => 'Code',
|
||
'loginUserPhoneWeb' => 'Numéro de téléphone',
|
||
'loginWebQr' => 'Vous pouvez également vous connecter automatiquement en scannant le code QR suivant:',
|
||
'loginWebQr1' => 'Ouvrez Telegram sur votre téléphone',
|
||
'loginWebQr2' => 'Go to Settings > Devices > Link Desktop Device',
|
||
'loginWebQr3' => 'Pointez votre téléphone vers cet écran pour confirmer la connexion',
|
||
'login_2fa_enabled' => '2FA activé, vous devrez appeler la fonction complete2falogin...',
|
||
'login_auth_key' => 'Logging in using auth key...',
|
||
'login_bot' => 'Logging in as a bot...',
|
||
'login_code_sending' => 'Envoi du code...',
|
||
'login_code_sent' => 'Code envoyé avec succès! Une fois que vous avez reçu le code, vous devez utiliser la fonction completePhoneLogin.',
|
||
'login_code_uncalled' => 'I\'m not waiting for the code! Please call the phoneLogin method first',
|
||
'login_need_signup' => 'An account has not been created for this number, you will have to call the completeSignup function...',
|
||
'login_ok' => 'Connecté avec succès!',
|
||
'login_user' => 'Connexion en tant qu\'utilisateur normal...',
|
||
'logout_ok' => 'Déconnecté avec succès!',
|
||
'long_not_16' => 'La valeur donnée ne fait pas 16 octets',
|
||
'long_not_32' => 'La valeur donnée ne fait pas 32 octets',
|
||
'long_not_64' => 'La valeur donnée ne fait pas 64 octets',
|
||
'madelineproto_ready' => 'MadelineProto est prêt!',
|
||
'manualAdminActionRequired' => '!!!!!!!!! MANUAL SYSTEM ADMIN ACTION REQUIRED !!!!!!!!!',
|
||
'method_not_found' => 'Could not find method: ',
|
||
'mmapErrorPart1' => 'The maximum number of memory mapped (mmap) regions was reached (%s): please increase the vm.max_map_count kernel config to 262144 to fix.',
|
||
'mmapErrorPart2' => 'To fix, run the following command as root: %s',
|
||
'mmapErrorPart3' => 'To persist the change across reboots: %s',
|
||
'mmapErrorPart4' => 'On Windows and WSL, increasing the size of the pagefile might help; please switch to native Linux if the issue persists.',
|
||
'must_have_declare_types' => 'for performance reasons, the first statement of an event handler file must be declare(strict_types=1);',
|
||
'nearest_dc' => 'We\'re in %s, nearest DC is %d.',
|
||
'noReportPeers' => 'Warning: no report peers are set, please add the following method to your event handler',
|
||
'non_text_conversion' => 'Impossible de convertir des messages non textuels pour le moment!',
|
||
'not_loggedIn' => 'I\'m not logged in!',
|
||
'not_numeric' => 'La valeur donnée n\'est pas numérique',
|
||
'params_missing' => 'Paramètre requis manquant',
|
||
'peer_not_in_db' => 'This peer is not present in the internal peer database',
|
||
'plugins_do_not_use_require' => 'for performance reasons, plugins can only automatically include or require other files present in the plugins folder by triggering the PSR-4 autoloader (not by manually require()\'ing them).',
|
||
'plugins_must_have_exactly_one_class' => 'a plugin must define exactly one class! To define multiple classes, interfaces or traits, create separate files, they will be autoloaded by MadelineProto automatically.',
|
||
'predicate_not_set' => 'Predicate (value under _) was not set!',
|
||
'recommend_not_use_filesystem_function' => 'usage of %s the function is not recommended, because accesses the filesystem and will slow down your bot if used during update handling, please see https://docs.madelineproto.xyz/docs/UPDATES.html#avoiding-the-use-of-filesystem-functions for a list of alternative ways to store data that will not slow down your bot!',
|
||
'rpc_tg_error' => 'Telegram returned an RPC error: %s (%s), caused by %s:%s%sTL trace:',
|
||
'sec_peer_not_in_db' => 'This secret peer is not present in the internal peer database',
|
||
'secret_chat_skipping' => 'I do not have the secret chat %s in the database, skipping message...',
|
||
'serialization_ofd' => 'La sérialisation est obsolète, reconstruction de l\'objet!',
|
||
'session_corrupted' => 'La session est corrompue!',
|
||
'signing_up' => 'Inscription en tant qu\'utilisateur normal...',
|
||
'signupFirstName' => 'Entrez votre prénom: ',
|
||
'signupFirstNameWeb' => 'Prénom',
|
||
'signupLastName' => 'Entrez votre nom de famille (peut être vide): ',
|
||
'signupLastNameWeb' => 'Nom de famille',
|
||
'signupWeb' => 'Inscrivez-vous s\'il vous plaît',
|
||
'signup_ok' => 'Inscription réussie!',
|
||
'signup_uncalled' => 'I\'m not waiting to signup! Please call the phoneLogin and the completePhoneLogin methods first!',
|
||
'src_file_invalid' => 'Invalid source file was provided: ',
|
||
'static_analysis_minor' => 'A minor issue was encountered during static analysis of %s: %s',
|
||
'static_analysis_severe' => 'A severe issue was encountered during static analysis of %s: %s',
|
||
'stream_handle_invalid' => 'An invalid stream handle was provided.',
|
||
'type_extract_error' => 'Could not extract type "%s", you should update MadelineProto!',
|
||
'type_extract_error_id' => 'Could not extract type: %s with id %s, you should update MadelineProto!',
|
||
'value_bigger_than_2147483647' => 'La valeur fournie %s est supérieure à 2147483647',
|
||
'value_bigger_than_4294967296' => 'La valeur fournie %s est supérieure à 4294967296',
|
||
'value_bigger_than_9223372036854775807' => 'La valeur fournie %s est supérieure à 9223372036854775807',
|
||
'value_smaller_than_0' => 'La valeur fournie %s est inférieure à 0',
|
||
'value_smaller_than_2147483648' => 'La valeur fournie %s est inférieure à -2147483648',
|
||
'value_smaller_than_9223372036854775808' => 'La valeur fournie %s est inférieure à -9223372036854775808',
|
||
],
|
||
'he' =>
|
||
[
|
||
'2fa_uncalled' => 'אני לא מחכה לסיסמא! עליך להשתמש בפונקציות phoneLogin ו- completePhoneLogin קודם!',
|
||
'accepting_call' => 'מקבל שיחה מ %s...',
|
||
'already_loggedIn' => 'מופע זה של MadelineProto כבר מחובר!',
|
||
'apiAppInstructionsAuto0' => 'הזן את שם האפליקציה שלך, יכול להיות כל שם: ',
|
||
'apiAppInstructionsAuto1' => 'הזן שם קצר לאפליקציה שלך, אותיות באנגלית בלבד, 5-32 תווים: ',
|
||
'apiAppInstructionsAuto2' => 'הזן את הקישור לאפליקציה/לאתר שלך או t.me/yourusername: ',
|
||
'apiAppInstructionsAuto3' => 'הזן את פלטופרמת האפליקציה: ',
|
||
'apiAppInstructionsAuto4' => 'תאר את האפליקציה שלך: ',
|
||
'apiAppInstructionsAutoTypeOther' => 'אחר (פרט בתיאור)',
|
||
'apiAppInstructionsManual0' => 'שם האפליקציה שלך, יכול להיות כל שם',
|
||
'apiAppInstructionsManual1' => 'שם קצר לאפליקציה שלך, אותיות באנגלית בלבד, 5-32 תווים',
|
||
'apiAppInstructionsManual2' => 'קישור לאפליקציה/לאתר שלך או t.me/yourusername',
|
||
'apiAppInstructionsManual3' => 'הכל',
|
||
'apiAppInstructionsManual4' => 'תאר את האפליקציה שלך פה',
|
||
'apiAppWeb' => 'הזן את פרטי ה API',
|
||
'apiAutoPrompt0' => 'הזן את מספר הטלפון שכבר רשום בטלגרם: ',
|
||
'apiAutoPrompt1' => 'הזן את קוד האימות שקיבלת באפליקצית טגלרם: ',
|
||
'apiAutoWeb' => 'הזן את מספר הטלפון <b>שכבר רשום</b> בטלגרם כדי לקבל את ה API ID',
|
||
'apiChooseManualAutoTip' => 'שים לב שאתה יכול גם לספק את מזהה ה-API/hash ישירות בקוד באמצעות ההגדרות: %s',
|
||
'apiChooseManualAutoTipWeb' => 'שים לב שאתה יכול גם לספק את מזהה ה-API/hash ישירות בקוד באמצעות ה- <a target="_blank" href="%s">הגדרות</a>.',
|
||
'apiChoosePrompt' => 'בחירתך (m/a): ',
|
||
'apiError' => 'שגיאה: %s. נסה שנית.',
|
||
'apiManualInstructions0' => 'התחבר ל https://my.telegram.org',
|
||
'apiManualInstructions1' => 'לך ל API development tools',
|
||
'apiManualInstructions2' => 'לחץ על create application',
|
||
'apiManualPrompt0' => 'הזן את ה API ID שלך: ',
|
||
'apiManualPrompt1' => 'הזן את ה API Hash שלך: ',
|
||
'apiManualWeb' => 'הזן את API ID ו API hash',
|
||
'apiParamsError' => 'לא סיפקת את כל הפרמטרים הנדרשים!',
|
||
'api_not_set' => 'עליך להזין api key ו- api id משלך, קבל אחד בקישור @ my.telegram.org',
|
||
'array_invalid' => 'לא סיפקת מערך חוקי',
|
||
'bool_error' => 'לא ניתן היה לחלץ בוליאני',
|
||
'botAlreadyRunning' => 'The bot is already running!',
|
||
'botapi_conversion_error' => 'לא ניתן להמיר את %s לאובייקט bot API',
|
||
'call_already_accepted' => 'שיחה %s כבר התקבלה',
|
||
'call_already_declined' => 'שיחה %s כבר נדחתה',
|
||
'call_completing' => 'משלים שיחה מ %s...',
|
||
'call_confirming' => 'אישור שיחה מ %s...',
|
||
'call_discarding' => 'ביטול שיחה %s...',
|
||
'call_error_1' => 'לא ניתן היה למצוא ולקבל את השיחה %s',
|
||
'call_error_2' => 'לא ניתן היה למצוא ולאשר את השיחה %s',
|
||
'call_error_3' => 'לא ניתן היה למצוא ולהשלים את השיחה %s',
|
||
'constructor_not_found' => 'הבנאי לא נמצא לסוג: ',
|
||
'deserialization_error' => 'אירעה שגיאה בעת דה-סידריאליזציה',
|
||
'do_not_delete_MadelineProto.log' => 'the MadelineProto.log file must never be deleted, please set a custom max size in the settings, instead!',
|
||
'do_not_remove_MadelineProto.log_phar' => 'Please do not remove madeline.phar or madeline.php, or else MadelineProto will crash. If you have any problem with MadelineProto, report it to https://github.com/danog/MadelineProto or https://t.me/pwrtelegramgroup',
|
||
'do_not_use_blocking_class' => 'for performance reasons, handlers may not use the non-async blocking class %s, please use %s, instead',
|
||
'do_not_use_blocking_function' => 'for performance reasons, event handlers may not use the non-async blocking function %s, please use %s, instead',
|
||
'do_not_use_deprecated_function' => 'the %s function is deprecated, please use %s, instead',
|
||
'do_not_use_non_root_require_in_event_handler' => 'for performance reasons, you must not use require or include inside of an event handler class, only root-level requires are allowed.',
|
||
'done' => 'בוצע!',
|
||
'encode_double_error' => 'לא ניתן היה לקודד כפול כראוי',
|
||
'extensionRecommended' => 'Warning: the %s extension is not installed, please install it to speed up MadelineProto!',
|
||
'extensionRequired' => 'MadelineProto requires the %s extension to run. %s',
|
||
'extensionRequiredInstallWithApt' => 'Try running sudo apt-get install %s.',
|
||
'extensionRequiredInstallWithCustomInstructions' => 'Follow the instructions at %s to install it.',
|
||
'file_not_exist' => 'קובץ לא קיים',
|
||
'file_parsing' => 'ממיר %s...',
|
||
'file_type_invalid' => 'זוהה סוג קובץ לא חוקי (%s)',
|
||
'fingerprint_invalid' => 'טביעת אצבע לא חוקית של מפתח!',
|
||
'go' => 'קדימה',
|
||
'length_too_big' => 'האורך גדול מדי',
|
||
'loginBot' => 'הזן את הטוקן של הבוט שלך: ',
|
||
'loginBotTokenWeb' => 'טוקן הבוט',
|
||
'loginChoosePromptWeb' => 'האם ברצונך להתחבר כמשתמש או כבוט?',
|
||
'loginManual' => 'לחלופין, אתה יכול גם להזין טורן של בוט או מספר טלפון כדי להתחבר באופן ידני: ',
|
||
'loginNoCode' => 'לא הזנת קוד טלפון!',
|
||
'loginNoName' => 'לא הזנהת את השם הפרטי!',
|
||
'loginNoPass' => 'לא הזנת את הסיסמה!',
|
||
'loginOptionBot' => 'בוט',
|
||
'loginOptionUser' => 'משתמש',
|
||
'loginQr' => 'סרוק את קוד ה-QR המופיע כדי להתחבר אוטומטית.',
|
||
'loginQrCodeExpired' => 'פג תוקפו של קוד ה-QR, תיצרו קוד חדש...',
|
||
'loginQrCodeSuccessful' => 'התחברות דרך קוד QR בוצעה בהצלחה!',
|
||
'loginUser' => 'הזן את מספר הטלפון שלך: ',
|
||
'loginUserCode' => 'הזן את הקוד: ',
|
||
'loginUserPass' => 'הזן את הסיסמא שלך (רמז %s): ',
|
||
'loginUserPassHint' => 'רמז: %s',
|
||
'loginUserPassWeb' => 'הזן את הסיסמא שלך: ',
|
||
'loginUserPhoneCodeWeb' => 'קוד',
|
||
'loginUserPhoneWeb' => 'מספר טלפון',
|
||
'loginWebQr' => 'ניתן גם להתחבר אוטומטית על ידי סריקת קוד ה-QR הבא:',
|
||
'loginWebQr1' => 'פתח את טלגרם בטלפון שלך',
|
||
'loginWebQr2' => 'עבור אל הגדרות > מכשירים > קישור מכשיר שולחן עבודה',
|
||
'loginWebQr3' => 'כוון את הטלפון שלך למסך זה כדי לאשר את הכניסה',
|
||
'login_2fa_enabled' => 'אימות דו שלבי מופעל, עליך להשתמש בפונקציית complete2falogin...',
|
||
'login_auth_key' => 'מתחבר באמצעות מפתח אישור...',
|
||
'login_bot' => 'מתחבר כבוט...',
|
||
'login_code_sending' => 'שולח קוד...',
|
||
'login_code_sent' => 'הקוד נשלח בהצלחה! לאחר שתקבל את הקוד, עליך להשתמש בפונקציית completePhoneLogin.',
|
||
'login_code_uncalled' => 'אני לא מחכה לקוד! עליך להשתמש בפונקציית phoneLogin קודם!',
|
||
'login_need_signup' => 'לא נוצר חשבון עבור מספר זה, עליך להשתמש בפונקציית completeSignup...',
|
||
'login_ok' => 'התחברת בהצלחה!',
|
||
'login_user' => 'מתחבר כמשתמש רגיל...',
|
||
'logout_ok' => 'התנתק בהצלחה!',
|
||
'long_not_16' => 'הערך הנתון אינו באורך 16 בתים',
|
||
'long_not_32' => 'הערך הנתון אינו באורך 32 בתים',
|
||
'long_not_64' => 'הערך הנתון אינו באורך 64 בתים',
|
||
'madelineproto_ready' => 'MadelineProto מוכן!',
|
||
'manualAdminActionRequired' => '!!!!!!!!! MANUAL SYSTEM ADMIN ACTION REQUIRED !!!!!!!!!',
|
||
'method_not_found' => 'הפונקציה לא נמצא: ',
|
||
'mmapErrorPart1' => 'The maximum number of memory mapped (mmap) regions was reached (%s): please increase the vm.max_map_count kernel config to 262144 to fix.',
|
||
'mmapErrorPart2' => 'To fix, run the following command as root: %s',
|
||
'mmapErrorPart3' => 'To persist the change across reboots: %s',
|
||
'mmapErrorPart4' => 'On Windows and WSL, increasing the size of the pagefile might help; please switch to native Linux if the issue persists.',
|
||
'must_have_declare_types' => 'for performance reasons, the first statement of an event handler file must be declare(strict_types=1);',
|
||
'nearest_dc' => 'אנחנו ב %s, חוות שרתי ה DC הקרובה היא %d.',
|
||
'noReportPeers' => 'Warning: no report peers are set, please add the following method to your event handler',
|
||
'non_text_conversion' => 'עדיין לא ניתן להמיר הודעות שאינן טקסט!',
|
||
'not_loggedIn' => 'אני לא מחובר!',
|
||
'not_numeric' => 'הערך הנתון אינו מספרי',
|
||
'params_missing' => 'חסר פרמטר נדרש',
|
||
'peer_not_in_db' => 'עמית זה לא קיים במסד הנתונים הפנימי של עמיתים',
|
||
'plugins_do_not_use_require' => 'for performance reasons, plugins can only automatically include or require other files present in the plugins folder by triggering the PSR-4 autoloader (not by manually require()\'ing them).',
|
||
'plugins_must_have_exactly_one_class' => 'a plugin must define exactly one class! To define multiple classes, interfaces or traits, create separate files, they will be autoloaded by MadelineProto automatically.',
|
||
'predicate_not_set' => 'פרדיקט (ערך תחת _) לא הוגדר!',
|
||
'recommend_not_use_filesystem_function' => 'usage of %s the function is not recommended, because accesses the filesystem and will slow down your bot if used during update handling, please see https://docs.madelineproto.xyz/docs/UPDATES.html#avoiding-the-use-of-filesystem-functions for a list of alternative ways to store data that will not slow down your bot!',
|
||
'rpc_tg_error' => 'טלגרם החזירה שגיאת RPC: %s (%s), נתפס ע"י %s:%s%sמעקב TL:',
|
||
'sec_peer_not_in_db' => 'עמית סודי זה אינו קיים במסד הנתונים הפנימי של עמיתים',
|
||
'secret_chat_skipping' => 'אין לי את הצ\'אט הסודי %s במסד הנתונים, דילוג על הודעה...',
|
||
'serialization_ofd' => 'הסידרה לא מעודכנת, משחזרת אובייקט!',
|
||
'session_corrupted' => 'הסשן פגום!',
|
||
'signing_up' => 'נרשם כמשתמש רגיל...',
|
||
'signupFirstName' => 'הזן את השם הפרטי שלך: ',
|
||
'signupFirstNameWeb' => 'שם פרטי',
|
||
'signupLastName' => 'הזן את שם המשפחה שלך (יכול להיות ריק): ',
|
||
'signupLastNameWeb' => 'שם משפחה',
|
||
'signupWeb' => 'הירשם בבקשה',
|
||
'signup_ok' => 'נרשמת בהצלחה!',
|
||
'signup_uncalled' => 'אני לא מחכה להירשם! עליך להשתמש בפונקציות phoneLogin ו- completePhoneLogin קודם!',
|
||
'src_file_invalid' => 'סופק קובץ מקור לא חוקי: ',
|
||
'static_analysis_minor' => 'A minor issue was encountered during static analysis of %s: %s',
|
||
'static_analysis_severe' => 'A severe issue was encountered during static analysis of %s: %s',
|
||
'stream_handle_invalid' => 'סופק stream handle לא חוקי',
|
||
'type_extract_error' => 'לא ניתן היה לחלץ את הסוג "%s", נדרש לעדכן את MadelineProto!',
|
||
'type_extract_error_id' => 'לא ניתן היה לחלץ את הסוג: %s עם מזהה id %s, נדרש לעדכן את MadelineProto!',
|
||
'value_bigger_than_2147483647' => 'הערך שהתקבל %s גדול מ 2147483647',
|
||
'value_bigger_than_4294967296' => 'הערך שהתקבל %s גדול מ 4294967296',
|
||
'value_bigger_than_9223372036854775807' => 'הערך שהתקבל %s גדול מ 9223372036854775807',
|
||
'value_smaller_than_0' => 'הערך שהתקבל %s קטן מ 0',
|
||
'value_smaller_than_2147483648' => 'הערך שהתקבל %s קטן מ -2147483648',
|
||
'value_smaller_than_9223372036854775808' => 'הערך שהתקבל %s קטן מ -9223372036854775808',
|
||
],
|
||
'it' =>
|
||
[
|
||
'2fa_uncalled' => 'Non sto aspettando la password, chiama prima le funzioni phoneLogin e completePhoneLogin!',
|
||
'accepting_call' => 'Sto accettando una chiamata da %s...',
|
||
'already_loggedIn' => 'Questa istanza di MadelineProto è già loggata!',
|
||
'apiAppInstructionsAuto0' => 'Inserisci il nome dell\'app, può essere qualsiasi cosa: ',
|
||
'apiAppInstructionsAuto1' => 'Inserisci il nome ridotto dell\'app, caratteri alfanumerici: ',
|
||
'apiAppInstructionsAuto2' => 'Inserisci il sito internet dell\'app, oppure t.me/username: ',
|
||
'apiAppInstructionsAuto3' => 'Inserisci la piattaforma dell\'app: ',
|
||
'apiAppInstructionsAuto4' => 'Descrivi la tua app: ',
|
||
'apiAppInstructionsAutoTypeOther' => 'Altro (specificare nella descrizione)',
|
||
'apiAppInstructionsManual0' => 'titolo dell\'app, può essere qualsiasi cosa',
|
||
'apiAppInstructionsManual1' => 'il nome ridotto dell\'app, caratteri alfanumerici',
|
||
'apiAppInstructionsManual2' => 'L\'indirizzo del tuo sito, oppure t.me/username',
|
||
'apiAppInstructionsManual3' => 'Qualsiasi',
|
||
'apiAppInstructionsManual4' => 'Descrivi la tua app',
|
||
'apiAppWeb' => 'Inserire informazioni API',
|
||
'apiAutoPrompt0' => 'Inserisci un numero di telefono che è già registrato su Telegram: ',
|
||
'apiAutoPrompt1' => 'Inserisci il codice di verifica che hai ricevuto su Telegram: ',
|
||
'apiAutoWeb' => 'Inserisci un numero di telefono <b>già registrato su Telegram</b> per ottenere l'API ID',
|
||
'apiChooseManualAutoTip' => 'Nota che puoi anche fornire i parametri API direttamente nelle impostazioni: %s',
|
||
'apiChooseManualAutoTipWeb' => 'Nota che puoi anche fornire i parametri API direttamente nelle <a target="_blank" href="%s">impostazioni</a>.',
|
||
'apiChoosePrompt' => 'La tua scelta (m/a): ',
|
||
'apiError' => 'ERRORE: %s. Prova ancora.',
|
||
'apiManualInstructions0' => 'Effettua il login su https://my.telegram.org',
|
||
'apiManualInstructions1' => 'Vai su API development tools',
|
||
'apiManualInstructions2' => 'Clicca su create application',
|
||
'apiManualPrompt0' => 'Inserisci il tuo API ID: ',
|
||
'apiManualPrompt1' => 'Inserisci il tuo API hash: ',
|
||
'apiManualWeb' => 'Inserisci il tuo API ID e API hash',
|
||
'apiParamsError' => 'Non hai fornito tutti i parametri richiesti!',
|
||
'api_not_set' => 'Devi specificare una chiave ed un ID API, ottienili su https://my.telegram.org',
|
||
'array_invalid' => 'Il valore fornito non è un array',
|
||
'bool_error' => 'Non sono riuscito ad estrarre un booleano',
|
||
'botAlreadyRunning' => 'Il bot è già in esecuzione!',
|
||
'botapi_conversion_error' => 'Non sono risucito a convertire %s in un oggetto bot API',
|
||
'call_already_accepted' => 'La chiamata %s è già stata accettata',
|
||
'call_already_declined' => 'La chiamata %s è già stata annullata',
|
||
'call_completing' => 'Sto completando una chiamata da %s...',
|
||
'call_confirming' => 'Sto confermando una chiamata da %s...',
|
||
'call_discarding' => 'Sto rifiutando la chiamata %s...',
|
||
'call_error_1' => 'Impossibile trovare ed accettare la chiamata %s',
|
||
'call_error_2' => 'Impossibile trovare e confermare la chiamata %s',
|
||
'call_error_3' => 'Impossibile trovare e completare la chiamata %s',
|
||
'constructor_not_found' => 'Costruttore non trovato per tipo: ',
|
||
'deserialization_error' => 'C\'è stato un errore durante la deserializzazione',
|
||
'do_not_delete_MadelineProto.log' => 'the MadelineProto.log file must never be deleted, please set a custom max size in the settings, instead!',
|
||
'do_not_remove_MadelineProto.log_phar' => 'Please do not remove madeline.phar or madeline.php, or else MadelineProto will crash. If you have any problem with MadelineProto, report it to https://github.com/danog/MadelineProto or https://t.me/pwrtelegramgroup',
|
||
'do_not_use_blocking_class' => 'for performance reasons, handlers may not use the non-async blocking class %s, please use %s, instead',
|
||
'do_not_use_blocking_function' => 'for performance reasons, event handlers may not use the non-async blocking function %s, please use %s, instead',
|
||
'do_not_use_deprecated_function' => 'the %s function is deprecated, please use %s, instead',
|
||
'do_not_use_non_root_require_in_event_handler' => 'for performance reasons, you must not use require or include inside of an event handler class, only root-level requires are allowed.',
|
||
'done' => 'Fatto!',
|
||
'encode_double_error' => 'Non sono riuscito a codificare il numero a virgola mobile fornito',
|
||
'extensionRecommended' => 'Attenzione: l\'estensione %s non è installata, si prega di installarla per velocizzare MadelineProto!',
|
||
'extensionRequired' => 'MadelineProto richiede l\'estensione %s. %s',
|
||
'extensionRequiredInstallWithApt' => 'Provate ad avviare sudo apt-get install %s.',
|
||
'extensionRequiredInstallWithCustomInstructions' => 'Seguire le istruzioni su %s per installarla.',
|
||
'file_not_exist' => 'Il file specificato non esiste',
|
||
'file_parsing' => 'Leggendo %s...',
|
||
'file_type_invalid' => 'È stato fornito un tipo file errato',
|
||
'fingerprint_invalid' => 'fingerprint della chiave non valido!',
|
||
'go' => 'Vai',
|
||
'length_too_big' => 'Il valore fornito è troppo lungo',
|
||
'loginBot' => 'Inserisci il tuo bot token: ',
|
||
'loginBotTokenWeb' => 'Token del bot',
|
||
'loginChoosePromptWeb' => 'Vuoi effettuare il login come utente o come bot?',
|
||
'loginManual' => 'In alternativa, puoi inserire un bot token o un numero di telefono per effettuare il login manualmente: ',
|
||
'loginNoCode' => 'Non hai fornito un codice di verifica!',
|
||
'loginNoName' => 'Non hai fornito un nome!',
|
||
'loginNoPass' => 'Non hai fornito la password!',
|
||
'loginOptionBot' => 'Bot',
|
||
'loginOptionUser' => 'Utente',
|
||
'loginQr' => 'Scansiona il codice QR per fare il login automaticamente.',
|
||
'loginQrCodeExpired' => 'Il codice QR è scaduto, generazione di un nuovo codice QR in corso...',
|
||
'loginQrCodeSuccessful' => 'Il login con codice QR è stato effettuato correttamente!',
|
||
'loginUser' => 'Inserisci il tuo numero di telefono: ',
|
||
'loginUserCode' => 'Inserisci il codice di verifica: ',
|
||
'loginUserPass' => 'Inserisci la tua password (suggerimento %s): ',
|
||
'loginUserPassHint' => 'Suggerimento: %s',
|
||
'loginUserPassWeb' => 'Inserisci la tua password: ',
|
||
'loginUserPhoneCodeWeb' => 'Codice di verifica',
|
||
'loginUserPhoneWeb' => 'Numero di telefono',
|
||
'loginWebQr' => 'Puoi anche effettuare il login automaticamente scansionando il seguente codice QR:',
|
||
'loginWebQr1' => 'Apri Telegram sul tuo telefono',
|
||
'loginWebQr2' => 'Vai su Impostazioni > Dispositivi > Collega dispositivo desktop',
|
||
'loginWebQr3' => 'Inquadra il codice sullo schermo per completare il login',
|
||
'login_2fa_enabled' => 'L\'autenticazione a due fattori è abilitata, dovrai chiamare il metodo complete2falogin...',
|
||
'login_auth_key' => 'Sto facendo il login con la chiave di autorizzazione...',
|
||
'login_bot' => 'Sto eseguendo il login come bot...',
|
||
'login_code_sending' => 'Sto inviando il codice...',
|
||
'login_code_sent' => 'Il codice è stato inviato correttamente! Una volta ricevuto il codice dovrai usare la funzione completePhoneLogin.',
|
||
'login_code_uncalled' => 'Non sto aspettando il codice, usa prima la funzione phoneLogin!',
|
||
'login_need_signup' => 'Questo numero non è registrato su telegram, dovrai chiamare la funzione completeSignup...',
|
||
'login_ok' => 'Il login è stato eseguito correttamente!',
|
||
'login_user' => 'Sto eseguendo il login come utente normale...',
|
||
'logout_ok' => 'Il logout è stato eseguito correttamente!',
|
||
'long_not_16' => 'Il valore fornito non è lungo 16 byte',
|
||
'long_not_32' => 'Il valore fornito non è lungo 32 byte',
|
||
'long_not_64' => 'Il valore fornito non è lungo 64 byte',
|
||
'madelineproto_ready' => 'MadelineProto è pronto!',
|
||
'manualAdminActionRequired' => '!!!!!!!!! È NECESSARIO L\'INTERVENTO DELL\'AMMINISTRATORE DI SISTEMA !!!!!!!!!',
|
||
'method_not_found' => 'Impossibile trovare il seguente metodo: ',
|
||
'mmapErrorPart1' => 'È stato raggiunto il limite massimo di regioni di memoria mappate (%s): è necessario incrementare il parametro di configurazione del kernel vm.max_map_count a 262144 per correggere l\'errore.',
|
||
'mmapErrorPart2' => 'Per correggere l\'errore, avviare il seguente comando come root: %s',
|
||
'mmapErrorPart3' => 'Per correggere l\'errore in modo permanente, anche dopo un riavvio: %s',
|
||
'mmapErrorPart4' => 'Su Windows e WSL, potrebbe aiutare l\'incremento della dimensione del file di paginazione; passare a Linux nativo se il problema persiste.',
|
||
'must_have_declare_types' => 'for performance reasons, the first statement of an event handler file must be declare(strict_types=1);',
|
||
'nearest_dc' => 'Siamo in %s, il DC più vicino è %d.',
|
||
'noReportPeers' => 'Attenzione: non è stato impostato alcun peer per la segnalazione errori, per favore aggiungi il seguente metodo all\'event handler',
|
||
'non_text_conversion' => 'Non posso ancora convertire messaggi media!',
|
||
'not_loggedIn' => 'Non ho ancora fatto il login!',
|
||
'not_numeric' => 'Il valore fornito non è numerico',
|
||
'params_missing' => 'Non hai fornito un parametro obbligatorio, rileggi la documentazione API',
|
||
'peer_not_in_db' => 'Questo utente/gruppo/canale non è presente nel database interno MadelineProto',
|
||
'plugins_do_not_use_require' => 'for performance reasons, plugins can only automatically include or require other files present in the plugins folder by triggering the PSR-4 autoloader (not by manually require()\'ing them).',
|
||
'plugins_must_have_exactly_one_class' => 'a plugin must define exactly one class! To define multiple classes, interfaces or traits, create separate files, they will be autoloaded by MadelineProto automatically.',
|
||
'predicate_not_set' => 'Il predicato (valore sotto chiave _, esempio [\'_\' => \'inputPeer\']) non è impostato!',
|
||
'recommend_not_use_filesystem_function' => 'usage of %s the function is not recommended, because accesses the filesystem and will slow down your bot if used during update handling, please see https://docs.madelineproto.xyz/docs/UPDATES.html#avoiding-the-use-of-filesystem-functions for a list of alternative ways to store data that will not slow down your bot!',
|
||
'rpc_tg_error' => 'Telegram ha ritornato un errore RPC: %s (%s), causato da %s:%s%sTL trace:',
|
||
'sec_peer_not_in_db' => 'La chat segreta non è presente nel database interno MadelineProto',
|
||
'secret_chat_skipping' => 'Non ho la chat segreta %s nel database, ignorando messaggio...',
|
||
'serialization_ofd' => 'La serializzazione non è aggiornata, reistanziamento dell\'oggetto in corso!',
|
||
'session_corrupted' => 'La sessione si è corrotta!',
|
||
'signing_up' => 'Mi sto registrando su telegram come utente normale...',
|
||
'signupFirstName' => 'Inserisci il tuo nome: ',
|
||
'signupFirstNameWeb' => 'Nome',
|
||
'signupLastName' => 'Inserisci il tuo cognome: ',
|
||
'signupLastNameWeb' => 'Cognome',
|
||
'signupWeb' => 'Registrazione',
|
||
'signup_ok' => 'Mi sono registrato su Telegram!',
|
||
'signup_uncalled' => 'Chiama prima le funzioni phoneLogin e completePhoneLogin!',
|
||
'src_file_invalid' => 'È stato fornito un file sorgente non valido: ',
|
||
'static_analysis_minor' => 'A minor issue was encountered during static analysis of %s: %s',
|
||
'static_analysis_severe' => 'A severe issue was encountered during static analysis of %s: %s',
|
||
'stream_handle_invalid' => 'Il valore fornito non è uno stream.',
|
||
'type_extract_error' => 'Impossibile estrarre il tipo "%s", dovresti aggiornare MadelineProto!',
|
||
'type_extract_error_id' => 'Non sono riuscito ad estrarre il tipo %s con ID %s, dovresti aggiornare MadelineProto!',
|
||
'value_bigger_than_2147483647' => 'Il valore fornito (%s) è maggiore di 2147483647',
|
||
'value_bigger_than_4294967296' => 'Il valore fornito (%s) è maggiore di 4294967296',
|
||
'value_bigger_than_9223372036854775807' => 'Il valore fornito (%s) è maggiore di 9223372036854775807',
|
||
'value_smaller_than_0' => 'Il valore fornito (%s) è minore di 0',
|
||
'value_smaller_than_2147483648' => 'Il valore fornito (%s) è minore di -2147483648',
|
||
'value_smaller_than_9223372036854775808' => 'Il valore fornito (%s) è minore di -9223372036854775808',
|
||
],
|
||
'ru' =>
|
||
[
|
||
'2fa_uncalled' => 'I\'m not waiting for the password! Please call the phoneLogin and the completePhoneLogin methods first!',
|
||
'accepting_call' => 'Accepting call from %s...',
|
||
'already_loggedIn' => 'This instance of MadelineProto is already logged in!',
|
||
'apiAppInstructionsAuto0' => 'Введите имя приложения, может быть что угодно: ',
|
||
'apiAppInstructionsAuto1' => 'Введите короткое имя вашего приложения, латиница и цифры, 5-32 букв: ',
|
||
'apiAppInstructionsAuto2' => 'Введите ссылку на сайт вашего приложения, или t.me/yourusername: ',
|
||
'apiAppInstructionsAuto3' => 'Введите платформу приложения: ',
|
||
'apiAppInstructionsAuto4' => 'Опишите ваше приложение: ',
|
||
'apiAppInstructionsAutoTypeOther' => 'Другое (указано в описании)',
|
||
'apiAppInstructionsManual0' => 'Имя вашего приложения, что угодно',
|
||
'apiAppInstructionsManual1' => 'короткое имя вашего приложения, латиница и цифры, 5-32 букв',
|
||
'apiAppInstructionsManual2' => 'Ссылка на сайт важего приложения, или t.me/username',
|
||
'apiAppInstructionsManual3' => 'что угодно',
|
||
'apiAppInstructionsManual4' => 'Опишите ваше приложение сдесь',
|
||
'apiAppWeb' => 'Введите API информацию',
|
||
'apiAutoPrompt0' => 'Введите номер телефона который уже записан в Telegram: ',
|
||
'apiAutoPrompt1' => 'Введите код проверки, который вы получили в Telegram: ',
|
||
'apiAutoWeb' => 'Введите номер телефона который <b>уже записан</b> в Телеграме чтобы получить API ID',
|
||
'apiChooseManualAutoTip' => 'Также можно указать API ID/hash сразу в коде используя настройки: %s',
|
||
'apiChooseManualAutoTipWeb' => 'Также можно указать API ID/hash сразу в коде с помощью <a target="_blank" href="%s">настроек</a>.',
|
||
'apiChoosePrompt' => 'Ваш выбор (m/a): ',
|
||
'apiError' => 'ОШИБКА: %s. Попробуйте снова.',
|
||
'apiManualInstructions0' => 'Залогинтесь в https://my.telegram.org',
|
||
'apiManualInstructions1' => 'Нажмите на "API development tools"',
|
||
'apiManualInstructions2' => 'Выберите "create application"',
|
||
'apiManualPrompt0' => 'Введите ваш API ID: ',
|
||
'apiManualPrompt1' => 'Введите ваш API hash: ',
|
||
'apiManualWeb' => 'Введите ваш API ID и API hash',
|
||
'apiParamsError' => 'Вы не заполнили все обязательные параметры!',
|
||
'api_not_set' => 'You must provide an api key and an api id, get your own @ my.telegram.org',
|
||
'array_invalid' => 'You didn\'t provide a valid array',
|
||
'bool_error' => 'Could not extract boolean',
|
||
'botAlreadyRunning' => 'The bot is already running!',
|
||
'botapi_conversion_error' => 'Can\'t convert %s to a bot API object',
|
||
'call_already_accepted' => 'Call %s already accepted',
|
||
'call_already_declined' => 'Call %s already declined',
|
||
'call_completing' => 'Completing call from %s...',
|
||
'call_confirming' => 'Confirming call from %s...',
|
||
'call_discarding' => 'Discarding call %s...',
|
||
'call_error_1' => 'Could not find and accept call %s',
|
||
'call_error_2' => 'Could not find and confirm call %s',
|
||
'call_error_3' => 'Could not find and complete call %s',
|
||
'constructor_not_found' => 'Constructor not found for type: ',
|
||
'deserialization_error' => 'An error occurred on deserialization',
|
||
'do_not_delete_MadelineProto.log' => 'the MadelineProto.log file must never be deleted, please set a custom max size in the settings, instead!',
|
||
'do_not_remove_MadelineProto.log_phar' => 'Please do not remove madeline.phar or madeline.php, or else MadelineProto will crash. If you have any problem with MadelineProto, report it to https://github.com/danog/MadelineProto or https://t.me/pwrtelegramgroup',
|
||
'do_not_use_blocking_class' => 'for performance reasons, handlers may not use the non-async blocking class %s, please use %s, instead',
|
||
'do_not_use_blocking_function' => 'for performance reasons, event handlers may not use the non-async blocking function %s, please use %s, instead',
|
||
'do_not_use_deprecated_function' => 'the %s function is deprecated, please use %s, instead',
|
||
'do_not_use_non_root_require_in_event_handler' => 'for performance reasons, you must not use require or include inside of an event handler class, only root-level requires are allowed.',
|
||
'done' => 'Готово!',
|
||
'encode_double_error' => 'Could not properly encode double',
|
||
'extensionRecommended' => 'Warning: the %s extension is not installed, please install it to speed up MadelineProto!',
|
||
'extensionRequired' => 'MadelineProto requires the %s extension to run. %s',
|
||
'extensionRequiredInstallWithApt' => 'Try running sudo apt-get install %s.',
|
||
'extensionRequiredInstallWithCustomInstructions' => 'Follow the instructions at %s to install it.',
|
||
'file_not_exist' => 'File does not exist',
|
||
'file_parsing' => 'Parsing %s...',
|
||
'file_type_invalid' => 'Invalid file type detected (%s)',
|
||
'fingerprint_invalid' => 'Invalid key fingerprint!',
|
||
'go' => 'ОК',
|
||
'length_too_big' => 'Length is too big',
|
||
'loginBot' => 'Введите токен бота: ',
|
||
'loginBotTokenWeb' => 'Токен бота',
|
||
'loginChoosePromptWeb' => 'Авторизоваться как пользователь или как бот?',
|
||
'loginManual' => 'Вы также можете ввести токен бота или номер телефона чтобы войти вручную: ',
|
||
'loginNoCode' => 'Вы не ввели код!',
|
||
'loginNoName' => 'Вы не ввели имя!',
|
||
'loginNoPass' => 'Вы не ввели пароль!',
|
||
'loginOptionBot' => 'Бот',
|
||
'loginOptionUser' => 'Пользователь',
|
||
'loginQr' => 'Отсканируйте QR код выше чтобы войти автоматически.',
|
||
'loginQrCodeExpired' => 'QR код больше не действует, генерируем новый...',
|
||
'loginQrCodeSuccessful' => 'Вход по QR коду прошел успешно!',
|
||
'loginUser' => 'Номер телефона: ',
|
||
'loginUserCode' => 'Введите код: ',
|
||
'loginUserPass' => 'Введите ваш пароль (подсказка %s): ',
|
||
'loginUserPassHint' => 'Подсказка: %s',
|
||
'loginUserPassWeb' => 'Введите ваш пароль: ',
|
||
'loginUserPhoneCodeWeb' => 'Код',
|
||
'loginUserPhoneWeb' => 'Номер телефона',
|
||
'loginWebQr' => 'Вы также можете войти, отсканировав QR код:',
|
||
'loginWebQr1' => 'Откройте Telegram в вашем смартфоне',
|
||
'loginWebQr2' => 'Откройте Настройки > Устройства > Подключить устройство',
|
||
'loginWebQr3' => 'Наведите ваш смартфон на этот экран чтобы подтвердить вход',
|
||
'login_2fa_enabled' => '2FA enabled, you will have to call the complete2falogin function...',
|
||
'login_auth_key' => 'Logging in using auth key...',
|
||
'login_bot' => 'Logging in as a bot...',
|
||
'login_code_sending' => 'Sending code...',
|
||
'login_code_sent' => 'Code sent successfully! Once you receive the code you should use the completePhoneLogin function.',
|
||
'login_code_uncalled' => 'I\'m not waiting for the code! Please call the phoneLogin method first',
|
||
'login_need_signup' => 'An account has not been created for this number, you will have to call the completeSignup function...',
|
||
'login_ok' => 'Logged in successfully!',
|
||
'login_user' => 'Logging in as a normal user...',
|
||
'logout_ok' => 'Logged out successfully!',
|
||
'long_not_16' => 'Given value is not 16 bytes long',
|
||
'long_not_32' => 'Given value is not 32 bytes long',
|
||
'long_not_64' => 'Given value is not 64 bytes long',
|
||
'madelineproto_ready' => 'MadelineProto is ready!',
|
||
'manualAdminActionRequired' => '!!!!!!!!! MANUAL SYSTEM ADMIN ACTION REQUIRED !!!!!!!!!',
|
||
'method_not_found' => 'Could not find method: ',
|
||
'mmapErrorPart1' => 'The maximum number of memory mapped (mmap) regions was reached (%s): please increase the vm.max_map_count kernel config to 262144 to fix.',
|
||
'mmapErrorPart2' => 'To fix, run the following command as root: %s',
|
||
'mmapErrorPart3' => 'To persist the change across reboots: %s',
|
||
'mmapErrorPart4' => 'On Windows and WSL, increasing the size of the pagefile might help; please switch to native Linux if the issue persists.',
|
||
'must_have_declare_types' => 'for performance reasons, the first statement of an event handler file must be declare(strict_types=1);',
|
||
'nearest_dc' => 'Вы в %s, ближайший ДЦ: %d.',
|
||
'noReportPeers' => 'Warning: no report peers are set, please add the following method to your event handler',
|
||
'non_text_conversion' => 'Can\'t convert non text messages yet!',
|
||
'not_loggedIn' => 'I\'m not logged in!',
|
||
'not_numeric' => 'Given value isn\'t numeric',
|
||
'params_missing' => 'Missing required parameter',
|
||
'peer_not_in_db' => 'This peer is not present in the internal peer database',
|
||
'plugins_do_not_use_require' => 'for performance reasons, plugins can only automatically include or require other files present in the plugins folder by triggering the PSR-4 autoloader (not by manually require()\'ing them).',
|
||
'plugins_must_have_exactly_one_class' => 'a plugin must define exactly one class! To define multiple classes, interfaces or traits, create separate files, they will be autoloaded by MadelineProto automatically.',
|
||
'predicate_not_set' => 'Predicate (value under _) was not set!',
|
||
'recommend_not_use_filesystem_function' => 'usage of %s the function is not recommended, because accesses the filesystem and will slow down your bot if used during update handling, please see https://docs.madelineproto.xyz/docs/UPDATES.html#avoiding-the-use-of-filesystem-functions for a list of alternative ways to store data that will not slow down your bot!',
|
||
'rpc_tg_error' => 'Telegram returned an RPC error: %s (%s), caused by %s:%s%sTL trace:',
|
||
'sec_peer_not_in_db' => 'This secret peer is not present in the internal peer database',
|
||
'secret_chat_skipping' => 'I do not have the secret chat %s in the database, skipping message...',
|
||
'serialization_ofd' => 'Serialization is out of date, reconstructing object!',
|
||
'session_corrupted' => 'The session is corrupted!',
|
||
'signing_up' => 'Signing up as a normal user...',
|
||
'signupFirstName' => 'Введите ваше имя: ',
|
||
'signupFirstNameWeb' => 'Имя',
|
||
'signupLastName' => 'Введите вашу фамилию (может быть пустым): ',
|
||
'signupLastNameWeb' => 'Фамилия',
|
||
'signupWeb' => 'Зарегистрируйтесь, пожалуйста',
|
||
'signup_ok' => 'Signed up in successfully!',
|
||
'signup_uncalled' => 'I\'m not waiting to signup! Please call the phoneLogin and the completePhoneLogin methods first!',
|
||
'src_file_invalid' => 'Invalid source file was provided: ',
|
||
'static_analysis_minor' => 'A minor issue was encountered during static analysis of %s: %s',
|
||
'static_analysis_severe' => 'A severe issue was encountered during static analysis of %s: %s',
|
||
'stream_handle_invalid' => 'An invalid stream handle was provided.',
|
||
'type_extract_error' => 'Could not extract type "%s", you should update MadelineProto!',
|
||
'type_extract_error_id' => 'Could not extract type: %s with id %s, you should update MadelineProto!',
|
||
'value_bigger_than_2147483647' => 'Provided value %s is bigger than 2147483647',
|
||
'value_bigger_than_4294967296' => 'Provided value %s is bigger than 4294967296',
|
||
'value_bigger_than_9223372036854775807' => 'Provided value %s is bigger than 9223372036854775807',
|
||
'value_smaller_than_0' => 'Provided value %s is smaller than 0',
|
||
'value_smaller_than_2147483648' => 'Provided value %s is smaller than -2147483648',
|
||
'value_smaller_than_9223372036854775808' => 'Provided value %s is smaller than -9223372036854775808',
|
||
],
|
||
'uz' =>
|
||
[
|
||
'2fa_uncalled' => 'Men parolni kutmayapman! Iltimos, birinchi navbatda phoneLogin va completePhoneLogin metodlarini ishga tushuring!',
|
||
'accepting_call' => '%s qo‘ng‘irog‘i qabul qilinmoqda...',
|
||
'already_loggedIn' => 'MadelineProto-ning bu nusxasi allaqachon tizimga kirgan!',
|
||
'apiAppInstructionsAuto0' => 'Ilovangiz nomini kiriting: ',
|
||
'apiAppInstructionsAuto1' => 'Ilovani qisqacha nomini kiriting, harflar va raqamlardan iborat 5-32 belgilar orasida ',
|
||
'apiAppInstructionsAuto2' => 'Ilova yoki vebsay manzilini kiriting, yoki t.me/havola ',
|
||
'apiAppInstructionsAuto3' => 'Ilova platformasini kiriting: ',
|
||
'apiAppInstructionsAuto4' => 'Ilovangizni izohlang: ',
|
||
'apiAppInstructionsAutoTypeOther' => 'Boshqa (izohda ko\'rsatiladi)',
|
||
'apiAppInstructionsManual0' => 'sizning ilovangizni nomi, u istalgan ko\'rinishda bo\'lishi mumkin',
|
||
'apiAppInstructionsManual1' => 'Ilovangizni qisqacha nomi, harflar va raqamlardan iborat 5-32 belgilar orasida',
|
||
'apiAppInstructionsManual2' => 'Ilova yoki vebsaytingiz manzili, yoki t.me/havola',
|
||
'apiAppInstructionsManual3' => 'istalgan narsa',
|
||
'apiAppInstructionsManual4' => 'Ilovangizni izoh bering',
|
||
'apiAppWeb' => 'API ma\'lumotlarini kiriting',
|
||
'apiAutoPrompt0' => 'Telegram ro\'yhatdan o\'tkazilgan telefon raqamingizni kiriting ',
|
||
'apiAutoPrompt1' => 'Telegramdan olgan tasdiqlash kodingizni kiriting ',
|
||
'apiAutoWeb' => 'API ID olish uchun telegramdan oldin <b>ro\'yhatdan o\'tkazilgan</b> telefon raqamingizni kiriting',
|
||
'apiChooseManualAutoTip' => 'Shuni esda tutingki, siz API ID/hashni to\'g\'ridan-to\'g\'ri kodda sozlamalardan foydalanib ko\'rsatishingiz mumkin: %s',
|
||
'apiChooseManualAutoTipWeb' => 'Shuni esda tutingki, siz API identifikatorini/xesh-ni to\'g\'ridan-to\'g\'ri kodda <a target="_blank" href="%s">sozlamalardan</a> foydalanib ko\'rsatishingiz mumkin.',
|
||
'apiChoosePrompt' => 'Sizning tanlovingiz (q/a): ',
|
||
'apiError' => 'Xatolik: %s. Qayta urinib ko\'ring.',
|
||
'apiManualInstructions0' => 'https://my.telegram.org ga kirish',
|
||
'apiManualInstructions1' => 'API yaratish asboblariga o\'tish',
|
||
'apiManualInstructions2' => 'Ilova yaratishga bosing',
|
||
'apiManualPrompt0' => 'API ID qiymatingizni kiriting ',
|
||
'apiManualPrompt1' => 'API hash qiymatingizni kiriting ',
|
||
'apiManualWeb' => 'API ID va API hash qiymatlaringizni kiriting',
|
||
'apiParamsError' => 'Siz barcha kerakli parametrlarni taqdim etmadingiz!',
|
||
'api_not_set' => 'Siz api kaliti va api ID taqdim etishingiz kerak, o\'zingiz @ my.telegram.org manzilidan oling',
|
||
'array_invalid' => 'Siz toʻgʻri massiv taqdim qilmadingiz',
|
||
'bool_error' => 'Mantiqiy natija chiqarib bo\'lmadi',
|
||
'botAlreadyRunning' => 'The bot is already running!',
|
||
'botapi_conversion_error' => '%s bot API obyektiga aylantirib bo‘lmadi',
|
||
'call_already_accepted' => '%s chaqiruvi allaqachon qabul qilingan',
|
||
'call_already_declined' => '%s qo‘ng‘iroqlari allaqachon rad etilgan',
|
||
'call_completing' => '%s qo‘ng‘irog‘i tugallanmoqda...',
|
||
'call_confirming' => '%sdan qo‘ng‘iroq tasdiqlanmoqda...',
|
||
'call_discarding' => '%s qo‘ng‘irog‘i bekor qilinmoqda...',
|
||
'call_error_1' => '%s qo‘ng‘irog‘ini topib, qabul qilib bo‘lmadi',
|
||
'call_error_2' => '%s qo‘ng‘irog‘i topilmadi va tasdiqlanmadi',
|
||
'call_error_3' => '%s qo‘ng‘irog‘ini topib bo‘lmadi',
|
||
'constructor_not_found' => 'Ushbu tur uchun konstruktor topilmadi: ',
|
||
'deserialization_error' => 'Seriyadan chiqarishda xatolik yuz berdi',
|
||
'do_not_delete_MadelineProto.log' => 'the MadelineProto.log file must never be deleted, please set a custom max size in the settings, instead!',
|
||
'do_not_remove_MadelineProto.log_phar' => 'Please do not remove madeline.phar or madeline.php, or else MadelineProto will crash. If you have any problem with MadelineProto, report it to https://github.com/danog/MadelineProto or https://t.me/pwrtelegramgroup',
|
||
'do_not_use_blocking_class' => 'for performance reasons, handlers may not use the non-async blocking class %s, please use %s, instead',
|
||
'do_not_use_blocking_function' => 'for performance reasons, event handlers may not use the non-async blocking function %s, please use %s, instead',
|
||
'do_not_use_deprecated_function' => 'the %s function is deprecated, please use %s, instead',
|
||
'do_not_use_non_root_require_in_event_handler' => 'for performance reasons, you must not use require or include inside of an event handler class, only root-level requires are allowed.',
|
||
'done' => 'Bajarildi!',
|
||
'encode_double_error' => 'Doubleni toʻgʻri kodlab boʻlmadi',
|
||
'extensionRecommended' => 'Warning: the %s extension is not installed, please install it to speed up MadelineProto!',
|
||
'extensionRequired' => 'MadelineProto requires the %s extension to run. %s',
|
||
'extensionRequiredInstallWithApt' => 'Try running sudo apt-get install %s.',
|
||
'extensionRequiredInstallWithCustomInstructions' => 'Follow the instructions at %s to install it.',
|
||
'file_not_exist' => 'Fayl mavjud emas',
|
||
'file_parsing' => '%s tahlil qilinmoqda...',
|
||
'file_type_invalid' => 'Yaroqsiz fayl turi aniqlandi (%s)',
|
||
'fingerprint_invalid' => 'Barmoq izi yaroqsiz!',
|
||
'go' => 'Boshlash',
|
||
'length_too_big' => 'Uzunlik juda katta',
|
||
'loginBot' => 'Bot tokeningizni kiriting ',
|
||
'loginBotTokenWeb' => 'Bot tokeni',
|
||
'loginChoosePromptWeb' => 'Foydalanuvchi sifatida yoki bot sifatida kirmoqchimisiz?',
|
||
'loginManual' => 'Shu bilan bir qatorda, qo\'lda kirish uchun bot tokenini yoki telefon raqamini ham kiritishingiz mumkin: ',
|
||
'loginNoCode' => 'Telefon raqamingiz kodini kiritmadingiz!',
|
||
'loginNoName' => 'Ismingizni kiritmadingiz!',
|
||
'loginNoPass' => 'Parolingizni kiritmadingiz!',
|
||
'loginOptionBot' => 'Bot',
|
||
'loginOptionUser' => 'Foydalanuvchi',
|
||
'loginQr' => 'Avtomatik tarzda kirish uchun QR kodni skanerlang.',
|
||
'loginQrCodeExpired' => 'QR kod eskirdi, yangisini yaratish...',
|
||
'loginQrCodeSuccessful' => 'QR kod orqali muvaffaqiyatli kirish amalga oshirildi!',
|
||
'loginUser' => 'Telefon raqamingizni kiriting ',
|
||
'loginUserCode' => 'Kodni kiriting: ',
|
||
'loginUserPass' => 'Parolingizni kiriting (eslatma %s): ',
|
||
'loginUserPassHint' => 'Eslatma: %s',
|
||
'loginUserPassWeb' => 'Parolingizni kiriting: ',
|
||
'loginUserPhoneCodeWeb' => 'Kod',
|
||
'loginUserPhoneWeb' => 'Telefon raqam',
|
||
'loginWebQr' => 'Siz ushbu QR kodni skanerlagan holda, avtomatik tarzda kira olasiz:',
|
||
'loginWebQr1' => 'Telegram dasturini telefoningizda oching',
|
||
'loginWebQr2' => 'Sozlamalar > Uskunalar > Yangi qurilma ulashga o\'ting',
|
||
'loginWebQr3' => 'Kirishni tasdiqlash uchun telefoningizni ushbu ekranga yo\'naltiring',
|
||
'login_2fa_enabled' => '2FA faollashtirilgan, siz complete2falogin funksiyasini chaqirishingiz kerak bo\'ladi...',
|
||
'login_auth_key' => 'auth keydan foydalanib kirish...',
|
||
'login_bot' => 'Bot ko\'rinishida kirish...',
|
||
'login_code_sending' => 'Kod yuborilmoqda...',
|
||
'login_code_sent' => 'Kod muvaffaqiyatli yuborildi! Kodni olganingizdan so\'ng siz to\'liq PhoneLogin funksiyasidan foydalanishingiz kerak.',
|
||
'login_code_uncalled' => 'Men kodni kutmayapman! Iltimos, avval phoneLogin funsksiyasini ishga tushuring',
|
||
'login_need_signup' => 'Bu raqam uchun hisob yaratilmagan, siz completeSignup funksiyasidan foydalanishingiz kerak boʻladi...',
|
||
'login_ok' => 'Kirish muvaffaqiyatli amalga oshirildi!',
|
||
'login_user' => 'Odatiy foydalanuvchi kabi kirish...',
|
||
'logout_ok' => 'Chiqish muvaffaqiyatli amalga oshirildi!',
|
||
'long_not_16' => 'Berilgan qiymat 16 bayt emas',
|
||
'long_not_32' => 'Berilgan qiymat 32 bayt emas',
|
||
'long_not_64' => 'Berilgan qiymat 64 bayt emas',
|
||
'madelineproto_ready' => 'MadelineProto tayyor!',
|
||
'manualAdminActionRequired' => '!!!!!!!!! MANUAL SYSTEM ADMIN ACTION REQUIRED !!!!!!!!!',
|
||
'method_not_found' => 'Metodni topib bo\'lmadi: ',
|
||
'mmapErrorPart1' => 'The maximum number of memory mapped (mmap) regions was reached (%s): please increase the vm.max_map_count kernel config to 262144 to fix.',
|
||
'mmapErrorPart2' => 'To fix, run the following command as root: %s',
|
||
'mmapErrorPart3' => 'To persist the change across reboots: %s',
|
||
'mmapErrorPart4' => 'On Windows and WSL, increasing the size of the pagefile might help; please switch to native Linux if the issue persists.',
|
||
'must_have_declare_types' => 'for performance reasons, the first statement of an event handler file must be declare(strict_types=1);',
|
||
'nearest_dc' => 'Biz %s ichidamiz, eng yaqin shahar %d.',
|
||
'noReportPeers' => 'Warning: no report peers are set, please add the following method to your event handler',
|
||
'non_text_conversion' => 'Matnli boʻlmagan xabarlarni oʻzgartirib boʻlmaydi!',
|
||
'not_loggedIn' => 'Kirish amalga oshirilmagan!',
|
||
'not_numeric' => 'Kiritilgan qiymat raqamlar emas',
|
||
'params_missing' => 'Talab etiladigan parametr kiritilmagan',
|
||
'peer_not_in_db' => 'Bu obyekt ichki ma\'lumotlar bazasida mavjud emas',
|
||
'plugins_do_not_use_require' => 'for performance reasons, plugins can only automatically include or require other files present in the plugins folder by triggering the PSR-4 autoloader (not by manually require()\'ing them).',
|
||
'plugins_must_have_exactly_one_class' => 'a plugin must define exactly one class! To define multiple classes, interfaces or traits, create separate files, they will be autoloaded by MadelineProto automatically.',
|
||
'predicate_not_set' => 'Predikat (_ ostidagi qiymat) belgilanmagan!',
|
||
'recommend_not_use_filesystem_function' => 'usage of %s the function is not recommended, because accesses the filesystem and will slow down your bot if used during update handling, please see https://docs.madelineproto.xyz/docs/UPDATES.html#avoiding-the-use-of-filesystem-functions for a list of alternative ways to store data that will not slow down your bot!',
|
||
'rpc_tg_error' => 'Telegram RPC xatosini qaytardi: %s (%s), %s:%s%s TL izidan kelib chiqqan:',
|
||
'sec_peer_not_in_db' => 'Ushbu maxfiy obyekt ichki obyektlar bazasida mavjud emas',
|
||
'secret_chat_skipping' => 'Menda %s maxfiy chati maʼlumotlar bazasida yoʻq, xabar oʻtkazib yuborilmoqda...',
|
||
'serialization_ofd' => 'Seriyalash eskirgan, ob\'ekt qayta tiklanmoqda!',
|
||
'session_corrupted' => 'Sessiya buzilgan!',
|
||
'signing_up' => 'Oddiy foydalanuvchi sifatida roʻyxatdan oʻtish...',
|
||
'signupFirstName' => 'Ismingizni kiriting: ',
|
||
'signupFirstNameWeb' => 'Ism',
|
||
'signupLastName' => 'Familiyangizni kiriting (bo\'sh qoldirish mumkin): ',
|
||
'signupLastNameWeb' => 'Familiya',
|
||
'signupWeb' => 'Iltimos, ro\'yhatdan o\'ting',
|
||
'signup_ok' => 'Muvaffaqiyatli ro\'yxatdan o\'tildi!',
|
||
'signup_uncalled' => 'Men ro\'yxatdan o\'tishni kutmayman! Iltimos, birinchi navbatda phoneLogin va completePhoneLogin metodlarini ishga tushuring!',
|
||
'src_file_invalid' => 'Yaroqsiz manba fayl taqdim etildi: ',
|
||
'static_analysis_minor' => 'A minor issue was encountered during static analysis of %s: %s',
|
||
'static_analysis_severe' => 'A severe issue was encountered during static analysis of %s: %s',
|
||
'stream_handle_invalid' => 'Yaroqsiz oqim tutqichi taqdim etildi.',
|
||
'type_extract_error' => '“%s” turini chiqarib bo‘lmadi, siz MadelineProtoni yangilashingiz kerak!',
|
||
'type_extract_error_id' => 'Turni ajratib bo‘lmadi: %s identifikatori %s, siz MadelineProtoni yangilashingiz kerak!',
|
||
'value_bigger_than_2147483647' => 'Taqdim etilgan %s qiymati 2147483647 dan katta',
|
||
'value_bigger_than_4294967296' => 'Taqdim etilgan %s qiymati 4294967296dan katta',
|
||
'value_bigger_than_9223372036854775807' => 'Taqdim etilgan %s qiymati 9223372036854775807 dan katta',
|
||
'value_smaller_than_0' => 'Taqdim etilgan %s qiymati 0 dan kichik',
|
||
'value_smaller_than_2147483648' => 'Taqdim etilgan %s qiymati -2147483648dan kichik',
|
||
'value_smaller_than_9223372036854775808' => 'Taqdim etilgan %s qiymati -9223372036854775808dan kichik',
|
||
],
|
||
];
|
||
|
||
// THIS WILL BE OVERWRITTEN BY $lang["en"]
|
||
public static array $current_lang = [
|
||
'2fa_uncalled' => 'I\'m not waiting for the password! Please call the phoneLogin and the completePhoneLogin methods first!',
|
||
'accepting_call' => 'Accepting call from %s...',
|
||
'already_loggedIn' => 'This instance of MadelineProto is already logged in!',
|
||
'apiAppInstructionsAuto0' => 'Enter the app\'s name, can be anything: ',
|
||
'apiAppInstructionsAuto1' => 'Enter the app\'s short name, alphanumeric, 5-32 characters: ',
|
||
'apiAppInstructionsAuto2' => 'Enter the app/website\'s URL, or t.me/yourusername: ',
|
||
'apiAppInstructionsAuto3' => 'Enter the app platform: ',
|
||
'apiAppInstructionsAuto4' => 'Describe your app: ',
|
||
'apiAppInstructionsAutoTypeOther' => 'Other (specify in description)',
|
||
'apiAppInstructionsManual0' => 'your app\'s name, can be anything',
|
||
'apiAppInstructionsManual1' => 'your app\'s short name, alphanumeric, 5-32 characters',
|
||
'apiAppInstructionsManual2' => 'your app/website\'s URL, or t.me/yourusername',
|
||
'apiAppInstructionsManual3' => 'anything',
|
||
'apiAppInstructionsManual4' => 'Describe your app here',
|
||
'apiAppWeb' => 'Enter API information',
|
||
'apiAutoPrompt0' => 'Enter a phone number that is already registered on Telegram: ',
|
||
'apiAutoPrompt1' => 'Enter the verification code you received in Telegram: ',
|
||
'apiAutoWeb' => 'Enter a phone number that is <b>already registered</b> on telegram to get the API ID',
|
||
'apiChooseManualAutoTip' => 'Note that you can also provide the API ID/hash directly in the code using the settings: %s',
|
||
'apiChooseManualAutoTipWeb' => 'Note that you can also provide the API ID/hash directly in the code using the <a target="_blank" href="%s">settings</a>.',
|
||
'apiChoosePrompt' => 'Your choice (m/a): ',
|
||
'apiError' => 'ERROR: %s. Try again.',
|
||
'apiManualInstructions0' => 'Login to https://my.telegram.org',
|
||
'apiManualInstructions1' => 'Go to API development tools',
|
||
'apiManualInstructions2' => 'Click on create application',
|
||
'apiManualPrompt0' => 'Enter your API ID: ',
|
||
'apiManualPrompt1' => 'Enter your API hash: ',
|
||
'apiManualWeb' => 'Enter your API ID and API hash',
|
||
'apiParamsError' => 'You didn\'t provide all of the required parameters!',
|
||
'api_not_set' => 'You must provide an api key and an api id, get your own @ my.telegram.org',
|
||
'array_invalid' => 'You didn\'t provide a valid array',
|
||
'bool_error' => 'Could not extract boolean',
|
||
'botAlreadyRunning' => 'The bot is already running!',
|
||
'botapi_conversion_error' => 'Can\'t convert %s to a bot API object',
|
||
'call_already_accepted' => 'Call %s already accepted',
|
||
'call_already_declined' => 'Call %s already declined',
|
||
'call_completing' => 'Completing call from %s...',
|
||
'call_confirming' => 'Confirming call from %s...',
|
||
'call_discarding' => 'Discarding call %s...',
|
||
'call_error_1' => 'Could not find and accept call %s',
|
||
'call_error_2' => 'Could not find and confirm call %s',
|
||
'call_error_3' => 'Could not find and complete call %s',
|
||
'constructor_not_found' => 'Constructor not found for type: ',
|
||
'deserialization_error' => 'An error occurred on deserialization',
|
||
'do_not_delete_MadelineProto.log' => 'the MadelineProto.log file must never be deleted, please set a custom max size in the settings, instead!',
|
||
'do_not_remove_MadelineProto.log_phar' => 'Please do not remove madeline.phar or madeline.php, or else MadelineProto will crash. If you have any problem with MadelineProto, report it to https://github.com/danog/MadelineProto or https://t.me/pwrtelegramgroup',
|
||
'do_not_use_blocking_class' => 'for performance reasons, handlers may not use the non-async blocking class %s, please use %s, instead',
|
||
'do_not_use_blocking_function' => 'for performance reasons, event handlers may not use the non-async blocking function %s, please use %s, instead',
|
||
'do_not_use_deprecated_function' => 'the %s function is deprecated, please use %s, instead',
|
||
'do_not_use_non_root_require_in_event_handler' => 'for performance reasons, you must not use require or include inside of an event handler class, only root-level requires are allowed.',
|
||
'done' => 'Done!',
|
||
'encode_double_error' => 'Could not properly encode double',
|
||
'extensionRecommended' => 'Warning: the %s extension is not installed, please install it to speed up MadelineProto!',
|
||
'extensionRequired' => 'MadelineProto requires the %s extension to run. %s',
|
||
'extensionRequiredInstallWithApt' => 'Try running sudo apt-get install %s.',
|
||
'extensionRequiredInstallWithCustomInstructions' => 'Follow the instructions at %s to install it.',
|
||
'file_not_exist' => 'File does not exist',
|
||
'file_parsing' => 'Parsing %s...',
|
||
'file_type_invalid' => 'Invalid file type detected (%s)',
|
||
'fingerprint_invalid' => 'Invalid key fingerprint!',
|
||
'go' => 'Go',
|
||
'length_too_big' => 'Length is too big',
|
||
'loginBot' => 'Enter your bot token: ',
|
||
'loginBotTokenWeb' => 'Bot token',
|
||
'loginChoosePromptWeb' => 'Do you want to login as a user or as a bot?',
|
||
'loginManual' => 'Alternatively, you can also enter a bot token or phone number to login manually: ',
|
||
'loginNoCode' => 'You didn\'t provide a phone code!',
|
||
'loginNoName' => 'You didn\'t provide the first name!',
|
||
'loginNoPass' => 'You didn\'t provide the password!',
|
||
'loginOptionBot' => 'Bot',
|
||
'loginOptionUser' => 'User',
|
||
'loginQr' => 'Scan the above QR code to login automatically.',
|
||
'loginQrCodeExpired' => 'The QR code expired, generating a new one...',
|
||
'loginQrCodeSuccessful' => 'QR code login successful!',
|
||
'loginUser' => 'Enter your phone number: ',
|
||
'loginUserCode' => 'Enter the code: ',
|
||
'loginUserPass' => 'Enter your password (hint %s): ',
|
||
'loginUserPassHint' => 'Hint: %s',
|
||
'loginUserPassWeb' => 'Enter your password: ',
|
||
'loginUserPhoneCodeWeb' => 'Code',
|
||
'loginUserPhoneWeb' => 'Phone number',
|
||
'loginWebQr' => 'You can also login automatically by scanning the following QR code:',
|
||
'loginWebQr1' => 'Open Telegram on your phone',
|
||
'loginWebQr2' => 'Go to Settings > Devices > Link Desktop Device',
|
||
'loginWebQr3' => 'Point your phone at this screen to confirm login',
|
||
'login_2fa_enabled' => '2FA enabled, you will have to call the complete2falogin function...',
|
||
'login_auth_key' => 'Logging in using auth key...',
|
||
'login_bot' => 'Logging in as a bot...',
|
||
'login_code_sending' => 'Sending code...',
|
||
'login_code_sent' => 'Code sent successfully! Once you receive the code you should use the completePhoneLogin function.',
|
||
'login_code_uncalled' => 'I\'m not waiting for the code! Please call the phoneLogin method first',
|
||
'login_need_signup' => 'An account has not been created for this number, you will have to call the completeSignup function...',
|
||
'login_ok' => 'Logged in successfully!',
|
||
'login_user' => 'Logging in as a normal user...',
|
||
'logout_ok' => 'Logged out successfully!',
|
||
'long_not_16' => 'Given value is not 16 bytes long',
|
||
'long_not_32' => 'Given value is not 32 bytes long',
|
||
'long_not_64' => 'Given value is not 64 bytes long',
|
||
'madelineproto_ready' => 'MadelineProto is ready!',
|
||
'manualAdminActionRequired' => '!!!!!!!!! MANUAL SYSTEM ADMIN ACTION REQUIRED !!!!!!!!!',
|
||
'method_not_found' => 'Could not find method: ',
|
||
'mmapErrorPart1' => 'The maximum number of memory mapped (mmap) regions was reached (%s): please increase the vm.max_map_count kernel config to 262144 to fix.',
|
||
'mmapErrorPart2' => 'To fix, run the following command as root: %s',
|
||
'mmapErrorPart3' => 'To persist the change across reboots: %s',
|
||
'mmapErrorPart4' => 'On Windows and WSL, increasing the size of the pagefile might help; please switch to native Linux if the issue persists.',
|
||
'must_have_declare_types' => 'for performance reasons, the first statement of an event handler file must be declare(strict_types=1);',
|
||
'nearest_dc' => 'We\'re in %s, nearest DC is %d.',
|
||
'noReportPeers' => 'Warning: no report peers are set, please add the following method to your event handler',
|
||
'non_text_conversion' => 'Can\'t convert non text messages yet!',
|
||
'not_loggedIn' => 'I\'m not logged in!',
|
||
'not_numeric' => 'Given value isn\'t numeric',
|
||
'params_missing' => 'Missing required parameter',
|
||
'peer_not_in_db' => 'This peer is not present in the internal peer database',
|
||
'plugins_do_not_use_require' => 'for performance reasons, plugins can only automatically include or require other files present in the plugins folder by triggering the PSR-4 autoloader (not by manually require()\'ing them).',
|
||
'plugins_must_have_exactly_one_class' => 'a plugin must define exactly one class! To define multiple classes, interfaces or traits, create separate files, they will be autoloaded by MadelineProto automatically.',
|
||
'predicate_not_set' => 'Predicate (value under _) was not set!',
|
||
'recommend_not_use_filesystem_function' => 'usage of %s the function is not recommended, because accesses the filesystem and will slow down your bot if used during update handling, please see https://docs.madelineproto.xyz/docs/UPDATES.html#avoiding-the-use-of-filesystem-functions for a list of alternative ways to store data that will not slow down your bot!',
|
||
'rpc_tg_error' => 'Telegram returned an RPC error: %s (%s), caused by %s:%s%sTL trace:',
|
||
'sec_peer_not_in_db' => 'This secret peer is not present in the internal peer database',
|
||
'secret_chat_skipping' => 'I do not have the secret chat %s in the database, skipping message...',
|
||
'serialization_ofd' => 'Serialization is out of date, reconstructing object!',
|
||
'session_corrupted' => 'The session is corrupted!',
|
||
'signing_up' => 'Signing up as a normal user...',
|
||
'signupFirstName' => 'Enter your first name: ',
|
||
'signupFirstNameWeb' => 'First name',
|
||
'signupLastName' => 'Enter your last name (can be empty): ',
|
||
'signupLastNameWeb' => 'Last name',
|
||
'signupWeb' => 'Sign up please',
|
||
'signup_ok' => 'Signed up in successfully!',
|
||
'signup_uncalled' => 'I\'m not waiting to signup! Please call the phoneLogin and the completePhoneLogin methods first!',
|
||
'src_file_invalid' => 'Invalid source file was provided: ',
|
||
'static_analysis_minor' => 'A minor issue was encountered during static analysis of %s: %s',
|
||
'static_analysis_severe' => 'A severe issue was encountered during static analysis of %s: %s',
|
||
'stream_handle_invalid' => 'An invalid stream handle was provided.',
|
||
'type_extract_error' => 'Could not extract type "%s", you should update MadelineProto!',
|
||
'type_extract_error_id' => 'Could not extract type: %s with id %s, you should update MadelineProto!',
|
||
'value_bigger_than_2147483647' => 'Provided value %s is bigger than 2147483647',
|
||
'value_bigger_than_4294967296' => 'Provided value %s is bigger than 4294967296',
|
||
'value_bigger_than_9223372036854775807' => 'Provided value %s is bigger than 9223372036854775807',
|
||
'value_smaller_than_0' => 'Provided value %s is smaller than 0',
|
||
'value_smaller_than_2147483648' => 'Provided value %s is smaller than -2147483648',
|
||
'value_smaller_than_9223372036854775808' => 'Provided value %s is smaller than -9223372036854775808',
|
||
];
|
||
}
|