New to Translating WordPress? Read through our Translator Handbook to get started. Hide
Prio | Original string | Translation | — |
---|---|---|---|
↑ | WP Super Cache | افزونه کش سریع وردپرس یا همان WP Super Cache | Details |
Original waitingMeta |
|||
↑ | A very fast caching engine for WordPress that produces static html files. | موتور سریع کش برای وردپرس که از پرونده های ثابت اچ تی ام ال تهیه شده است. | Details |
Original waiting
A very fast caching engine for WordPress that produces static html files.
CommentShort description. You have to log in to edit this translation. Meta |
|||
WP Super Cache has its own plugin system. This code is loaded when WP Super Cache loads and can be used to change how caching is done. This is before most of WordPress loads so some functionality will not be available. Plugins can be located anywhere that PHP can load them. Add your own plugin either: | WP Super Cache سیستم افزونه مخصوص به خود را دارد. هنگامی که WP Super Cache بارگذاری می شود کدها نیز بارگذاری می شوند و می تواند برای تغییر نحوه انجام ذخیره سازی استفاده شود. این قبل از بارگذاری زیاد از WordPress است ، بنابراین برخی از قابلیت ها در دسترس نخواهد بود. پلاگین ها می توانند در هر جایی واقع شوند که پی اچ پی بتواند بارگیری آنها را انجام دهد. افزونه خود را هم اضافه کنید: | Details | |
Original waiting
WP Super Cache has its own plugin system. This code is loaded when WP Super Cache loads and can be used to change how caching is done. This is before most of WordPress loads so some functionality will not be available. Plugins can be located anywhere that PHP can load them. Add your own plugin either:
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
by calling wpsc_add_plugin( $name ) where $name is the full filename and path to the plugin. You only need to call that function once to add it. Use wpsc_delete_plugin( $name ) to remove it from the list of loaded plugins. | بافراخوانی wpsc_add_plugin( $name ) که در آن $name نام کامل فایل و مسیر افزونه است. برای افزودن آن شما نیاز دارید تا یک بار تابع را فراخوانی کنید. از wpsc_delete_plugin($name) برای حذف آن از لیست افزونه های لود شده استفاده کنید. | Details | |
Original waiting
by calling wpsc_add_plugin( $name ) where $name is the full filename and path to the plugin. You only need to call that function once to add it. Use wpsc_delete_plugin( $name ) to remove it from the list of loaded plugins.
CommentFound in description list item. You have to log in to edit this translation. Meta |
|||
by putting your plugin in the wp-content/plugins/wp-super-cache-plugins directory, or | با قرار دادن افزونه خود در فهرست افزونه های wp-content/plugins/wp-super-cache-plugin ، یا | Details | |
Original waiting
by putting your plugin in the wp-content/plugins/wp-super-cache-plugins directory, or
CommentFound in description list item. You have to log in to edit this translation. Meta |
|||
The cookies WP Super Cache uses to identify "known users" can be modified now by adding the names of those cookies to a list in the plugin configuration. Use wpsc_add_cookie( $name ) to add a new cookie, and wpsc_delete_cookie( $name ) to remove it. The cookie names also modify the mod_rewrite rules used by the plugin but I recommend using Simple mode caching to avoid complications with updating the .htaccess file.↵ The cookie name and value are used to differenciate users so you can have one cookie, but different values for each type of user on your site for example. They'll be served different cache files. | از کوکی های WP Super Cache برای شناسایی "کاربران شناخته شده" استفاده میشود می توان اکنون با افزودن نام آن کوکی ها به لیستی در پیکربندی افزونه ، تغییر داد. از wpsc_add_cookie (name$) برای اضافه کردن یک کوکی جدید و wpsc_delete_cookie (name$) برای حذف آن استفاده کنید. نام کوکی ها همچنین قوانین mod_rewrite را که توسط این افزونه استفاده می شود اصلاح می کنند اما توصیه می کنم از حافظه پنهان حالت ساده استفاده کنید تا از بروزرسانی پرونده .htaccess عوارضی نداشته باشید. از نام و مقدار کوکی برای تمایز کاربران استفاده می شود ، بنابراین می توانید برای هر نوع کاربر در سایت خود یک کوکی داشته باشید اما مقادیر مختلفی دارد. به آنها پرونده های حافظه نهان مختلفی ارائه می شود. | Details | |
Original waiting
The cookies WP Super Cache uses to identify "known users" can be modified now by adding the names of those cookies to a list in the plugin configuration. Use wpsc_add_cookie( $name ) to add a new cookie, and wpsc_delete_cookie( $name ) to remove it. The cookie names also modify the mod_rewrite rules used by the plugin but I recommend using Simple mode caching to avoid complications with updating the .htaccess file.↵
The cookie name and value are used to differenciate users so you can have one cookie, but different values for each type of user on your site for example. They'll be served different cache files.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
WordPress deletes the plugin folder when it updates a plugin. This is the same with WP Super Cache so any modified files in wp-super-cache/plugins/ will be deleted. You can put your custom plugins in a different directory in a number of ways. You can define the variable $wp_cache_plugins_dir in wp-config.php or wp-content/wp-cache-config.php and point it at a directory outside of the wp-super-cache folder. The plugin will look there for it's plugins. Or if you distribute a plugin that needs to load early you can use the function <code>wpsc_add_plugin( $filename )</code> to add a new plugin wherever it may be. Use <code>wpsc_delete_plugin( $filename )</code> to remove the plugin file. See <a href="https://github.com/Automattic/wp-super-cache/pull/574/">#574</a> or <a href="https://odd.blog/2017/10/25/writing-wp-super-cache-plugins/">this post</a> on writing WP Super Cache plugins. | وردپرس هنگام بروزرسانی افزونه ، پوشه افزونه را حذف می کند. این مورد با WP Super Cache نیز مشابه است ، بنابراین هر پرونده تغییر یافته در wp-super-cache / plugins / حذف خواهد شد. می توانید افزونه های دلخواه خود را از چند طریق در یک فهرست مختلف قرار دهید. می توانید متغیر $ wp_cache_plugins_dir را در wp-config.php یا wp-content / wp-cache-config.php تعریف کنید و آن را در فهرست خارج از پوشه wp-super-cache قرار دهید. این افزونه به دنبال افزونه هایش خواهد بود. یا در صورت توزیع افزونه ای که نیاز به بارگیری اولیه دارد می توانید از تابع <code> wpsc_add_plugin (نام پرونده $) </code> استفاده کنید تا افزونه جدیدی را در هر کجا که باشد اضافه کنید. برای حذف پرونده افزونه از <code> wpsc_delete_plugin ($ نام پرونده) </code> استفاده کنید. به<a href="https://github.com/Automattic/wp-super-cache/pull/574/">#574</a> یا<a href="https://odd.blog/2017/10/25/writing-wp-super-cache-plugins/">این پست</a>در نوشتن افزونه های WP Super Cacheمراجعه کنید. | Details | |
Original waiting
WordPress deletes the plugin folder when it updates a plugin. This is the same with WP Super Cache so any modified files in wp-super-cache/plugins/ will be deleted. You can put your custom plugins in a different directory in a number of ways. You can define the variable $wp_cache_plugins_dir in wp-config.php or wp-content/wp-cache-config.php and point it at a directory outside of the wp-super-cache folder. The plugin will look there for it's plugins. Or if you distribute a plugin that needs to load early you can use the function <code>wpsc_add_plugin( $filename )</code> to add a new plugin wherever it may be. Use <code>wpsc_delete_plugin( $filename )</code> to remove the plugin file. See <a href="https://github.com/Automattic/wp-super-cache/pull/574/">#574</a> or <a href="https://odd.blog/2017/10/25/writing-wp-super-cache-plugins/">this post</a> on writing WP Super Cache plugins.
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
See <a href="https://github.com/Automattic/wp-super-cache/blob/4cda5c0f2218e40e118232b5bf22d227fb3206b7/plugins/searchengine.php">plugins/searchengine.php</a> as an example I use for my <a href="https://odd.blog/no-adverts-for-friends/">No Adverts for Friends</a> plugin. | ببینید <a href="https://github.com/Automattic/wp-super-cache/blob/4cda5c0f2218e40e118232b5bf22d227fb3206b7/plugins/searchengine.php">plugins/searchengine.php</a> به عنوان مثال من استفاده میکنم برای پلاگینم <a href="https://odd.blog/no-adverts-for-friends/">بدون تبلیغات برای دوستان</a> plugin. | Details | |
Original waiting
See <a href="https://github.com/Automattic/wp-super-cache/blob/4cda5c0f2218e40e118232b5bf22d227fb3206b7/plugins/searchengine.php">plugins/searchengine.php</a> as an example I use for my <a href="https://odd.blog/no-adverts-for-friends/">No Adverts for Friends</a> plugin.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
Set the variable $htaccess_path in wp-config.php or wp-cache-config.php to the path of your global .htaccess if the plugin is looking for that file in the wrong directory. This might happen if you have WordPress installed in an unusual way. | متغیر $ htaccess_path را در wp-config.php یا wp-cache-config.php در مسیر عمومی .htaccess خود قرار دهید اگر افزونه به دنبال آن پرونده در فهرست نادرست است. این اتفاق ممکن از در صورتی بیفتد که WordPress را به روشی غیرعادی نصب کرده باشید. | Details | |
Original waiting
Set the variable $htaccess_path in wp-config.php or wp-cache-config.php to the path of your global .htaccess if the plugin is looking for that file in the wrong directory. This might happen if you have WordPress installed in an unusual way.
CommentFound in description list item. You have to log in to edit this translation. Meta |
|||
WordPress should redirect to the canonical URL of your site but if it doesn't, add this to your .htaccess above the Supercache and WordPress rules. Change example.com to your own hostname.↵ RewriteCond %{HTTP_HOST} www.example.com$ [NC]↵ RewriteRule ^(.*)$ https://example.com/$1 [L,R=301] | وردپرس باید به URL متعارف سایت شما هدایت شود اما در صورت عدم وجود، این مورد را بالاتر از قواعد Supercache و WordPress به.htaccess خود اضافه کنید. example.com را به نام میزبان خود تغییر دهید. RewriteCond %{HTTP_HOST} www.example.com$ [NC] RewriteRule ^(.*)$ https://example.com/$1 [L,R=301] | Details | |
Original waiting
WordPress should redirect to the canonical URL of your site but if it doesn't, add this to your .htaccess above the Supercache and WordPress rules. Change example.com to your own hostname.↵
RewriteCond %{HTTP_HOST} www.example.com$ [NC]↵
RewriteRule ^(.*)$ https://example.com/$1 [L,R=301]
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
I can see that the www version of my site is cached separately. How do I stop that? | می بینم که نسخه www سایت من جداگانه ذخیره شده است. چگونه این کار را متوقف کنم؟ | Details | |
Original waiting
I can see that the www version of my site is cached separately. How do I stop that?
CommentFound in faq header. You have to log in to edit this translation. Meta |
|||
If you need more information than the following, you can have a look at the <a href="https://odd.blog/wp-super-cache-developers/">Developer documentation</a>. | اگر به اطلاعات بیشتر به موارد زیر نیاز دارید ، می توانید به <a href="https://odd.blog/wp-super-cache-developers/">مستندات برنامه نویس </a> نگاهی بیندازید. | Details | |
Original waiting
If you need more information than the following, you can have a look at the <a href="https://odd.blog/wp-super-cache-developers/">Developer documentation</a>.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
Translation of the plugin into different languages is on the <a href="https://translate.wordpress.org/projects/wp-plugins/wp-super-cache">translation page</a>. | ترجمه این افزونه به زبان های مختلف در صفحه <a href="https://translate.wordpress.org/projects/wp-plugins/wp-super-cache">صفحه ترجمه </a> است. | Details | |
Original waiting
Translation of the plugin into different languages is on the <a href="https://translate.wordpress.org/projects/wp-plugins/wp-super-cache">translation page</a>.
CommentFound in description list item. You have to log in to edit this translation. Meta |
|||
Active development of this plugin is handled <a href="https://github.com/Automattic/wp-super-cache">on GitHub</a>. | توسعه فعال این افزونه <a href="https://github.com/Automattic/wp-super-cache">در گیت هاب</a> انجام می شود. | Details | |
Original waiting
Active development of this plugin is handled <a href="https://github.com/Automattic/wp-super-cache">on GitHub</a>.
CommentFound in description list item. You have to log in to edit this translation. Meta |
|||
Documentation | مستندات | Details | |
Original waitingMeta |
Export as
Comment
Plugin name.