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 Mar 3, 2024
1 parent 14b5d49 commit 31de4a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion l10n/he.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ OC.L10N.register(
"File access control" : "ื‘ืงืจืช ื’ื™ืฉื” ืœืงื‘ืฆื™ื",
"Control access to files based on conditions" : "ืฉืœื™ื˜ื” ืขืœ ื”ื’ื™ืฉื” ืœืงื‘ืฆื™ื ืฉืœืš ืœืคื™ ืชื ืื™ื ืžืกื•ื™ืžื™ื"
},
"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: 2;");
2 changes: 1 addition & 1 deletion l10n/he.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"File is accessed" : "ืžืชื‘ืฆืขืช ื’ื™ืฉื” ืœืงื•ื‘ืฅ",
"File access control" : "ื‘ืงืจืช ื’ื™ืฉื” ืœืงื‘ืฆื™ื",
"Control access to files based on conditions" : "ืฉืœื™ื˜ื” ืขืœ ื”ื’ื™ืฉื” ืœืงื‘ืฆื™ื ืฉืœืš ืœืคื™ ืชื ืื™ื ืžืกื•ื™ืžื™ื"
},"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: 2;"
}

0 comments on commit 31de4a1

Please sign in to comment.