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

he.js « l10n - github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 42c1c38f6da96c88202626eeb649f832c1e36d36 (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
25
OC.L10N.register(
    "photos",
    {
    "Photos" : "תמונות",
    "Your memories under your control" : "הזכרונות שלך בשליטתך",
    "Your photos" : "התמונות שלך",
    "Your videos" : "הסרטונים שלך",
    "Favorites" : "מועדפים",
    "Your folders" : "התיקיות שלך",
    "Shared with you" : "משותף אתך",
    "Tagged photos" : "תמונות מתויגות",
    "Locations" : "מיקומים",
    "Settings" : "הגדרות",
    "Open the full size \"{name}\" image" : "לפתוח את התמונה „{name}” בגודל מלא",
    "Open the \"{name}\" sub-directory" : "לפתוח את תת־התיקייה „{name}”",
    "Share this folder" : "שיתוף התיקייה הזו",
    "Back to {folder}" : "חזרה אל {folder}",
    "View" : "צפייה",
    "Enable squared photos view" : "הפעלת תצוגת תמונות מרובעות",
    "An error occurred" : "אירעה שגיאה",
    "No photos in here" : "אין כאן תמונות",
    "No tags yet" : "אין תגיות עדיין",
    "Photos with tags will show up here" : "תמונות עם תגיות תמיד תופענה כאן"
},
"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;");