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 Oct 15, 2023
1 parent c238657 commit c568697
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
16 changes: 15 additions & 1 deletion l10n/ast.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,28 @@
OC.L10N.register(
"viewer",
{
"Viewer" : "Visor",
"Your browser does not support audio." : "El restolador nun ye compatible col audiu.",
"Your browser does not support videos." : "El restolador nun ye compatible colos vídeos.",
"Download" : "Baxar",
"Delete" : "Desaniciar",
"Name" : "Nome",
"Loading …" : "Cargando…",
"Filters" : "Filtros",
"Watermark" : "Marca d'agua",
"Draw" : "Dibuxar",
"Resize" : "Redimensionar",
"Brightness" : "Brillu",
"Contrast" : "Contraste",
"Hue" : "Tonu",
"Saturation" : "Saturación",
"Value" : "Valor",
"Size" : "Tamañu",
"Opacity" : "Opacidá",
"Position" : "Posición",
"Extension" : "Estensión",
"Name is required." : "El nome ye obligatoriu"
"Name is required." : "El nome ye obligatoriu",
"Quality" : "Calidá",
"Actual size (100%)" : "Tamañu actual (100%)"
},
"nplurals=2; plural=(n != 1);");
16 changes: 15 additions & 1 deletion l10n/ast.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,26 @@
{ "translations": {
"Viewer" : "Visor",
"Your browser does not support audio." : "El restolador nun ye compatible col audiu.",
"Your browser does not support videos." : "El restolador nun ye compatible colos vídeos.",
"Download" : "Baxar",
"Delete" : "Desaniciar",
"Name" : "Nome",
"Loading …" : "Cargando…",
"Filters" : "Filtros",
"Watermark" : "Marca d'agua",
"Draw" : "Dibuxar",
"Resize" : "Redimensionar",
"Brightness" : "Brillu",
"Contrast" : "Contraste",
"Hue" : "Tonu",
"Saturation" : "Saturación",
"Value" : "Valor",
"Size" : "Tamañu",
"Opacity" : "Opacidá",
"Position" : "Posición",
"Extension" : "Estensión",
"Name is required." : "El nome ye obligatoriu"
"Name is required." : "El nome ye obligatoriu",
"Quality" : "Calidá",
"Actual size (100%)" : "Tamañu actual (100%)"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

0 comments on commit c568697

Please sign in to comment.