Fix(l10n): 🔠 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
Nextcloud bot 2023-03-21 03:00:02 +00:00
parent b88324f9f9
commit b9a77b5fb8
No known key found for this signature in database
GPG key ID: 130DAB86D3FB356C
2 changed files with 6 additions and 2 deletions

View file

@ -2,6 +2,8 @@ OC.L10N.register(
"integration_moodle",
{
"Bad HTTP method" : "Лоша HTTP метода",
"Bad credentials" : "Лоши креденцијали"
"Bad credentials" : "Лоши креденцијали",
"Connected accounts" : "Повезани налози",
"Connected as {user}" : "Повезан као {user}"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");

View file

@ -1,5 +1,7 @@
{ "translations": {
"Bad HTTP method" : "Лоша HTTP метода",
"Bad credentials" : "Лоши креденцијали"
"Bad credentials" : "Лоши креденцијали",
"Connected accounts" : "Повезани налози",
"Connected as {user}" : "Повезан као {user}"
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
}