Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
Nextcloud bot 2023-05-16 03:55:03 +00:00
parent 467f6f9ea7
commit 16715a3c87
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
2 changed files with 12 additions and 0 deletions

7
l10n/ast.js Normal file
View File

@ -0,0 +1,7 @@
OC.L10N.register(
"epubreader",
{
"Settings updated successfully." : "La configuración anovóse correutamente.",
"PDF" : "PDF"
},
"nplurals=2; plural=(n != 1);");

5
l10n/ast.json Normal file
View File

@ -0,0 +1,5 @@
{ "translations": {
"Settings updated successfully." : "La configuración anovóse correutamente.",
"PDF" : "PDF"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}