Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <[email protected]>
  • Loading branch information
nextcloud-bot committed Feb 27, 2024
1 parent 40ec0e7 commit f700d69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions l10n/he.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ OC.L10N.register(
"No activities" : "אין פעילויות",
"More activities" : "פעילויות נוספות",
"Daily activity summary for %s" : "סיכום פעילות יומית עבור %s",
"_and %n more _::_and %n more _" : ["ו־%n נוסף","ו־%n נוספים","ו־%n נוספים","ו־%n נוספים"],
"_and %n more _::_and %n more _" : ["ו־%n נוסף","ו־%n נוספים","ו־%n נוספים"],
"All activities" : "כל הפעילויות",
"By others" : "על ידי אחרים",
"By you" : "על ידך",
Expand Down Expand Up @@ -62,4 +62,4 @@ OC.L10N.register(
"There are no events for this filter" : "אין אירועים לסינון זה",
"Activities" : "פעילויות"
},
"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;");
"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;");
4 changes: 2 additions & 2 deletions l10n/he.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"No activities" : "אין פעילויות",
"More activities" : "פעילויות נוספות",
"Daily activity summary for %s" : "סיכום פעילות יומית עבור %s",
"_and %n more _::_and %n more _" : ["ו־%n נוסף","ו־%n נוספים","ו־%n נוספים","ו־%n נוספים"],
"_and %n more _::_and %n more _" : ["ו־%n נוסף","ו־%n נוספים","ו־%n נוספים"],
"All activities" : "כל הפעילויות",
"By others" : "על ידי אחרים",
"By you" : "על ידך",
Expand Down Expand Up @@ -59,5 +59,5 @@
"{name} (restricted)" : "{name} (מוגבל)",
"There are no events for this filter" : "אין אירועים לסינון זה",
"Activities" : "פעילויות"
},"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;"
},"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;"
}

0 comments on commit f700d69

Please sign in to comment.