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 Nov 27, 2023
1 parent e72dbb2 commit 3a77335
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion l10n/ro.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ OC.L10N.register(
"files_accesscontrol",
{
"No rule given" : "Nicio regulă definită",
"File access control" : "Control acces fișiere"
"Block access to a file" : "Blochează accesul la fișier",
"File is accessed" : "Fișierul este accesat",
"File access control" : "Control acces fișiere",
"Control access to files based on conditions" : "Controlează accesul la fișiere în funcție de anumite condiții"
},
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");
5 changes: 4 additions & 1 deletion l10n/ro.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{ "translations": {
"No rule given" : "Nicio regulă definită",
"File access control" : "Control acces fișiere"
"Block access to a file" : "Blochează accesul la fișier",
"File is accessed" : "Fișierul este accesat",
"File access control" : "Control acces fișiere",
"Control access to files based on conditions" : "Controlează accesul la fișiere în funcție de anumite condiții"
},"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"
}

0 comments on commit 3a77335

Please sign in to comment.