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

he.js « l10n - github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f4cfb8ce92db42fb18685939c9e7a68f2a27fd92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
OC.L10N.register(
    "fulltextsearch",
    {
    "the search returned {total} results in {time} ms" : "החיפוש החזיר {total} תוצאות תוך {time} מילישניות",
    "Search" : "חיפוש",
    "Index not found" : "המפתח לא נמצא",
    "Process timed out" : "עבר הזמן שהוקצב לתהליך",
    "Full text search" : "חיפוש טקסט מלא",
    "Core of the full-text search framework for Nextcloud" : "ליבת סביבת עבודת חיפוש טקסט מלא עבור Nextcloud",
    "Core App of the full-text search framework for your Nextcloud." : "יישומון ליבה של סביבת עבודה לחיפוש טקסט מלא עבור ה־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" : "נא לנסות לאתר בוויקי את התיעוד שקשור להתקנה ולהגדרה של חיפוש טקסט מלא בתוך ה־Nextcloud שלך.",
    "General" : "כללי",
    "Search Platform" : "פלטפורמת חיפוש",
    "Select the app to index content and answer search queries." : "נא לבחור את היישומון לסידור תוכן באינדקס ולענות על שאילתות חיפוש.",
    "Navigation Icon" : "סמל ניווט",
    "Enable global search within all your content." : "הפעלת חיפוש גלובלי על כל התוכן שלך."
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;");