[tx-robot] updated from transifex

This commit is contained in:
Nextcloud bot 2021-03-14 03:27:45 +00:00
parent 31056846c2
commit bd5a02bf19
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
2 changed files with 26 additions and 0 deletions

14
l10n/oc.js Normal file
View File

@ -0,0 +1,14 @@
OC.L10N.register(
"epubreader",
{
"Settings updated successfully." : "Paramètres corrèctament actualizats.",
"EPUB/CBZ/PDF ebook reader" : "lector debook EPUB/CBZ/PDF",
"font size" : "talha poliça",
"font weight" : "largor poliça",
"menu" : "menú",
"Reader" : "Lector",
"Epub" : "Epub",
"PDF" : "PDF",
"CBR/CBZ" : "CBR/CBZ"
},
"nplurals=2; plural=(n > 1);");

12
l10n/oc.json Normal file
View File

@ -0,0 +1,12 @@
{ "translations": {
"Settings updated successfully." : "Paramètres corrèctament actualizats.",
"EPUB/CBZ/PDF ebook reader" : "lector debook EPUB/CBZ/PDF",
"font size" : "talha poliça",
"font weight" : "largor poliça",
"menu" : "menú",
"Reader" : "Lector",
"Epub" : "Epub",
"PDF" : "PDF",
"CBR/CBZ" : "CBR/CBZ"
},"pluralForm" :"nplurals=2; plural=(n > 1);"
}