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

github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2020-04-27 05:36:10 +0300
committerNextcloud bot <bot@nextcloud.com>2020-04-27 05:36:10 +0300
commit0a0b4a6ebf97aa2f2a9030b3efb26a647d316458 (patch)
tree4b7c2e8f6dbadc06f2df5a940efa4d488881947a /l10n
parent1e7a04206b791af8681cdb8f55b16cdefed78229 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n')
-rw-r--r--l10n/he.js10
-rw-r--r--l10n/he.json10
2 files changed, 18 insertions, 2 deletions
diff --git a/l10n/he.js b/l10n/he.js
index a5a9e72..cc1a2a2 100644
--- a/l10n/he.js
+++ b/l10n/he.js
@@ -1,12 +1,20 @@
OC.L10N.register(
"fulltextsearch",
{
+ "the search returned {total} results in {time} ms" : "החיפוש החזיר {total} תוצאות תוך {time} מילישניות",
+ "the search in {title} for '{search}' returned {total} results in {time} ms" : "החיפוש תחת {title} אחר ‚{search}’ החזיר {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",
- "General" : "כללי"
+ "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;");
diff --git a/l10n/he.json b/l10n/he.json
index 9812b8f..23d65eb 100644
--- a/l10n/he.json
+++ b/l10n/he.json
@@ -1,10 +1,18 @@
{ "translations": {
+ "the search returned {total} results in {time} ms" : "החיפוש החזיר {total} תוצאות תוך {time} מילישניות",
+ "the search in {title} for '{search}' returned {total} results in {time} ms" : "החיפוש תחת {title} אחר ‚{search}’ החזיר {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",
- "General" : "כללי"
+ "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." : "הפעלת חיפוש גלובלי על כל התוכן שלך."
},"pluralForm" :"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;"
} \ No newline at end of file