openclassify/vendor/anomaly/posts-module/resources/lang/fa/setting.php
Mostafa Moradi cd80f0352b initial
2022-03-09 12:57:37 +03:00

29 lines
1.2 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'permalink_structure' => [
'label' => 'Permalink ساختار',
'instructions' => 'Customize the URL structure for your permalinks and archives. This can improve the aesthetics, usability, and forward-compatibility of your links.',
],
'module_segment' => [
'label' => 'سگمنت های ماژول',
'instructions' => 'Define a custom segment URI for the the Posts module.',
],
'category_segment' => [
'label' => 'سگمنت های کتگوری',
'instructions' => 'Define a custom category segment URI for the category URLs.',
],
'tag_segment' => [
'label' => 'سگمنت های تگ',
'instructions' => 'Define a custom tag segment for the tag URLs.',
],
'posts_per_page' => [
'label' => 'تعداد پست در صفحه',
'instructions' => 'Define how many posts to display per page on your website.',
],
'ttl' => [
'label' => 'زمان کش شدن ttl',
'instructions' => 'چه مدت زمانی به دقیقه پست ها کش شوند؟',
],
];