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

he.js « l10n - github.com/nextcloud/ransomware_protection.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 565685f69a889432ae219e50cbe2565bca8831ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
OC.L10N.register(
    "ransomware_protection",
    {
    "Ransomware protection" : "הגנה מפני כופרות",
    "File “%1$s” could not be uploaded!" : "לא ניתן להעלות את הקובץ „%1$s”!",
    "Your sync clients are currently blocked from further uploads" : "לקוחות הסנכרון שלך חסומים להעלאות נוספות",
    "Pause protection" : "השהיית ההגנה",
    "I need help!" : "עזרה בבקשה!",
    "I will help" : "אשמח לסייע",
    "Protection is currently active" : "ההגנה פעילה כעת",
    "Protection is currently paused until: <strong>%s</strong>" : "ההגנה מושהית עד: <strong>%s</strong>",
    "Re-enable protection now" : "הפעלת הגנה מחדש כעת"
},
"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;");