-
-
Notifications
You must be signed in to change notification settings - Fork 53
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 <bot@nextcloud.com>
- Loading branch information
1 parent
d691674
commit 4faaa47
Showing
2 changed files
with
42 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,16 +1,36 @@ | ||
OC.L10N.register( | ||
"dicomviewer", | ||
{ | ||
"DICOM Attributes" : "Atributos DICOM", | ||
"Search for attributes…" : "Buscar atributos…", | ||
"Attribute" : "Atributu", | ||
"Value" : "Valor", | ||
"No DICOM attribute found" : "Nun s'atopó nengún atributu DICOM", | ||
"Unable to load the DICOM attributes" : "Nun ye posible cargar los atributos DICOM", | ||
"Open with DICOM Viewer" : "Abrir col visor DICOM", | ||
"Open All with DICOM Viewer" : "Abrir too col visor DICOM", | ||
"Levels" : "Niveles", | ||
"Zoom" : "Zoom", | ||
"Magnify" : "Agrandar", | ||
"Angle" : "Ángulu", | ||
"Elliptical ROI" : "ROI elípticu", | ||
"Clear" : "Borrar", | ||
"Reset" : "Reafitar", | ||
"Enter your annotation" : "Introduz una anotación", | ||
"New label" : "Etiqueta nueva", | ||
"Edit your annotation" : "Edita la nota", | ||
"OK" : "Normal", | ||
"Remove Marker" : "Quitar el marcador", | ||
"File Name" : "Nome del ficheru", | ||
"Show Annotations" : "Amosar les anotaciones", | ||
"Close" : "Zarrar", | ||
"Download" : "Baxar", | ||
"More" : "Más", | ||
"Close Viewer" : "Zarrar el visor", | ||
"Loading…" : "Cargando…", | ||
"DICOM" : "DICOM" | ||
"DICOM" : "DICOM", | ||
"Less" : "Menos", | ||
"Lossy: " : "Con perda:", | ||
"Lossless/Uncompressed" : "Ensin perda/ensin comprimir" | ||
}, | ||
"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,14 +1,34 @@ | ||
{ "translations": { | ||
"DICOM Attributes" : "Atributos DICOM", | ||
"Search for attributes…" : "Buscar atributos…", | ||
"Attribute" : "Atributu", | ||
"Value" : "Valor", | ||
"No DICOM attribute found" : "Nun s'atopó nengún atributu DICOM", | ||
"Unable to load the DICOM attributes" : "Nun ye posible cargar los atributos DICOM", | ||
"Open with DICOM Viewer" : "Abrir col visor DICOM", | ||
"Open All with DICOM Viewer" : "Abrir too col visor DICOM", | ||
"Levels" : "Niveles", | ||
"Zoom" : "Zoom", | ||
"Magnify" : "Agrandar", | ||
"Angle" : "Ángulu", | ||
"Elliptical ROI" : "ROI elípticu", | ||
"Clear" : "Borrar", | ||
"Reset" : "Reafitar", | ||
"Enter your annotation" : "Introduz una anotación", | ||
"New label" : "Etiqueta nueva", | ||
"Edit your annotation" : "Edita la nota", | ||
"OK" : "Normal", | ||
"Remove Marker" : "Quitar el marcador", | ||
"File Name" : "Nome del ficheru", | ||
"Show Annotations" : "Amosar les anotaciones", | ||
"Close" : "Zarrar", | ||
"Download" : "Baxar", | ||
"More" : "Más", | ||
"Close Viewer" : "Zarrar el visor", | ||
"Loading…" : "Cargando…", | ||
"DICOM" : "DICOM" | ||
"DICOM" : "DICOM", | ||
"Less" : "Menos", | ||
"Lossy: " : "Con perda:", | ||
"Lossless/Uncompressed" : "Ensin perda/ensin comprimir" | ||
},"pluralForm" :"nplurals=2; plural=(n != 1);" | ||
} |