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

he.js « l10n « systemtags « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4de8c3535cc1972836500daa9b14e2e671675bac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
OC.L10N.register(
    "systemtags",
    {
    "Tags" : "תגיות",
    "Tagged files" : "קבצים שתויגו",
    "Select tags to filter by" : "תגיות נבחרות מסוננות על ידי",
    "Please select tags to filter by" : "יש לבחור תגיות שיסוננו על ידי",
    "No files found for the selected tags" : "לא אותרו קבצים לתגיות הנבחרות",
    "<strong>System tags</strong> for a file have been modified" : "<strong>תגיות מערכת</strong> שהשתנו עבור קובץ",
    "%1$s assigned system tag %3$s" : "%1$s שייך/שייכה תגית מערכת %3$s",
    "%1$s unassigned system tag %3$s" : "%1$s הסיר/ה שיוך תגית מערכת %3$s",
    "%1$s created system tag %2$s" : "%1$s יצר/יצרה תגית מערכת %2$s",
    "%1$s deleted system tag %2$s" : "%1$s מחק/ה תגית מערכת %2$s",
    "%1$s updated system tag %3$s to %2$s" : "%1$s עדכן/עדכנה תגית מערכת %3$s ל- %2$s",
    "%1$s assigned system tag %3$s to %2$s" : "%1$s שייך/שייכה תגית מערכת %3$s ל- %2$s",
    "%1$s unassigned system tag %3$s from %2$s" : "%1$s הסיר/ה שיוך תגית מערכת %3$s מ- %2$s",
    "%s (invisible)" : "%s (נסתר)",
    "No files in here" : "אין כאן קבצים",
    "No entries found in this folder" : "לא נמצאו כניסות לתיקייה זו",
    "Name" : "שם",
    "Size" : "גודל",
    "Modified" : "זמן שינוי"
},
"nplurals=2; plural=(n != 1);");