Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
Nextcloud bot 2024-05-21 00:52:41 +00:00
parent 0ba637090e
commit d266bdf89b
No known key found for this signature in database
GPG key ID: 130DAB86D3FB356C
2 changed files with 14 additions and 0 deletions

8
l10n/lv.js Normal file
View file

@ -0,0 +1,8 @@
OC.L10N.register(
"integration_moodle",
{
"Moodle upcoming events" : "Moodle gaidāmie notikumi",
"Moodle password" : "Moodle parole",
"Enable searching for upcoming events" : "Iespējot gaidāmo notikumu meklēšanu"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");

6
l10n/lv.json Normal file
View file

@ -0,0 +1,6 @@
{ "translations": {
"Moodle upcoming events" : "Moodle gaidāmie notikumi",
"Moodle password" : "Moodle parole",
"Enable searching for upcoming events" : "Iespējot gaidāmo notikumu meklēšanu"
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"
}