-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <[email protected]>
- Loading branch information
1 parent
e7e4de1
commit c79634f
Showing
2 changed files
with
30 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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);"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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);" | ||
} |