Welcome to mirror list, hosted at ThFree Co, Russian Federation.

fa.js « l10n - github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a1eda1e109e327cc3ed677b2f87e5154d5762143 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
OC.L10N.register(
    "fulltextsearch",
    {
    "the search returned {total} results in {time} ms" : "بازگشت جست‌‌‌وجو‌ {کل} نتایج در {زمان}",
    "Search" : "جستجو",
    "Index not found" : "نمایه یافت نشد",
    "Process timed out" : "زمان فرآیند به پایان رسیده ",
    "Full text search" : "جستجوی کامل متن",
    "Core of the full-text search framework for Nextcloud" : "هسته‌ی چهارچوب جست‌وجوی متن کامل برای نکست کلود",
    "Core App of the full-text search framework for your Nextcloud." : "برنامه‌ی اصلی چارچوبِ جستجوی متن کامل برای نکست کلود شما",
    "Search on %s" : "%s جستجو در ‍",
    "Please check the wiki for documentation related to the installation and the configuration of the full text search within your Nextcloud" : "لطفاً در ویکی پدیا برای مستندات مربوط به نصب و پیکربندی جستجوی متن کامل در نکست کلود خود بررسی کنید",
    "General" : "عمومی",
    "Search Platform" : "پلتفرم جستجو",
    "Select the app to index content and answer search queries." : "برنامه را برای فهرست بندی محتوا و پاسخ به سؤالات جستجو انتخاب کنید",
    "Navigation Icon" : "نماد ناوبری",
    "Enable global search within all your content." : "جستجوی جهانی را در تمام محتوای خود فعال کن",
    "the search in {title} for '{search}' returned {total} results in {time} ms" : "جستجو در {عنوان} برای '{جستجو}' بازگشت {مجموع} نتیجه در {زمان} "
},
"nplurals=2; plural=(n > 1);");