diff --git a/l10n/ast.js b/l10n/ast.js index 87606d64e..3cd06a83d 100644 --- a/l10n/ast.js +++ b/l10n/ast.js @@ -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);"); diff --git a/l10n/ast.json b/l10n/ast.json index 0967d8e91..5c2706ea9 100644 --- a/l10n/ast.json +++ b/l10n/ast.json @@ -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);" } \ No newline at end of file