Skip to content

Commit f154003

Browse files
committed
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent a65aeb3 commit f154003

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

l10n/he.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ OC.L10N.register(
1717
"Request data export" : "בקשת ייצוא נתונים",
1818
"Request account deletion" : "בקשת מחיקת חשבון"
1919
},
20-
"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;");
20+
"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;");

l10n/he.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
"You can request an export of your data or account deletion from the system administrator. This can take up to 30 days." : "ניתן לבקש ייצוא של הנתונים שלך או את מחיקת החשבון שלך מהמערכת ממנהל מערכת. פעולה זו יכולה לארוך עד 30 ימים.",
1515
"Request data export" : "בקשת ייצוא נתונים",
1616
"Request account deletion" : "בקשת מחיקת חשבון"
17-
},"pluralForm" :"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"
17+
},"pluralForm" :"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;"
1818
}

0 commit comments

Comments
 (0)