fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
Nextcloud bot 2025-06-21 01:10:17 +00:00
parent ca0a82ffda
commit d6897e9273
No known key found for this signature in database
GPG key ID: 130DAB86D3FB356C
2 changed files with 16 additions and 0 deletions

9
l10n/sw.js Normal file
View file

@ -0,0 +1,9 @@
OC.L10N.register(
"integration_moodle",
{
"Bad HTTP method" : "Njia mbaya ya HTTP ",
"Bad credentials" : "Sifa mbaya",
"Connected accounts" : "Akaunti zilizounganishwa",
"Connected as {user}" : "Imeunganishwa kama {user}"
},
"nplurals=2; plural=(n != 1);");

7
l10n/sw.json Normal file
View file

@ -0,0 +1,7 @@
{ "translations": {
"Bad HTTP method" : "Njia mbaya ya HTTP ",
"Bad credentials" : "Sifa mbaya",
"Connected accounts" : "Akaunti zilizounganishwa",
"Connected as {user}" : "Imeunganishwa kama {user}"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}