Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
  • Loading branch information
nextcloud-bot committed Mar 30, 2024
1 parent 0d3d89d commit 39500f5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
11 changes: 11 additions & 0 deletions l10n/ast.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
OC.L10N.register(
"workflow_pdf_converter",
{
"Please choose a mode." : "Escueyi un mou",
"PDF conversion" : "Conversión de PDF",
"Convert documents into the PDF format on upload and write." : "Convierte documentos nel formatu PDF al xubir y escribir.",
"Automated PDF conversion" : "Conversión de PDFs automatizada",
"Delete original, preserve existing PDFs" : "Desaniciar los orixinales, caltener los PDFs orixinales",
"Delete original, overwrite existing PDF" : "Desaniciar l'orixinal, caltener el PDF orixinal"
},
"nplurals=2; plural=(n != 1);");
9 changes: 9 additions & 0 deletions l10n/ast.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{ "translations": {
"Please choose a mode." : "Escueyi un mou",
"PDF conversion" : "Conversión de PDF",
"Convert documents into the PDF format on upload and write." : "Convierte documentos nel formatu PDF al xubir y escribir.",
"Automated PDF conversion" : "Conversión de PDFs automatizada",
"Delete original, preserve existing PDFs" : "Desaniciar los orixinales, caltener los PDFs orixinales",
"Delete original, overwrite existing PDF" : "Desaniciar l'orixinal, caltener el PDF orixinal"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

0 comments on commit 39500f5

Please sign in to comment.