Files
Piwigo/language/fa_IR/help_quick_search.lang.php
Piwigo-TranslationTeam e9319e8f1f Update fa_IR, thanks to
2025-12-21 10:41:39 +01:00

27 lines
3.0 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
// +-----------------------------------------------------------------------+
// | This file is part of Piwigo. |
// | |
// | For copyright and license information, please view the COPYING.txt |
// | file that was distributed with this source code. |
// +-----------------------------------------------------------------------+
$lang['Searches photos by size in pixels.'] = 'جستجوی عکس بر اساس اندازه پیکسل';
$lang['Searches photos by rating.'] = 'جستجو عکس بر اساس رتبه';
$lang['Searches photos by posted date.'] = 'جستجوی عکس بر اساس زمان ارسال';
$lang['Searches only in tag names without looking at photo titles or descriptions.'] = '.فقط در نام برچسب‌ها جستجو می‌کند و به عناوین یا توضیحات عکس‌ها نگاه نمی‌کند';
$lang['Searches photos by its numeric identifier in Piwigo.'] = 'جستجو می‌کند Piwigoعکس را بر اساس شناسه عددی در ';
$lang['Searches photos by file size.'] = ' جستجو بر اساس اندازه فایل';
$lang['Searches only for photos with the given words in title or description.'] = '.فقط عکس‌هایی را جستجو می‌کند که کلمات داده شده در عنوان یا توضیحات آنها ذکر شده باشد';
$lang['Searches for photos by number of views.'] = 'جستجو برای عکس بر اساس تعداد نمایش';
$lang['Searches by file name.'] = 'بر اساس نام فایل جستجو‌کن';
$lang['Searches by author.'] = 'جستجو‌ بر اساس نویسنده ';
$lang['Search using extended syntax'] = 'استفاده جستجوی پیشرفته';
$lang['Others'] = 'دیگران';
$lang['Same principle as for'] = 'همان قاعده ای برای ';
$lang['OR inclusive'] = 'یا شامل';
$lang['Here is a list of actions you can perform:'] = 'اینجا یه لیست از کارهایی که می‌تونی انجام بدی';
$lang['Grouping'] = 'دسته بندی';
$lang['Exclude'] = ' مستثنی کردن';
$lang['Exact search'] = ' جستجوی دقیق';
$lang['Add an OR between words.'] = ' بین کلمه ها اضافه کنOR';
$lang['Add a dash (-) or NOT before a word to exclude from search. Note that NOT acts as a filtering operator so you cannot have a search containing only NOT operators. You cannot combine OR with NOT (john OR NOT bill is not valid)'] = 'برای حذف یک کلمه از جستجو، قبل از آن یک خط تیره (-) یا NOT اضافه کنید. توجه داشته باشید که NOT به عنوان یک عملگر فیلتر عمل می‌کند، بنابراین نمی‌توانید جستجویی داشته باشید که فقط شامل عملگرهای NOT باشد. نمی‌توانید OR را با NOT ترکیب کنید (john OR NOT bill معتبر نیست).';